﻿body 
{
    font-family: Verdana, Arial;
    font-size: small;
    background-color: #BEE0F8;
    color: #000000;
}

a:link, a:visited
{
    color: Navy;
    text-decoration:none;
}
a:hover 
{
    color: #ffffff;
    text-decoration:none;
}

th 
{
    text-align: left;
    font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #ffffff; margin:0px;margin-bottom:5px;
    font-size:medium;
}
.tdcompact 
{
    font-size: x-small;
}

.box{padding: 10px; margin:0 auto;margin-bottom: 10px; background:#A2BFEA; width:auto;}
h1, h2, h3{font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #ffffff; margin:0px;margin-bottom:5px;}
h3{font-size:medium;}


.ModalWindow
{
  padding: 30px;
  background-color: #A2BFEA;
  border: 1px solid black;
}
.modalBackground
{
  background-color: #BEE0F8;
  filter: alpha(opacity=40);
  opacity: 0.5;
}


.panel 
{
    float: left;
    padding: 10px;
}

.closepanel
{
    float: right;
    font-size:small;
    color: White;
    background-color:#A2BFEA;
    border: 1px solid #A2BFEA;
}

.loginbox td 
{
    padding: 0px;
    font-size: 10px;
}


/*********** Submit link button *******/
.submitbutton 
{
    margin:0px 0px 0px 0px;
    background:url(../images/icon_go.png) left center no-repeat;
    padding-left: 28px;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0px;
}

.tickbutton
{
    border: none;
    background: url('../images/icon_alerts.png') no-repeat top left;
    margin:0px 0px 0px 0px;
    width:32px;
    text-indent: -1000em;
}

.button
{
    border: 1px solid black;
    color: White;
    background:#A2BFEA;
}

/*********** Grid view ******************/
.row 
{
    border-bottom: 1px solid #B3CDF3;
}

/*********** Slider *********************/
.slider_handle {
    position: absolute;
    height: 24px;
    width: 24px;
}
.slider_rail {
    position: relative;
    height: 24px;
    width: 200px;
    background: #FFFFFF url(../images/slider_progress.gif) no-repeat;
}


/*********** nav layout *****************/
ul.lhsnav 
{
    list-style-type: none;
    padding: 0;
    margin: 2;
}
ul.lhsnav li 
{
    background-image: url(../images/icon_org.png);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    padding-left: 25px;
    height: 20px;
}


/*********** form layout ****************/
span.flabel, span.ffield
{
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 5px;
    text-align: left;
}
span.ffield
{
    text-align: left;
    width: 200px;
    padding-right: 10px;
}
br.fbreak
{
    clear: left;
}

/*********** tabs **************************/
#container
{
		width: 530px;
		border-bottom: 1px solid #516B8E;
		margin-bottom: 5px;
}

.active 
{
    border: 3px solid black;
}

#tabnav
{
        position:relative;
        top: 1px;
		height: 20px;
		margin: 0;
		padding-left: 10px;
}

#tabnav li
{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited
{
		float: left;
		background: #7A90AF;
		color: #666;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #516B8E;
		text-decoration: none;
}

#tabnav a:link.active, #tabnav a:visited.active
{
		background: #A2BFE9;
		color: #000;
}

#tabnav a:hover
{
}

/***********************tooltip***********************/
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt {position:absolute; display:block;z-index:2000;}
#ttcont {display:block; padding:8px 8px 8px 8px; margin-left:5px; border: 1px solid #0278C3; color:#5D5D43; background:#8AD2F1;}
#_ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden;}