/* General Page Styles Start */
body {
    margin: 2px;
    padding: 0px;
}

body,td,th {
	font: 13px normal Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/bg.gif); background-repeat: repeat-y;
}

td,th {
	background: transparent;
}

a:link { color: #900; font-weight: bold; text-decoration: none; background-color: transparent; }
a:visited { color: #D00; font-weight: bold; text-decoration: none; background-color: transparent; }
a:active { color: #900; font-weight: bold; text-decoration: underline; background-color: transparent; }
a:hover { color: #900; font-weight: bold; text-decoration: underline; background-color: transparent; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	background: #transparent;
	margin-top: 5px;
	margin-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	background: transparent;
	margin-top: 5px;
	margin-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	background: transparent;
	margin-top: 5px;
	margin-bottom: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: transparent;
	margin-top: 5px;
	margin-bottom: 2px;
}

hr {
	border-top: 1px dashed #E00;
	border-bottom: 0px none #D00;
	height: 2px; width: 95%; padding: 0px; margin-top: 0px; margin-bottom: 2px;
}

p { margin-top: 5px; margin-bottom: 2px; }

div { margin: 0px; padding: 0px; }

/* General Page Styles End */






/* Form Styles Start */

form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
}

.input {
	background-color: #BBB;
	font: 12px normal arial, verdana, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
	border:1px solid #E00;
} 

.textarea {
	background-color: #BBB;
	font: 12px normal arial, verdana, Helvetica, sans-serif;
	color: #333;
	border:1px solid #E00;
}

.select, option {
	background-color: #BBB;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border:1px solid #E00;
	margin-top: 0; margin-bottom: 0;
}
input.admin_button {
	background-color: #EEEEEE;
	color: #cccccd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-width:1px;
	border-color: #999999;
	padding: 0px;
}

input.button {
	background-color: #E00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-top-color: #FCC;
	border-right-color: #D00;
	border-bottom-color: #D00;
	border-left-color: #FCC;
	cursor: pointer;
	/* cursor: hand; */
}

.checkbox { background: transparent; width: 20px; height: 20px; }

.readonly {
	background-color:#D9E9E9;
	font-size:12px;
	font-weight: normal;
	color:#457574;
	border:1px solid #4B7F7E;
	padding: 2px;
	margin: 0px;
}

input.newsletter {
	background-color: #BBB;
	font: 12px normal arial, verdana, Helvetica, sans-serif;
	color: #333;
	width: 120px;
	margin-top: 0px;
	border:1px solid #E00;
} 

/* Form Styles End */






/* Div styles Start */
#container { width: 970px; border: 1px solid #333; padding: 2px; background-color: #666; background-image:url(../images/nav_bg.jpg);}

#title_bar { margin: 0px; width: 896; border: 2px solid #333; padding: 0px; background-color: #E00; }

.spacer_bar { margin: 0px; width: 99%; height: 10px; border: 0px; padding: 0px; }

#side_bar { width: 180px; border: 0px none; float: left; padding:0px; }

#sub_main { width: 785px; border: 0px none; float: right; padding:0px; }

#main { width: 99%; border: 0px none; padding:0px; clear: both; } 

div.scrollable {
	position: relative; left: 0px; top: 0px;
	width: 96%; height:480px;
	overflow : auto;
	background-color: #CCC;
	border: 1px dashed #E00;
	padding : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #0C55A6;
	scrollbar-base-color:#DDD;
	scrollbar-shadow-color: #999;
	z-index: 2; 
}

div.feature_block {margin: 0px; width: 99%; border: 0px none; padding: 0px; z-index:200}

div.feature_header {
	margin: 0px; width: 99%; padding: 2px; z-index:20;
	font: 16px bold Arial, Helvetica, sans-serif;
	background-color: #E00;
	background-image:url(../images/header_header_bg.jpg);
	border: 1px solid #333; }

div.feature_main {
	margin: 0px; width: 99%; padding: 2px; z-index:20;
	background-color: #DDD;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333; }

div.feature_footer {
	margin: 0px; width: 99%; padding: 2px; z-index:20;
	background-color: #CCC;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px; }


div.plain_bar { margin: 0px; padding: 0px;
	width: 99%; background-color: #CCC; color: #000;
	border: 1px solid #333;}

div.feature { margin: 5px; border: 1px solid #036; background-color: #EEE; padding: 5px; } 
/* Div styles End */




/* Navigation styles Start */
/*div.toolbar {
	Height: 25px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	padding: 0px;
	cursor: default;
	background-color: #E00;
	background-image: url(../images/nav_bar_bg.jpg);
	z-index: 10;
}
*/

ul#primary-nav {
	height: 25px;
	width: 125px; 
	margin: 0;
	padding: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #E00; /* IE6 Bug */
	background-image: url(../images/nav_bar_bg.jpg);
	font-size: 11px;
	z-index: 100;
	}

ul#primary-nav ul {
	height: 1px;
	width: 120px; 
	margin: 0;
	padding: 0;
	border-top: solid 1px #666;
	background: #DDD; /* IE6 Bug */
	font-size: 11px;
	z-index: 120;
	}
	
ul#primary-nav {
	float: left;
	width: 966px;
	}
	
ul#primary-nav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	float: left;
	width: 125px; /* Width of Menu Items */
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	z-index: 140;
	}

ul#primary-nav li li {
	position: relative;
	list-style: none;
	float: left;
	width: 120px; /* Width of Sub Menu Items */
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	background-color: #DDD;
	z-index: 160;
	}

ul#primary-nav li li {
	z-index: 2000;
	}

ul#primary-nav li a,
ul#primary-nav li li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	}
	
ul#primary-nav ul ul {
	left: 120px;
	top: 0;
	}

