html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #9BADBB url(../images/bg.gif) top left repeat-x;
	font: 12px verdana, arial, helvetica, sans-serif;
}

h1 { font: 14px/20px verdana, arial, helvetica, sans-serif; font-weight: bold; color: #606F7F; margin-bottom: 5px; margin-top: 5px; text-decoration: none;}
h1 a:link { font: 14px/20px verdana, arial, helvetica, sans-serif; font-weight: bold; color: #606F7F; margin-bottom: 5px; margin-top: 5px; text-decoration: none;}
h1 a:visited { font: 14px/20px verdana, arial, helvetica, sans-serif; font-weight: bold; color: #606F7F; margin-bottom: 5px; margin-top: 5px; text-decoration: none;}
h1 a:active { font: 14px/20px verdana, arial, helvetica, sans-serif; font-weight: bold; color: #603949; margin-bottom: 5px; margin-top: 5px; text-decoration: none;}
h1 a:hover { font: 14px/20px verdana, arial, helvetica, sans-serif; font-weight: bold; color: #999999; margin-bottom: 5px; margin-top: 5px; text-decoration: none;}

p { font: 10px verdana, arial, helvetica, sans-serif; color: #999999; margin-top: 0px; margin-bottom: 15px;}	
p a:link { color: #356EA4;  text-decoration: none; font-weight: bold;}
p a:visited { color: #356EA4; text-decoration: none; font-weight: bold;}
p a:active { color: #356EA4; text-decoration: none; font-weight: bold; }
p a:hover { color: #1A4B7A; text-decoration: none; text-decoration: underline;}



.page_title {
	font-size: 1.8em;
	margin-bottom: 20px;
}

.page_intro {
	font-size: 1em;
	color: #707F8F;
}


.client { 	font-weight: bold;
	color: #718191;}
.username { 
	font-weight: bold;
	color: #718191;
}


#header { 
     padding: 0px; 
     width: 100%; 
     background-image: url(../images/header_bg.gif) ; 
     height: 50px;      
} 

#headerdata {
    width:800px;
    height:50px;
    background-image: url(../images/vb_header.gif);
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}

#container  
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    
}


#menucont {
    height:30px;
    width:100%;
    
}


.menu_item, .menu_item_sel  
{ 
    float:left; 
    margin-left:5px; 
    height:30px; 
    width:120px; 
    text-align: center;
     }



.menu_item a { 
	display:block; 
	background-image: url(../images/nav_selected.gif); 
    font: 10px verdana, arial, helvetica, sans-serif;
	height:30px;
	width:120px; 
	line-height:30px;
}

.menu_item_sel a { 
	display:block; 
	background-image: url(../images/nav_unselected.gif); 
    font: 10px verdana, arial, helvetica, sans-serif;
	height:30px;
	width:120px; 
	line-height:30px;
}


.menu_item_sel a:link, .menu_item_sel a:visited, .menu_item_sel a:active  { 
	color: #5F6E81; 
	text-decoration: none;  
	font-weight: bold; }
	
.menu_item  a:link, .menu_item  a:visited, .menu_item a:active { 
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
}

.menu_item a:hover, .menu_item_sel a:hover { 
	color: #5F6E81; 
	text-decoration: none;  
	font-weight: bold; 
	background-image: url(../images/nav_unselected.gif);
}


#content { 
    width:100%;
    background-color:#FFFFFF;
    padding:10px; 
    background: #ffffff url(../images/table_bg.gif) bottom left repeat-x;  
}

/*
.maintable {  
	width: 100%; 
	border-collapse: collapse; 
}


.maintable td { 
	height: 36px; 
	padding: 0px 5px 0px 5px;
	border: 1px #EEEEEE solid;
}
*/

#maintable {  
	width: 100%; 
	border-collapse: collapse; 
}


#maintable td { 
	height: 36px; 
	padding: 0px 10px;
	border: 1px #EEEEEE solid;
}

#maintable td.launch a { 
	background:  url(../images/launch_off.gif) no-repeat 12px 67px; 
	background-color: transparent; 
	display: block; 
	height: 97px; 
	width: 122px; 
	padding: 0; 
	margin: 0;
}
#maintable td.launch { 
	margin-right: 10px; 
	height: 97px; 
	width: 112px; 
/*	background: no-repeat;   */
	padding: 0 0 0 0;
}

#maintable td.launch a:hover { background-color: transparent; background:  url(../images/launch_on.gif) no-repeat 12px 67px; }

.item_row { 
	
	background-position: 0 0 0 4px;
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #000000;
	height: 97px;
	vertical-align: top;
}
.item_row p { color: #999999; font-size: 12px; }


#container #content .maintable .item_row a:link { 
	color: #356EA4;
	padding: 0 3px 0 3px;
	font-weight: bold;
	text-decoration: none;
}
 
#container #content .maintable .item_row a:visited { 
	color: #356EA4;
	padding: 0 3px 0 3px;
	font-weight: bold;
	text-decoration: none;
}

#container #content .maintable .item_row a:active { 
	color: #356EA4;
	padding: 0 3px 0 3px;
	font-weight: bold;
	text-decoration: none;
}
 
#container #content .maintable .item_row a:hover { 
	color: #DCFF88; 
	padding: 0 3px 0 3px;
	background-color: #98D91C;
	text-decoration: none;
}


#footer { 
	padding:1px;
}


a.tooltip {
	position: relative;
	z-index:24;
}

a.tooltip:hover { 
	z-index:25;
}

a.tooltip span {
	display: none
}

a.tooltip:hover span {
	display:block;
    position:absolute;
    background: #F2F4F8 url(../images/tooltip_bg.gif) top right no-repeat;
    font-weight: normal;
    top:-30px; 
    left:50px; 
    width:15em; 
    padding: 20px 10px 10px 10px;
    border:1px solid #52657A; 
    color:#000; 
    text-align: left 
}
 
#four-corners {
	background: url(images/launch_4corners.gif) no-repeat;
} 

#abc-radio {
	background: url(images/am.jpg) no-repeat;
}

.row-first {
	width: 250px;
}

.iframe {
	background: #fff;
}
