/* CSS Document */
@import url("/Textbase/work/aspcalbasic.css");
@import url("/Textbase/work/calbasic.css");

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 15px;
	}
/*********** Links styles ***********/
a {
	color: #4078BD;
	text-decoration: underline;
}
a:link {
	color: #4078BD;
	text-decoration: underline;
}
a:active {
	color: #4078BD;
	text-decoration: underline;
}
a:visited {
	color: #4078BD;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

.list {

}
a.list, a.list:visited, a.list:link, a.list:active {
	text-decoration: none;


	}
/*********** #Header styles ***********/
h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #778899;
		letter-spacing: -1px;
	}
h1 { font-size: 170%; margin-top:10px;}
h2 { font-size: 150%; color:#003366;}
h3 { font-size: 130%; margin-bottom: 4px; margin-top:10px;}
h4 { font-size: 100%; margin-bottom: 4px; margin-top:10px;}
h5 { font-size: 90%; margin-bottom: 4px; margin-top:5px;}
h6 { font-size: 80%; margin-bottom: 4px; margin-top:5px;}

.division {  font-size: 150%; font-weight: normal; color: #990000; text-decoration: none}
a.division:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #33679B}
a.division:hover { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #79A8F4; text-decoration: underline }

a.division:visited { 
font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #33679B 
}
.grey_titles {  
font-weight: bold; color: #666666; text-decoration: none
}

a.grey_titles:hover { 
font-weight: bold; color: #666666 ; text-decoration: underline
}

a.grey_titles:link { 
font-weight: bold; color: #666666 ; text-decoration: none
}

a.grey_titles:visited { 
font-weight: bold; color: #666666 
}

/*********** #Content styles ***********/
#Content{
	margin: 10px;
	font-size: 15px;
}
/*********** listTable styles ***********/
#listTable{
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;

}
#listTable a {
	text-decoration: none;
}

#listTable a:hover{
	text-decoration: underline;
}
#listTable td{
	vertical-align: top;
}
#listTable img {
	float: left;
	padding-right: 8px;
	padding-bottom: 3px;
}
.sectionTitle {
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;

}

/*********** #pageLinks styles ***********/
#pageLinks{
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	color: #4078BD;
	background-color: #FFFFFF;
}
#pageLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px 4px 4px;
	color: #4078BD;
}

#pageLinks a:hover{
	text-decoration: underline;
}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	margin: 0px;
	padding: 5px;
	font-size: 14px;
}

#sectionLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 10px 2px 4px 4px;
	font-weight: bold;
	color: #666666;
}

#sectionLinks a:hover{
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar ul a:hover {
	text-decoration: underline;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************* #search styles ***************/

#search{
	padding: 5px 0px 17px 10px;
	font-size: 6px;
	text-align: center;
	vertical-align: middle;
}

/*********** #footer styles ***********/
#footer {
	float: left;
	width: 970px;
	margin: 0px;
	padding: 3px;
	font-size: 13px;
	color: #efefef;
	background-color: #840000;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #efefef;
}
#footer a:visited {
	text-decoration: none;
	color: #efefef;
}
#footer a:hover {
	text-decoration:underline;
	}
.searchinput {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.smallnote {
	font-size: 12px;
}
/*********** #topicTable styles ***********/
#topicTable {

	padding: 5px;
}
#topicTable td {
	background-repeat: repeat-x;
	height: 30px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	background-image: url(../images/gradient_bg.jpg);
}
#topicTable a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #333333;
	height: 30px;
	font-size: 15px;
	vertical-align: middle;
	padding-left: 10px;
}
#topicTable a:hover{
	background-color: #efefef;
}

