﻿/*General Classes*/
html, form
{
    padding:0;
    margin:0; 
    font-size:100%;    
}
body 
{
    margin:0px;
    padding:0px 0px 0px 0px;    
    font-family: Verdana,Arial, Helvetica,sans-serif !important;
    background:rgb(204,204,153) url(../images/newimages/bgGradient.gif) repeat-y center top;  
    /*line-height:1em;*/
    font-size:0.65em;
    min-height:600px;
}
h1
{
    text-align:center;
    font-size:1.4em;  
    font-weight: bold;
    color:rgb(255,102,0);
    padding:0;
    margin:0; 
}
h2
{
    font-size:1.3em;
    font-weight:bold;
    text-align:left;
    color:rgb(255,102,0);
    padding:10px 0px 5px 10px;
    margin:0; 
}
h3
{
    font-size:1.1em;
    font-weight:bold;
    text-align:left;
    color:rgb(255,102,0);
    padding:5px 0px 5px 10px;
    margin:0px;
}
ul, ol
{
    text-align:left;
    padding-top:5px;
    padding-left:20px;
    margin-top:0px;
    margin-left:5px;
}
li
{
    padding-bottom:5px;
    padding-left:0px;
    margin-left:5px;
}
p
{    
    text-align:left;
    padding:5px 10px 10px 15px;  
    margin: 0;
}
textArea, select
{
    font-family: Verdana, Helvetica,Arial,sans-serif;
    font-size:0.95em;
}
table
{
    padding:0px;
    margin:0px 0px 0px 0px;
}
a
{
    color:#2d5586;
    border:none;
}
a img
{
    border:none;
    text-decoration:none;
}
/*Large List */
.largeList
{
    text-align:left;
    /*list-style-image: url(../Images/bullet.gif); */
    color:#3b3b3b;
}
/*Structure Divs*/
#main
{
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    width:998px;
    background-color:#FFFFFF;
    height:100%;    
    overflow: hidden;       
}
/*Header*/
#header
{
    height:150px;
    background:url(../Images/NewImages/HeaderOne.jpg) no-repeat;
    width:100%;
}

/*Left div*/
#left
{      
    clear:both;
    width:200px;
    margin:10px 0px 0px 10px;    
    padding:0px 0px 0px 0px;
    display:inline;
    float:left;
    min-height:400px;
}
/*Main Content Div*/
#contentSizer
{
    margin:0px 0px 0px 0px;
    padding:20px 40px 20px 40px; 
    min-height:400px; 
}
#contentSizer2
{
    margin:10px 10px 0px 220px;
    padding:0px 0px 0px 0px; 
    min-height:400px; 
}

/*Footer*/
#footer
{   
    /*border-top: solid 1px #999999;*/
    background:rgb(12,89,181);
    width:100%;
    padding:0px;
    margin:20px 0px 0px 0px;
    height:80px;    
    font-size:0.9em;
    color:#ffffff;
}

#footer ul
{
    float:left;
    list-style:none;
    margin:10px 10px 10px 10px;
    padding:0px;
}
#footer li
{
    float:left;
    margin-left:5px;
}
#footer a
{
    color:#ffffff;
    text-decoration:none;
}

#copyrightInfo
{
    float:right !important;
    padding: 5px 0px 5px 0px;
    text-align:center;  
    color: rgb(168,160,114); 
}

/*StyledDiv*/
.styledHdr
{ 
    height:16px;
    text-align: left;
    color: White;
    font-weight: Bold;
    font-size:1.1em;
    margin: 0px 0px 0px 0px;    
    padding: 2px 0px 2px 5px;   
    display:block;    
    text-decoration: none;
    background:#2d5586 url(../Images/NewImages/orangeGradient.jpg) repeat-x; 
    border-top:solid 1px #999999;  
    border-left:solid 1px #999999; 
    border-right:solid 1px #999999; 
}
.styledDiv
{
    background:#FFFFFF;
    border:solid 1px #999999;  
    /*border-bottom:solid 10px #a0c6ff;*/ 
    padding:5px 5px 5px 5px;
    margin:0px 0px 10px 0px;
}

