@charset "utf-8";
/* CSS Document */


body {
	background: #72afb5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
#container selector */
	
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	color: #616161;
}
.oneColLiqCtrHdr #container {
	width: 99%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:5px;
	border: 1px solid #d3e9ea;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e8f7f8;
}
.oneColLiqCtrHdr #header {
	background: #ffffff;
	padding: 10px 10px 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 65px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.softwarename {
	font-family: Century, Tahoma, Arial, Verdana, Georgia;
	font-size: 21pt;
	color: #2c2c2c;
	}
	
.categoryname {
	font-family: Century, Tahoma, Arial, Verdana, Georgia;
	font-size: 14pt;
	color: #003e45;
	}	
	
.category{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 11pt;
	}
		
.boldlinks{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #003e45;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
.boldlinks:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
.smalllinks{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #001F22;
	font-size: 10pt;
	text-decoration:none;
	}
	
.smalllinks:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #0FA7B5;
	font-size: 10pt;
	text-decoration:none;
	}	

.smalllinks1{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #616161;
	font-size: 10pt;
	text-decoration:none;
	}
	
.smalllinks1:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 10pt;
	text-decoration:none;
	}

.contentbg {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
#container selector */
	}
	
.title {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	font-weight:	bold;
	color: #0FA7B5;	
	
}

.msgalert {

	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	color: #FF3300;
}

.msgalertscroller {

	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 11pt;
	color: #FF3300;
	font-weight: bold;
}



.conttext {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	color: #000000;	
}

.whitetitle {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	font-weight:	bold;
	color: #ffffff;	
	text-decoration:none;
	
}

.whitetitle:hover{
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	font-weight:	bold;
	color: #003E68;	
	text-decoration:none;
	
}

.whitetitle1 {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	font-weight:	bold;
	color: #ffffff;	
	text-decoration:none;
	
}
.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/m_arrowuptitle.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: #000000;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/m_arrowuptitleon.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/m_arrowdowntitle.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/m_arrowdowntitleon.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #e8f7f8;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:6px;
   margin-top:2px;
   height:18px;
   font: 12px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #e8f7f8;
   
}

.subItem a
{
   margin-left:4px;
   font: 12px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #001F22;
}

.subItemOver
{
   margin-left:3px;
   margin-top:2px;
   font: 12px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:4px;
   font: 12px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
