.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
background: white url(dgradientbar.gif) top left repeat-x;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{

position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url(lgradientbar.gif) top left repeat-x;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 620px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/******************
HTML Tags
******************/

body{
	color:#000000;
	margin:1px;
	font:.75em/160% Helvetica, Arial, Tahoma, Verdana, Serif;
	
	}

div.content-page
{
	width: auto;
	margin: 2% 25px 5% 20px;	
}

.bkimage
{
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}


#content p, #content-side p,table{
	padding: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.content-page p
{
	font-family: Helvetica, Arial, Tahoma, Verdana, Serif;
	font-size: 1.2em;
}

div.content-page ul li
{
    padding-top: 5px;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    list-style-image: url(arrows.gif);
}
div.content-page ol li
{
    font-size: 1.2em;
    font-family: Helvetica, Arial, Tahoma, Verdana, Serif;
}
div.content-page a:link, div.content-page a:visited
{
	border-bottom: 1px dotted #cc9966;
    color: #b32900;
	    text-decoration: none;
	    text-align: center;
}

div.content-page a:hover,div.content-page a:active
{
	color: #ff9700;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
}
.pdftable
{
	font-family: Helvetica, Arial, Tahoma, Verdana, Serif;
	font-size: 1.2em;
}

#breadcrumb-right label{
	display:none;
	}

/******************
FORM STYLES
******************/

#content-container form{
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

/* a nested fieldset */
#content-container fieldset fieldset{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container legend{
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend{
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label{
	display:block;
	padding-top:0px;/*8px;*/
	}

#breadcrumb-right form{
	margin:0px;
	padding:0px;
	text-align:center;
	}

#breadcrumb-right form fieldset{
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend{
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link{
	color:#0071BC;
	}

a:visited{
	color:#0071BC;
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}

a:active{
	color:#B70000;
	}



/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:hover{
	text-decoration:underline;
	}

#mainnav-container a:active{
	color:#CCCCCC;
	text-decoration:none;
	}
	
	/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
	
#language-container{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#language-container a:link{
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
}

#language-container a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

#language-container a:hover{
	text-decoration:none;
	color: #333333;
	}

#language-container a:active{
	color:#CCCCCC;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumb-container a:link{
	color:#FFFFFF;
	text-decoration:none;
	}

#breadcrumb-container a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

#breadcrumb-container a:hover{
	text-decoration:none;
	color: #333333;
	}

#breadcrumb-container a:active{
	color:#CCCCCC;
	}

/******************
HEADINGS
******************/
h1, h2, h3, h4, h5, h6
{
	margin: 4px 0 4px 0;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-family: Georgia,Tahoma,Verdana,Verdana,Serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc9966;
}

h1 
{
	font-weight: bolder;
	font-size: 1.5em;
	color: #ffffff;
	border: 0;
	padding: 0 2% 0 2%;
}

h2 {
	font-size:1.3em;
	color: #b32900;
	}

h3 {
	font-size:1.1em;
	color: #000000;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
}

#three-column-container h2{
	margin:0px 0px 10px 0px;
	padding:0px;
		}

/******************
LAYOUT DIVS
******************/

#header-container{
	background:#FFFFFF;
	height:auto;
	color:#525463;
	font-size:1.8em;
	}

#header-container a{
	}

#header-name
{
	float: left;
	height: inherit;
	padding-right: 5px;
	padding-left: 3%;
	padding-bottom: 0px;
	padding-top: 5px;
}

#header-slogan{
	height: inherit;
	float: right;
	padding: 5px 3% 0px 5px;
	}

#mainnav-container{
	background:#FFFFFF;
	color:#000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}

#mainnav{
	float:left;
	width:13%;
	text-align:right;
	padding:15px;
	height:166px;
	background:url(bg-mainnav-left.gif) repeat-y;
	}