/*Search Table Results*/
.searchTable
{
     text-align:center;
     margin:0 auto 0px;
     border-collapse:collapse; 
     border:solid 1px silver;
     width:100%;
     font-size:0.82em;
}

.searchTable th, .searchTableHdr
{
     border:solid 1px #999999;
     background:#FFFFFF url(../images/yellowwhite_grad.gif) repeat-x;      
     padding:2px 2px 2px 2px;
     font-weight:bold;
}

.searchTable tr
{
    /*height:36px;*/
}

.searchTable td
{
     border:solid 1px #999999;
     padding:2px 2px 2px 2px;
}

.searchTable .dr1 td
{
     border:solid 1px #999999;
     background:#d6e0ec;/* #a0c6ff;*/
     padding:2px 2px 2px 2px;
}

.searchTable img
{
    border:none;
    text-decoration:none;
}

.searchTable div
{
    padding:0;
    margin:0;
}
/*Paging Controls Table*/
.pagingControls
{
     text-align:center;
     margin:5px auto 0px;
     border-collapse:collapse; 
     border:solid 1px silver;
     /*float:right;*/
     font-size:1.1em;
     font-weight:bold;
}
.pagingControls td
{
     border:solid 1px #999999;
     padding: 4px 4px 4px 4px;
}

.pagingControls td.curpage
{
     background-color:Silver;
}

