/* 
Designed by Tetrad Solutionsn for Maritimex
All Rights reserved
*/

body, .useTh {
	background-image: url(../images/bg2.jpg);
	background-color:#003988;
	margin:0px 0px 0px 0px;
	margin-top:10px;
	color:#FFFFFF;
	font-family:verdana;
	font-size:10px;	
	font-weight:normal;
}

.useTh {font-size:11px; text-align:left;}

td, .myFont {font-size:11px;}

.myFont {font-size:11px;}

.table {background-color:#003988;}

.infoHeadings {
	color:#FFCC00;
	font-family:Trebuchet MS;
	font-size:18px;	
	font-weight:bold;
	padding-left:4px;
}


.headerDiv {
	text-align:center;
	
}

.headings{margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../images/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;}

a:link, a:visited, a:active {text-decoration:none; color:#EDEDED;}
a:hover {text-decoration:underline; color:#EDEDED;}


a.tetradLink:link, a.tetradLink:visited, a.tetradLink:active {text-decoration:none; color:#FFCC00;}
a.tetradLink:hover {text-decoration:underline; color:#FFCC00;}


.glossymenu{
	position: relative;
	padding: 0 0 0 0%;
	margin: 0 auto 0 auto;
	background: url(../images/menur_hover_left.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_bg.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.welcomeTxt {font-family:verdana; font-size:10px; font-weight:bold; color:#EDEDED;}

.welcomeMsg {
	font-family:verdana;
	font-size:10px;
	line-height:19px;
	letter-spacing:1px;
	text-align:justify;
}

.missionFont {
	font-family:verdana;
	font-size:10px;
	line-height:20px;
	letter-spacing:1px;
	text-align:justify;
}

.defaultFont {
font-family:verdana;
font-size:10px;
line-height:1px;
line-height:17px;
font-weight:normal;
color:#EDEDED;}

/*Below is the css for the calenda*/

.main {
width:200px;
border:0px solid #CCCCCC;
}

.month {
background-color:#003988;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#003988;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 10px;
font-family:verdana;
color:#CCCCCC ;
background-color: #003988;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #FFCC00;
}

/*The below code manages the picture slider */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid #999999;
border-bottom-width: 2px;
width: 422px; /*width of featured content slider*/
height: 317px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 422px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 317px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 455px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #003988;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #999999;
background: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.tableLink, a.tableLink:link, a.tableLink:active, a.tableLink:visited {
	background-color:#003988;
	text-decoration:none;
	height:25px;
	width:60px;	
}

a.tableLink:hover{
	background-color:#999999;}


/*This part contains the css for the side link*/

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a, .buttonmenu li a:active, .buttonmenu li a:visited{
color: white;
display: block;
width: 100%;
padding-left:14px;
margin-left:0px;
padding-top:5px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #999999;
background-color: #003988;
text-decoration:none;
text-align:left;
height:20px;
background-image:url(../images/indent.gif);
background-repeat:no-repeat;
background-position: 3px;
}


.buttonmenu li a:hover{
color: #FFFFF;
background-color: #003366;

}
