/*
Dark Blue - COLOR="#334C99"
Dark Green - COLOR="#41B656"
Mid Blue - COLOR="#A3A1CC"
Mid Green - COLOR="#B7DBB3"
Light Blue - COLOR="#DBD9EB"
Light Green - COLOR="#E5F0E1"
Very Light Blue - COLOR="#EDECF5"
*/

/* HTML DEFINITIONS */

body {
	scrollbar-face-color: #334C99;
	scrollbar-shadow-color: #334C99;
	scrollbar-highlight-color: #334C99;
	scrollbar-3dlight-color: #334C99;
	scrollbar-darkshadow-color: #334C99;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px
}

body, td {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #334C99
}

a, a:link, a:visited, a:active { color: #334C99}
a:hover { color: #41B656}

input, textarea, select {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	background-color: #FFFFFF;
	color: #334C99;
	width: 300px;
	border: 1px solid #334C99;
	scrollbar-face-color: #334C99;
	scrollbar-shadow-color: #334C99;
	scrollbar-highlight-color: #334C99;
	scrollbar-3dlight-color: #334C99;
	scrollbar-darkshadow-color: #334C99;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF
}

textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	height: 85px
}

.checkbox {
	width: 15px;
	border: none;
	background-color: none;
}

.submit {
	font-weight: Bold; 
	background-color: #E5F0E1;
}

/* CUSTOM DEFINITIONS */

.nav a, .nav a:link, .nav a:visited, .nav a:active { text-decoration: none;}
.nav a:hover { text-decoration: none;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: bold;
}

.smalltitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.small {  font-size: 6pt}
.large {  font-size: 9pt}

.grey { background-color: #EBEBEB;}
.inactive { color: #AAAAAA;}

.red { color: #DD0000;}

.blueline {
	background-color: #334C99;
}

.bluebox {
	background-color: #DBD9EB;
	border: 1px solid #A3A1CC;
}
.bluebox a, .bluebox a:link, .bluebox a:visited, .bluebox a:active,  { color: #334C99}
.bluebox a:hover { color: #41B656}

.greenbox {
	background-color: #E5F0E1;
	border: 1px solid #B7DBB3;
	color: #41B656
}
.greenbox a, .greenbox a:link, .greenbox a:visited, .greenbox a:active,  { color: #41B656}
.greenbox a:hover { color: #334C99}


.navtable {
	
}
.navtable td {
	border: 1px solid #A3A1CC;
	padding: 5px;
}
.navtable a, .navtable a:link, .navtable a:visited, .navtable a:active { font-weight: bold; text-decoration: none;}
.navtable a:hover { font-weight: bold; text-decoration: none;}

/* CMS STYLES */

.ctable { width: 100%}
.ctable td { padding: 4px}

.ctablelight { 
	width: 100%; 
	background-color: #EDECF5;
	border: 1px solid #A3A1CC
}
.ctablelight td {
	padding: 4px;
}

.statustable { width: 100%;	border: 1px solid #A3A1CC}
.statustable td { padding: 4px; color: #A3A1CC}

.light { background-color: #EDECF5}
.dark { 
	background-color: #A3A1CC;
	font-weight: bold;
	color: #FFFFFF;
}
.dark a, .dark a:link, .dark a:visited, .dark a:active { color: #FFFFFF; font-weight: normal;}
.dark a:hover { color: #E7E7E7;}