.pagingControls a
{
    text-decoration:none;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Table tab controls*/
#tabControls
{
    float:right;
    list-style:none;   
    width:180px;    
    margin:-5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:24px;
}

#tabControls a
{
    text-decoration:none; 
}

#tabControls li
{
    float:left;  
    display:block; 
    margin-right:5px;
    padding-top:8px;
}

#tabControls img
{
    float:left;
    margin-top:-8px;
}
.tabControlsScroller
{
    z-index: 100;
    position: absolute;
    font-weight: normal;
    overflow: auto;
    margin:15px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background:#FFFFFF url(../images/yellowwhite_grad.gif) repeat-x;
    border:solid 1px #999999;
    width: 200px;
    height: 100px;
    right: 30px;
}
.tableControls a
{
    display:block;  
}

/*viewer controls*/
#menuButtons
{
    position:absolute;
    width:120px;
}
#menuButtons a
{
    text-decoration:none;
}

/*News Table*/
.newsTable
{
    padding:5px 5px 0px 5px; 
    border:solid 1px silver; 
    background-color:#FFFFFF;
    height:60px;
}
.newsTable p
{
    padding-bottom:0px;
}

/*Viewer Legend*/
#legendDiv
{
    width:100%;
}
#legendList
{
    width:100%;
    list-style:none;
    text-align:left;
    padding:2px;
    margin:0px;
    font-size:0.9em;
}

/*Profile Menu*/
#profileMenu
{
    list-style:none;
    margin:0px 0px 0px 20px;
    padding:0px 0px 20px 0px;
}
#profileMenu li
{
    clear:both;
    padding-top:10px;
    display:block;  
    vertical-align:text-bottom;
}
#profileMenu img
{
    border:none;
    float:left;
    margin-right:5px;
}
#profileMenu a
{
    color:#505050;
    text-decoration:none;
    font-weight:bold;
}
#profileMenu a:hover
{
    color:#2266cc;
    text-decoration:underline;
}
.ajaxLoadingDiv
{ 
    left:50%;
    top:50%;
    position:absolute;
    text-align:center; 
    padding:10px 10px 10px 10px;
    border:solid 1px silver;
    background-color:White;
    z-index:200;
}

/*Tabs style*/

.MainTab .ajax__tab_xp
{    
   	font-family: Verdana, Helvetica,sans-serif !important;
    font-size:1em !important;
}
.MainTab .ajax__tab_body
{
   	margin: 0px !important;
   	padding: 15px 5px 10px 5px !important;
   	font-family: Verdana, Helvetica,sans-serif !important;
    font-size:1em !important;
    background:#FFFFFF;
    border:solid 1px #999999; 
}

.MainTab .ajax__tab_header 
{    
    font-weight: Bold;         
}
.MainTab .ajax__tab_outer
{
    margin-right:1px;
}
.MainTab .ajax__tab_inner
{
    height:16px;
    text-align: left;
    color: White;
    font-weight: Bold;
    font-size:1.1em;
    margin: 0px 0px 0px 0px;    
    padding: 2px 3px 2px 6px;     
    background: rgb(166, 114, 0) url(../Images/NewImages/orangeGradient.jpg) repeat-x;    
    border:solid 1px #999999;
    border-bottom:none;
}
.MainTab .ajax__tab_hover .ajax__tab_outer
{
      
}
.MainTab .ajax__tab_hover .ajax__tab_inner
{    
    color:black;
}
.MainTab .ajax__tab_active .ajax__tab_outer
{      
    background: #FFFFFF;
    border-left:solid 1px #999999; 
    border-right:solid 1px #999999; 
    border-top:solid 1px #999999; 
    margin-bottom:-3px;   
}
.MainTab .ajax__tab_active .ajax__tab_inner
{   
    background: #FFFFFF;
    color: black;
    padding: 3px 3px 3px 6px;
}

/*Table Output*/
.gridStyle
{
    width: 94%;    
    background: white;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #999999;
}
.gridStyle a
{
    text-decoration:underline;
}
.gridHdrStyle
{
    background:#FFFFFF url(../images/yellowwhite_grad.gif) repeat-x;
    border:solid 1px #999999;      
}

.altRowStyle
{
    background: #a0c6ff;
}

/*roadmap page*/
.iconBoxAlt
{
    color:white;
    height:60px;
    width:90px;
    display:block;
    float:left;
    margin:0px 5px 10px 0px;   
    padding:40px 1px 0px 1px;  
    border:solid 2px white;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    background-color:rgb(168,160,114);
    /*filter:alpha(opacity=70);
    opacity:.7;*/
}
.iconBoxAlt:hover
{
    background:none; 
    border:solid 2px black;
    color:Black;
    /*filter:alpha(opacity=100);
    opacity:1;*/
}
.roadmapDiv
{
    width:730px;
    margin:20px auto;
    padding:10px 10px 20px 10px;    
    clear:both;
    border:solid 1px #a0c6ff;
}
.roadmapImg
{
    float:left;
    padding:0px 30px 10px 0px;
}

/*casestudy page*/
.csIcon
{
    color:white;
    height:20px;
    width:100px;
    display:block;
    float:left;    
    margin:0px 5px 20px 5px;   
    padding: 8px 0px 2px 0px;   
    border:solid 2px silver;
    font-size:0.8em;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    background-color:rgb(168,160,114);
    /*filter:alpha(opacity=70);
    opacity:.7;*/
    font-size:1.1em;
}
.csIcon:hover, .csIconHL
{
    color:black;
    height:20px;
    width:100px;
    display:block;
    float:left;
    margin:0px 5px 20px 5px;   
    padding:8px 0px 2px 0px;  
    border:solid 2px black;
    font-size:0.8em;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    background:white;
    /*filter:alpha(opacity=100);
    opacity:1;*/
    font-size:1.1em;
}
.csDiv
{    
    margin:10px auto;
    width: 870px; 
    height: 500px; 
    background:#FFFFFF url(../images/CaseStudy/casestudybg.jpg) no-repeat;    
    padding:50px 20px 20px 20px;
    font-size:1.1em;
}
.csImg
{
    float:left;
    padding:0px 30px 10px 0px;
}

/*registration form*/
.regoForm
{
   text-align:center;
}

.regoForm fieldset
{
   width:450px; 
   padding:10px 10px 10px 50px;
   text-align:left;
   margin: 0 auto;
   display:block;
}

.regoForm legend
{
    margin:10px 0 10px 0;
    font-weight:bold;
}

.regoForm fieldset label
{
    font-weight:bold; 
    display:block;
    float:left;
    margin:5px 0px 0px 0px;
    width:100px;
    clear:both;
}

.regoForm fieldset input
{    
    display:block;
    width:250px;
    float:left;
    margin:5px 20px 0px 0px;
}

.regoForm fieldset input[disabled]
{
    background-color:silver;
}

.regoForm fieldset textarea
{    
    display:block;
    width:250px;
    float:left;
    margin:5px 0px 0px 0px;
}

.regoForm fieldset input.button
{    
    width:auto;
    margin:10px 0 0 100px;  
}

.regoForm fieldset div
{
    clear:both;
    margin:10px 0px 10px 0px;
}

.regoForm fieldset span
{    
    display:block;
    width:80px;
    float:left;
    margin:5px 0px 0px 5px;
}

.regoForm fieldset span.checkbox
{    
    display:block;
    width:450px;
    float:left;
    margin:5px 0 5px 0px;  
}

.regoForm fieldset span.checkbox label
{
    width:400px;
    font-weight:bold; 
    display:block;
    margin:5px 0px 0px 5px;  
    padding:0;  
    clear:none;
}

.regoForm fieldset span.checkbox input
{
    width:auto;
    margin:0;
    padding:0;  
}

.regoForm fieldset select
{    
    display:block;
    width:120px;    
    float:left;
    margin:5px 0px 0px 0px;    
}

.regoForm fieldset a
{    
    display:block;
    width:200px;
    margin:5px 0 0 120px;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.informationFieldSet
{
    display:block;
    margin:10px 10px 20px 20px;
    padding:10px 10px 10px 10px;
    text-align:left; 
    width:600px;
}

.informationFieldSet legend
{
    font-weight:bold;
    margin-bottom:10px;
    color:black;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;	
	margin:0 0 0 0;		
	padding:0px 0px 0px 0px ;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; 
}

.collapsePanelHeader{
	
	height:20px;
	margin:10px 0 0 0;	
	height:16px;        
    padding:0px 5px 4px 5px;     
    background:#2d5586 url(../Images/NewImages/orangeGradient.jpg) repeat-x; 
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
    font-size:1.1em;
	cursor:pointer;
	
    border-top:solid 1px #999999;  
    border-left:solid 1px #999999; 
    border-right:solid 1px #999999; 
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*index page overlays*/

.homepageNav
{
    margin:10px 10px 20px 10px;
    height:20px;
    font-family:Helvetica;
}

.homepageNav a
{
    display:block;
    float:left;
    width:212px;
    background:rgb(219,240,255);
    text-align:center;
    margin:0px 8px 0px 0px;
    padding:3px 0px 5px 0px;
    border:solid 1px black;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
    color:Black;
}

.homepageNav a.highLight
{
    color:White;
    background:rgb(168,160,114);
}

.homepageMain
{    
	background:url(../images/newimages/homepage1.jpg) no-repeat;
	margin:30px 0px 20px 0px;
	height:550px;
}

.homepageImgBox1
{
    width:140px;
    height:75px;
    background:url(../images/newimages/homepage2.jpg) no-repeat;    
    padding:280px 15px 0px 15px;
    margin:0px 5px 10px 0px;
    float:left;
    font-weight:bold;
}

.homepageImgBox2
{
    width:140px;
    height:75px;
    background:url(../images/newimages/homepage3.jpg) no-repeat;
    padding:280px 15px 0px 15px;
    margin:0px 5px 10px 0px;
    float:left;
    font-weight:bold;
}

.homepageImgBox3
{
    width:140px;
    height:75px;
    background:url(../images/newimages/homepage4.jpg) no-repeat;
    padding:280px 15px 0px 15px;
    margin:0px 5px 10px 0px;
    float:left;
    font-weight:bold;
}
