/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #2C13A2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/template/pagebg.jpg);
}

.topnav{color: #FFFFFF; font-weight: bold; font-size: 13px; text-decoration: none;}
a:hover.topnav {color: #000000; text-decoration: none;}
a:active.topnav {color: #FFFFFF; text-decoration: none;}



.borderox { border-left-style: solid; 
	border-left-color: black; 
	border-left-width: 7px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 7px;
}
.borderox { border-right-style: solid; 
	border-right-color: black; 
	border-right-width: 7px; 
	}


.yellowshade{ background-image:url(../images/template/bg1.jpg);}
.indextxt {font-size: 16px; font-weight: bold; color:#717171}

.footer {color: #B3C4DE; font-size: 11px; text-decoration: none;}
a:hover.footer {color: #FFFFFF; text-decoration: none;}
a:active.footer {color: #B3C4DE; text-decoration: none;}

.login {color: #FFFFFF;font-weight: bold; text-decoration: none; font-size: 12px;}
a:hover.login {color: #FDDD47; text-decoration: none;}
a:active.login {color: #FFFFFF; text-decoration: none;}

.quote {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	padding-left: 40px;
}
.titleborder{ border: 3px solid #CF9700;}
.title{ font-size: 14px; font-weight: bold;}

.image{ float:left; padding:0px 15px 15px 0px;}
.error { 
    color: red; 
    background-color: #f8dbdb;
    border: 1px solid red;
    min-height: 50px;
}
div#error {
    width: 400px;
    padding: 5px;
    vertical-align: middle;
    display: table;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: red; 
    background-color: #f8dbdb;
    border: 1px solid red;
    min-height: 50px;
}
div#message {
    color: blue;
    font-size: 14px;
    font-weight: bold;
}

