/**************** body and tag styles ****************/
html { 
overflow: scroll; 
} 

body
{
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

.datePickerInputRepView
{
    font-size: 11px; 
    color: #333;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-repeat: repeat-x;
    background-position: 0px 50%;
    padding-left: 3px;
}


#container
{
    width: 980px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.6em;
    color: #666666;
    background-color: #FFFFFF;
}

#container2
{
    width: 976px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.6em;
    color: #666666;
    background-color: #FFFFFF;
}

h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #577193;
    margin-bottom: 2px;
    background-color: #FFFFFF;
}

h2
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 18px;
    background-color: #FFFFFF;
}

h3
{

    color: #eeeeee;
    font-size: 14px;
    background-color: #6DA6E2;
    padding: 3px 3px 3px 8px;
    background-image:url('h3.gif');
    background-repeat:repeat-x;
    height:20px;
    border-right: solid 1px #3c4d63;
    border-left: solid 1px #3c4d63;
    margin-bottom:8px;
}
/*	
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/
a img
{
    border: none;
}

img.left, img.center, img.right
{
    padding: 4px;
    border: 1px solid #a0a0a0;
}

img.left
{
    float: left;
    margin: 0 12px 5px 0;
}

img.center
{
    display: block;
    margin: 0 auto 5px auto;
}

img.right
{
    float: right;
    margin: 0 0 5px 12px;
}

/**************** form styles ***************
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #567092;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #567092;
	  font-size: 11px;
	  }

/**************** header styles ****************/
#header
{
    width: 980px;
    border: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    clear: both;
}
#header p
{
    margin-top: -20px;
    margin-left: 30px;
    color: #999999;
}