#mainnav-side{
	float:right;
	width:170px;
	padding:15px;
	border-left:1px solid #FFFFFF;
	height:166px;
	background:#71727F url(bg-mainnav-right.gif) repeat-y right;
	}

#posterphoto{
	margin:0px 15% 0px 15%;
	padding:0px;
	text-align:left;
	background:url(poster-photo-busineswoman.jpg) no-repeat;
	height:196px;
	}

#breadcrumb-container
{
	color: #FFFFFF; /*font-weight:bold;*/
	margin: 0px;
	background: url(topbar3.gif);
	padding-right: 1%;
	padding-bottom: 0px;
	height: 25px;
	font-family: Verdana, Arial;
}

#breadcrumb-left{
	float:left;
	width:70%;
	padding-top: 4px;
	padding-left: 3px;
	}

#breadcrumb-right{
	float:right;
	width:auto;
	padding-top: 3px;
	}

#content-container{  
	
	width:100%;
	/*padding-right: 2%;
	*/
}


#content
{
	/*float:left;*/
	width: 100%;
	/*background-color: blue;
	margin-right: 12px;*/
}


#content-side
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 18px;
}

#three-column-container{
	width:100%;
	margin:30px 0px;
	text-align:justify;
	}

#three-column-left{
	float:left;
	width:30%;
	}

#three-column-right{
	float:right;
	width:30%;
	}

#three-column-middle{
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container
{
	color: Silver;
	background: url(bottomLogobar.gif) repeat-x;
	/*margin-top: 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}

#footer-right{
	padding: 13px 5px 0 0;
	color: #666666;
	text-align: right;
	}
#footer-center{
	padding: 13px 5px 0 0;
	color: #666666;
	text-align:center;
}
#footer-left{
	padding: 13px 0 0 5px;
	color: #666666;
	text-align: left;
}

/******************
Menu Items
******************/

#mainnav-container ul{
    margin: 0px;
    padding: 0px;
}
#mainnav-container li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list,#content ul.link-list-vertical{
	margin: 10px 0px 20px 10px;
	padding:0px;
	}

#content ul.list li{
    list-style: none;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    background: url(bullet.gif) no-repeat;
    background-position: 0 .4em;
}

#content ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link{
	padding:1px 0px 1px 0px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 0px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 0px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:active{
	padding:1px 0px 1px 0px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
LISTS - IN THE SIDE COLUMN
******************/

#content-side ul.list,#content-side ul.link-list-vertical{
	margin: 5px 0px 0px 5px;
	padding:0px;
	}

#content-side ul.list li
{
	list-style: none;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	background: url(App_Themes/Default/bullet.gif) no-repeat 0px 0.4em;
}