ul#primary-nav li ul li a {
	padding: 2px 5px;
	background: #DDD; /* IE6 Bug */
} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent url(../images/arrow-down.gif) right center no-repeat; }
ul#primary-nav li li.menuparent { background: transparent url(../images/arrow-right.gif) right center no-repeat; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #E00 !important; }

ul#primary-nav li a:hover,
ul#primary-nav li a:hover ul { color: #FFF;
	background-color: #E00;
	border-bottom: solid 1px #666;
	background-image: url(../images/nav_bar_pressed.jpg); }

ul#primary-nav li:hover, ul#primary-nav li a:hover, #primary-nav li.sfhover {
	background: #E00;
}

/* Navigation styles End */





img { border: 1px solid #000; }


img.noborder { border: 0px none; #F00}







/* Table Styles */

td.thumbnail {
	padding: 10px;
	border: 1px solid #E00;
	text-align: center;
}


td.feature {
	margin: 5px; 
	border: 2px solid #E00;
	padding: 5px;
}

img.thumbnail {
	padding: 2px;
	border: 1px dashed #E00;
}



/* Text Styles */

.feature_header_text {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

/*
.view_by_text {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
*/


/* Table styles */




#logo_text {
	position: absolute; left: 170px; top: 20px;
	width:260px; height:20px;
	padding : 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:5pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	z-index: 15;
}


#viewby { 
	color: #000000; 
	border: 1px solid #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: center;
	padding: 5px;
	margin: 0px;
}
*/
#search_label {
	position: absolute; left: 540px; top: 5px;
	width:100px; height:15px;
	background-color: #D6D6D6;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight: bold;
	color: #737989;
	text-align: left;
	z-index: 10;
}

#admin_login {
	float: right; display: block;
	position: relative; left: -10px; top: -40px;
	width: 50px; height: 50px;
	padding: 0px;
	line-height: 0px;
	margin: 0px;
	z-index: 20;
}

#main_div {
	position: relative; left: 0px; top: 0px;
	width:440px; height:420px;
	overflow : auto;
	background-color: #C5D2FF;
	border: 1px solid #FFFFFF;
	padding : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #0C55A6;
}







/* Text Styles */


a.small-link:link { color: #FFFFFF; font-weight: bold; text-decoration: none; font-size: 10px; background-color: transparent; }
a.small-link:visited { color: #ffff00; font-weight: bold; text-decoration: none; font-size: 10px; background-color: transparent; }
a.small-link:active { color: #005298; font-weight: bold; text-decoration: underline; font-size: 10px; background-color: transparent; }
a.small-link:hover { color: #005298; font-weight: bold; text-decoration: underline; font-size: 10px; background-color: transparent; }



.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
a.small:link { color: #444; font-weight: bold; text-decoration: none; background-color: transparent; }
a.small:visited { color: #444; font-size:11px; font-weight: bold; text-decoration: none; background-color: transparent; }
a.small:active { color: #444; font-weight: bold; text-decoration: underline; background-color: transparent; }
a.small:hover { color: #444; font-weight: bold; text-decoration: underline; background-color: transparent; }


.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
a.tiny:link { color: #444; text-decoration: none; background-color: transparent; }
a.tiny:visited { color: #444; text-decoration: none; background-color: transparent; }
a.tiny:active { color: #444; text-decoration: none; background-color: transparent; }
a.tiny:hover { color: #444; text-decoration: underline; background-color: transparent; }

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #525858;
}
.credit:link { color: #525858; text-decoration: none; background-color: transparent; }
.credit:visited { color: #525858; text-decoration: none; background-color: transparent; }
.credit:active { color: #525858; text-decoration: none; background-color: transparent; }
.credit:hover { color: #525858; text-decoration: underline; background-color: transparent; }


a.hotword:link { line-height: 140%; color: #F30; text-decoration: none; border-bottom: 1px #F30 dashed; }
a.hotword:visited { line-height: 140%; color: #F30; text-decoration: none; border-bottom: 1px #F30 dashed; }
a.hotword:active { line-height: 140%; color: #F30; text-decoration: none; border-bottom: 1px #F30 dashed; }
a.hotword:hover { line-height: 140%; color: #F30; text-decoration: underline; border-bottom: 1px #F30 dashed; }


.alert_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ff2222;
}