/**************** menu styles ****************/
/**************** menu styles ****************/
#tabs10
{
    float: left;
    width: 980px;
    font-size: 93%;
    padding-bottom: 1px;
    border-bottom: 4px solid #567092;
    line-height: normal;
}
#tabs10 ul
{
    margin: 0;
    padding: 2px 10px 0 0px;
    list-style: none;
}
#tabs10 li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs10 a span
{
    float: left;
    display: block;
    background: url( "tabright10.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #FFF;
}
#tabs10 a span
{
    float: none;
}
#tabs10 a:hover
{
    background-position: 0% -42px;
}
#tabs10 a:hover span
{
    background-position: 100% -42px;
}





/**************** content styles ****************/
#contentLeft
{
    width: 980px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    float: left;
}

#contentLeft p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

#contentRight
{
    width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    float: right;
}

#contentRight p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

/**************** sidebar styles ****************/
#sidebarRight
{
    width: 150px;
    padding-left: 21px;
    padding-right: 10px;
    padding-top: 10px;
    float: right;
}

#sidebarRight p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

#sidebarLeft
{
    width: 150px;
    padding-left: 4px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}

#sidebarLeft p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

/**************** footer styles ****************/
#footer
{
    margin-top: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    clear: both;
    width: 972px;
    background-color: #567092;
    background-image: url( "footer.gif" );
    background-repeat: repeat-x;
    border-right: solid 1px #3c4d63;
    border-left: solid 1px #3c4d63;
    height:28px;
}

#footer p
{
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

#footer p a
{
    color: #FFFFFF;
    background-color: #567092;
    font-weight: 100;
    border-bottom: 1px dotted #FFFFFF;
}

#footer p a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    border-top: 1px dotted #FFFFFF;
    border-bottom: 0px dotted #FFFFFF;
}


/************* ADDITIONAL ****************/


.button
{
    border-left: 1px solid #5c7bcb;
    border-right: 1px solid #001b69;
    border-top: 1px solid #5c7bcb;
    border-bottom: 1px solid #001b69;
    color: #333;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    background-color: #b6bfd7; /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#eeeeee',EndColorStr='#b6bfd7');*/
    margin-top: 2px;
    height: 23px;
}

.SectionLink
{
    font-size: 14px;
    border: None;
    font-weight: bold;
}

.SectionLink:hover
{
    font-size: 14px;
    border: None;
    font-weight: bold;
}


.ContentBox
{
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    width: 100%;
    padding: 4px;
    position: relative;
}
.ContentBoxHead
{
    font-size: 14px;
    border: None;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #708090;
    padding: 4px;
    height: 14px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

legend
{
    text-decoration: none;
    color: #666666;
    font-size: 11px;
    font-weight: bolder;
}

fieldset, table
{
    color: #666666;
    font-size: 11px;
}
.ContentTable
{
    width: 700px;
    font-size: 11px;
    color: #666666;
    border: solid 1px #666666;
}
.DropDown
{
    font-size: 12px;
    color: #333333;
    line-height: normal;
    font-weight: bold;
    padding: 2px;
}

.DropDownSubItem
{
    font-size: 10px;
    color: #666666;
    line-height: normal;
}




.mainTDHeadSmall
{
    font-size: 11px;
    border: None;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #818a98;
    padding: 3px;
}


.textbox
{
    font-size: 11px;
    color: #333;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-repeat: repeat-x;
    background-position: 0px 50%;
    padding-left: 3px;
}

.textboxsmall
{
    font-size: 9px;
    color: #333;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-repeat: repeat-x;
    background-position: 0px 50%;
    padding-left: 3px;
}

.bigtextbox
{
    font-size: 10px;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fafafa;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding-left: 3px;
    background-repeat: repeat-y;
    background-position: 0px 50%;
    width: 90%;
}

a
{
    color: #708090;
    font-size: 11px;
    font-weight: Normal;
    text-decoration: none;
}

.navbar
{
    border: 0px dashed black;
    background-color: #eee;
    padding: 3px;
    z-index: 2;
    background-repeat: repeat-x;
}
.infobar
{
    border: 0px dashed black;
    background-color: #eee;
    padding: 3px;
    z-index: 2;
    background-repeat: repeat-x;
}
a:hover
{
    color: #506070;
    font-size: 11px;
}

.Error
{
    background-color: #fdc0c0;
    color: #ff0000;
    border: 1px solid #ff0000;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 2px;
    padding-left: 2px;
    width: auto;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}


.Message
{
    background-color: #cde7c2;
    color: #54863d;
    border: 1px solid #54863d;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 2px;
    padding-left: 2px;
    width: auto;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}



.TableBorder
{
    border: solid 1px #708090;
}


.ContentDiv
{
    padding: 10px;
    background-color: #fff;
    background: url('bgCDiv2.gif') repeat-x;
    background-position: top;
    border: solid 1px #aaa;
    width: auto;
    margin: 0px;
    margin-top: 0px;
    /*border-top: none;*/
    margin-bottom: 12px;
}
.ContentDivHeader
{
    padding: 2px;
    padding-left: 10px;
    background-color: #f5f5f5;
     background: url('bgCDiv.gif') repeat-x;
    border: solid 1px #aaa;
    width: auto;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0px;
    border-bottom: none;
}


.SectionPanel
{
    padding: 10px;
    background-color: #fff;
    background: url('bgCDiv2.gif') repeat-x;
    background-position: top;
    border: solid 1px #aaa;
    width: auto;
    margin: 0px;
    margin-top: 0px;
    /*border-top: none;*/
    margin-bottom: 12px;
}
.SectionPanelHeader
{
    padding: 2px;
    padding-left: 10px;
    background-color: #f5f5f5;
     background: url('bgCDiv.gif') repeat-x;
    border: solid 1px #aaa;
    width: auto;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0px;
    border-bottom: none;
}


.mainSectionDivHeader
{
   
    margin-top: 6px;
    /*border: solid 1px #666666;*/
    font-size: 18px;
    font-weight: bold;
    color: #577193;
    /*background-color: #999999;*/
    padding: 4px;
    margin-bottom: 0px;
    height: 17px;
    border-bottom: none;
    /*background-image: url(images/MainItemNormal.gif);*
}

.mainSectionDiv
{
    /*border: solid 1px #666666;*/
    color: #666666;
    background-color: #FFFFFF;
    padding: 3px;
    margin-top: 0px;
    border-top: none;
    margin-bottom: 8px;
}

hr
{
    color: #818a98;
    border: solid 1px #818a98;
}


#kwicks_container { 
	
	height: 100px;
	

}
#kwicks {
	position: relative;

	
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 250px;
	color:#eeeeee;
	border: none;
	overflow:hidden;
	
}

#kwicks #k1 {border-right:solid 1px #818a98;}
#kwicks #k2 {border-right:solid 1px #818a98;}