#content-side ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link{
	padding:1px 0px 1px 0px;
	background:url(App_Themes/Default/bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 0px;
	background:url(App_Themes/Default/bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 0px;
	background:url(App_Themes/Default/bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:active{
	padding:1px 0px 1px 0px;
	background:url(App_Themes/Default/bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
TABLE STYLES
******************/

.table{
	width:100%;
	border:1px solid #71727F;
	}

.table td {
	padding:8px;
	border-left:1px solid #71727F;
	border-right:1px solid #71727F;
	}

thead th, tfoot th{
	background:#71727F;
	padding:8px;
	color:#FFFFFF;
	border-left:1px solid #71727F;
	border-right:1px solid #71727F;
	border-top:1px solid #71727F;
	border-bottom:1px solid #71727F;
	}

.table-row-1 td,.table-row-1 th{
	background:#EAEAEA;
	border:1px solid #71727F;
	}

.table-row-2 td,.table-row-2 th,thead{
	background:#F4F4F4;
	border:1px solid #71727F;
	}

/******************
CLASSES & TABLE STYLES
******************/

.button-big{
	margin-top:8px;
	}

img.photobig,img.photosmall{
	border:1px solid #71727F;
	padding:5px 5px 5px 5px;
	background:#E5E5E5;
	}

img.photosmall{
	margin-right:10px;
	margin-bottom:2px;
	float:left;
	}

.searchbox{
	height:13px;
	margin:0px;
	padding:0px;
	width:6em;
	color:#666666;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	}

.button-search{
	height:17px;
	margin:0px;
	padding:0px 1px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font:bold 10px Verdana,Arial,Helvetica,sans-serif;
	background:#9798A1;
	}

.separator-side-column{
	border-top:1px solid #D0D0BF;
	width:100%;
	height:2px;
	font-size:1px;
	background:transparent;
	}
	
.sitemap-display{
	width:100%;
	font-size:1.1em;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.page-heading
{
	/*color: white;
	font-family: Verdana; text-indent: 2px;*/
	/*font-size: 2em; padding-bottom: 8px;*/
	width: 100%;
	background-image: url(TitleBar.gif);
	background-color: #cccccc;
	background-repeat: repeat-y;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: right;
	background-position: right top;
}
/* OBSOLETE 
.page_heading_text
{
	font-size: 20px; 
	color: #FFFFFF;
	font-family: Verdana; 
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-decoration: none;
}
*/
	
.page-header-text {
	font-size:small;
	color: #9e9e34;
	font-weight: normal;
    /*margin-top:-0.2em;
    padding-bottom:10px;*/
	}

.small-text{
	font-size:.8em;
	}

.none{
	display:none;
	}

.clear{
	clear:both;
	}
	
.links{
	color: #0071bc;
	text-decoration:none;
	}


/****************
  ROUNDED TABLES
  **************/

div.admin-rounded-box {
    width: 9em;
    background-color: #FFCC00;
    margin: 3px;
}

div.top-left-inside, div.bottom-left-inside,
div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner{
	position:absolute; 
	width:20px; 
	height:20px;
	background-color:#FFF; 
	overflow:hidden;
}

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents 
{
	position: relative; padding: 8px; color:#000;
}
.searchtable
{
	border-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: 20px;
}
.searchtableheader{
	text-align: center;
	font-size: 14px;
	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(topbar2.gif);
}
.detail_gridview
{
	/*border-bottom: #c0c0c0 1px solid;*/
}
.detail_gridviewfooter
{
	background-image: url(downgradientbar.gif);
	background-repeat: repeat-x;
}

.gridview_headerstyle
{
	font-weight: bold;
	color: White;
	text-align: Left;
	height: 35px;
	vertical-align: middle;
	background-image: url(topbar2.gif);
}

.gridview_headerstyle a:link
{
	font-weight: bold;
	color: #f5f5f5;
}
.gridview_headerstyle a:hover
{font-weight: bold;
	color: White;
}
.gridview_headerstyle a:visited
{font-weight: bold;
	color: White;
}

.gridview_footerstyle
{
	background-image: url(topbar3.gif);
	font-weight:bold;
	Color:White;
	text-Align:right;
}
.gridview_rowstyle
{
	background-color: White;
	color: #333333;
	text-align: left;
}
.gridview_altrowstyle
{
	background-color: #ececec;
	color: Black;
}
.gridview_pagerstyle
{
	background-color: #FFFFFF;
	color: Black;
	text-align: center;
	vertical-align: middle;
	background-image: url(graysideLogo.jpg);
	background-repeat: no-repeat;
}
.gridview_seletedrowstyle
{ background-color:#E2DED6;
 font-weight:bold;
 Color:#333333;
}
.gridview_editrowstyle
{ background-color:#999999;
 
}
.main_table_downright
{
	background-image: url(rdgradient.gif);
}

.main_table_downleft
{
	background-image: url(ldgradient.gif);
}
.main_table_down
{
	background-image: url(dgradientbar.gif);
}
.main_table_left
{
	background-image:url(lgradientbar.gif);
}
.main_table_middle
{
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.main_table_right
{
		background-image:url(rgradientbar.gif);
}
.detailtable
{
	width: 100%;
	background-color:#f0f0f0;
	
}
.detail_label
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #808080;
	text-indent: 2px;
}
.detail_text
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
	text-indent: 4px;
}
.navigation_side
{
    background-color: #ececec;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px; /*border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F1F1F1;
	border-left-style: solid;
	border-left-color: #F1F1F1;*/
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-image: url(nav_s.gif);
    background-position: right top;
    background-repeat:repeat-x;
    /*no-repeat;padding-top: 18px;*/
}
.defaulttable
{
	border-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: 20px;
}
.defaulttableheader{
	font-size: 16px;
	height: 30px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(graysideLogo.jpg);
}
.manager_table
{
	border-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: 20px;
}
.manager_tableheader
{
	background-image: url(greenbar.gif);
	color:White;
	height:35px; 
	background-color: #297568; 
	padding:5px 5px 5px 5px; 
	font-size: large; 
	text-align: center;
}
.manager_gridheaderstyle
{
	background-image: url(greenbar.gif);
	color:White;
	height:35px; 
	background-color: #297568; 
	padding:5px 5px 5px 5px; 
	text-align: center;
	font-weight:bold;
}
.manager_gridfooterstyle
{
	background-color: #EFEFEF;
	color: Black;
	text-align: center;
	vertical-align: middle;
	/*background-image: url(graysideLogo.jpg);*/
	background-repeat: no-repeat;
}
.manager_gridviewfooter
{
	/*border-bottom: #c0c0c0 1px solid;*/
	background-image: url(downgradientbar.gif);
	background-repeat: repeat-x;
}
.administration_table
{
	border-color: Silver;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: 20px;
}
.administration_tableheader
{
	background-image: url(bluebar.gif);
	color:White;
	height:35px; 
	background-color: #FF9900; 
	padding:5px 5px 5px 5px; 
	font-size: large; 
	text-align: center;
}
.administration_gridheaderstyle
{
	background-image: url(topbar2.gif);
	color:White;
	height:35px; 
	background-color: #297568; 
	padding:5px 5px 5px 5px; 
	text-align: center;
	font-weight:bold;
}

.administration_gridfooterstyle
{
	background-color: #EFEFEF;
	color: Black;
	text-align: center;
	vertical-align: middle;
	/*background-image: url(graysideLogo.jpg);*/
	background-repeat: no-repeat;
}
.administration_gridviewfooter
{
	border-bottom: #c0c0c0 1px solid;
	background-image: url(downgradientbar.gif);
	background-repeat: repeat-x;
}
.changePasswordBox
{
	margin-left: 15px;
	background-color: #fffff0;
	border-color: Silver;
	border-style: Double;
}
.changeQuestionBox
{
	margin-left: 15px;
	background-color: #fffff0;
	border-color: Silver;
	border-style: Double;
}
.loginBox
{
	 margin-left:15px;	
}
.centralconnection
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial;
	padding-left: 4px;
	padding-top: 0px;
}

.imagePDF
{
	background-image: url(get_adobe_reader.gif);
	border: 0;
	text-decoration: none;
	margin: 0 5px 0 0;
	width: 90px;
	height: 35px;
	float: left;
	vertical-align:baseline;
	background-repeat: no-repeat;
}

.main-container
{
	width: 100%;
}

.body-content
{
	width: 100%;
}

.footer-links
{
	font-size: 0.90em;
	text-align: center;
}

.footer-links a
{
	color: #006699;
	text-decoration: none;
}

.footer-links a:hover, a.over
{
	text-decoration: underline;
}
.marketing_tableheader {
	color:#000000;
	text-align: left;
	font-weight:bold;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.marketing_table {
	text-align: center;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* SlideShow styles */

.slideTitle
{
	font-weight:bold;
	font-size:small;
	font-style:italic;

}

.slideDescription
{
	font-size:small;
	font-weight:bold;
}
