﻿/** Styles in this sheet will NOT be available in Content Editor 
*** See ContentStyles.css for Content Editor styles 
*** Do not include font/text related styles in this sheet, use the ContentStyles css file instead
**/ 

/* Start General Styles */
body
{
    text-align:center; /* centering site 1/3 */
    margin:0;
    /*DO NOT include font informatio here, see ContentStyles.css*/
}

.hiddenDiv { display: none; visibility:hidden;}

.clear  {clear:both;}

.dropShadow
{
	background:url(../images/Layout/lowerRightDiv.gif) no-repeat bottom right;
	padding:0px 5px 10px 0px;
}

/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #19afe0;
    font-size:11px;
    background-color: #648ABD;
    border:1px solid #19afe0;
    padding:2px 3px 2px 3px;
}
.AltButtonStyle .ButtonStyle
{
    color: #648ABD;
    font-size:11px;
    background-color: #19afe0;
    border:1px solid #ffffff;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size:14px;
    background-color: orange;
    border:1px solid #19afe0;
    padding: 6px 6px 6px 6px;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor:pointer;
    color:#ffffff;
}
/* End Button Styles */

#wrapper
{
    padding-top:10px;
    margin: 0 auto; /* centering site 2/3 */
    text-align:left; /* centering site 3/3 */
    width: 960px; /* Overall site width */
}

#header, #footer
{
    /*width:100%;   */
}

#main_container
{
    float: left;
    width: 720px;
    /*_width: 730px;*/
    margin-left: 240px; /* Pushes this column over by same width as what will be first col to appear before this col */
    /*background-color:Gray; Background color of main content area center */
    /*padding:5px;  causes column to stretch */
     
}
* html #main_container
{
    display: inline;
}

#masthead
{
    padding:10px 0px 10px 0px;
}

#faux_column
{
      background:url(../images/Layout/rightNavBG.gif) repeat-y top right;
}

#main_content 
{
    width:500px;
    padding:0px 0px 0px 0px;
}

#main_content ul
{
    padding:0px 0px 12px 0px;
}
#main_content ul li
{
    list-style-image: url(../images/Layout/bullet.gif);
    color:#000000;
    margin: 1px 0 1px 40px;
    padding:0px 0px 0px 0px;
} 

#right_nav
{
      width:215px;
}

#right_nav #recommendation
{
    color:#FFFFFF;
    margin:25px;
    text-align:justify;
}

#right_nav .button
{
    margin-top:5px;
}

#right_nav #background 
{
    background:url(../images/Layout/rightNavGradiant.jpg) no-repeat top right;
    height:501px;
}

#menu_container
{
    float: left;
    width: 240px;
    margin-left: -960px; /* Makes this column show before first block even though first block is first in code */
    /*_margin-left: -975px;*/
    overflow:hidden;
     /*padding:5px;  causes column to stretch */
}

#menu_content
{
    width:200px;
    padding:10px 0px 10px 0px;
}


#menu_box p
{
    margin-left:0px;
    padding:10px;
}
#menu_box, #navigation
{
    margin-left:0px;
	/*overflow: hidden;*/
}


/*
Not Used
#extra_container
{
    float: left;
    width: 155px;
    background-color: #648ABD;
}
*/

/* Start Header classes */
#header
{
    background-color: #ffffff;
   /* border: 1px solid #19afe0; */
}


#header_nav 
{
    margin-top:12px;
	background:url(../images/Layout/menuTail.gif) repeat-x;
    float:right;
    width:600px;
}
#header_spacer
{
    width:100%; 
    height:5px; 
    background-color:#414345;
}

#Logo       {float: left; width:200px;}
#Welcome    {float:right; width:400px; text-align:right;}
#Email  {font-weight:bold;color:#e69416;text-decoration:none;}
#Email:hover {font-weight:bold;color:#e69416;text-decoration:underline;}
/* End Header classes */

/* Form Classes */
.input_label
{
    margin-left:20px;
}

input 
{
    background-color:#cef1fd;
    border-style: solid;
    border: solid 1px #414345;
    color: #000000;
}
/* End Form Classes */

.label 
{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding: 2px 0px 2px 10px;
 	background:url(../images/Layout/blueHeader.jpg) no-repeat;
	line-height: 21px;
	position: relative;
	top: -3px;
}


/* Start Footer classes */
#footer
{
    clear: both;
    /*padding:10px;  Causes footer to jut out on right hand side*/
    background-color: #4e5052; 
    color: #ffffff;
}

#footer_content
{
    /*height:15px;*/
    padding:10px;
}
/* End Footer classes */


.Error, .AspNet-Login-FailurePanel
{
    color:#ff0000;
    padding:10px 10px 10px 10px;
    border:1px solid #ff0000;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
.Success
{
    color:#00ff00;
    padding:10px 10px 10px 10px;
    border:1px solid #00ff00;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}

.small
{
    font-size: .6em;
}

/* Headings/Titles */
.TitleText, .TitleText span
{
    font-weight:bold;
    color: #000000;
}

/* Start LeftNav */
.LeftNav
{
    
}
.LeftNav .TitleText
{
    color:White;
}

.AspNet-TreeView li 
{
    margin:0px 0px 0px 6px;
}
.AspNet-TreeView li.AspNet-TreeView-ParentSelected
{
    /*margin:0px 0px 0px 20px;*/
}

.AspNet-TreeView a,
.AspNet-TreeView-Selected ul li a
{
    color:#648ABD;
    text-decoration: none;
}

.AspNet-TreeView a:hover,
.AspNet-TreeView-Selected a
{
    color:White;
}


/* End LeftNav*/


/* Start Table Styles */
.TableStyle     {color:#000000; border-width:0px;}
.TableStyle tr th, .TableStyle tr td  { padding:3px 3px 3px 3px; border-width:0px;}
.HeaderRow,.HeaderRow th      {background-color: #999999; color: #ffffff;}
.AlternateRow, .AlternateRow td   {background-color:#eeeeee;}
/* End Table Styles */

.left_half
{
    float:left;
    width:330px;
}
.right_half
{
    float:right;
    width:330px;
}


/* Start Login Styles */
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label, .AspNet-PasswordRecovery-UserName-UserPanel label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}

.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input, .AspNet-PasswordRecovery-UserName-UserPanel input
{
    width: 8em;
}
/* End Login Styles */

/* Start SitePath and DataPager Styles */
#SitePathContainer {padding:6px 0px 6px 0px;}
.SitePath {color:#19afe0; text-decoration:none; font-weight:bold; font-size:10px;}
.SitePath:hover, .SitePath:active {color:#aba9a8; font-size:10px;}
.SitePathSelected {color:#4e4b4c;font-weight:bold; font-size:10px;}

#DataPagerContainer {text-align:right; padding:6px 0px 6px 0px;}
.Pager {padding:0px 4px 0px 0px; border:0px none #ffffff; border-right:1px solid #000000;}
/* End SitePath Styles */


.hiddenDiv { display: none; visibility:hidden;}

/* Start AspNet-TreeView classes */
div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    /*list-style:none url(../images/nav_arrow.gif) inside !important;*/
    list-style-type: disc !important;
    margin: 5px 0px 0px 0px !important;
    padding:0px 0px 0px 6px !important;
    color:#fba81a; 
    font-size:12px;
}
div.AspNet-TreeView ul li 
{
    list-style-type:disc !important;
    list-style-position:inside;
}
div.AspNet-TreeView ul ul{margin:1px 6px 0px 0px !important;}

div.AspNet-TreeView ul span 
{
    display:none !important
}

.AspNet-TreeView-Show
{
    display:none;    
}

.AspNet-TreeView-Hide
{
    display:none;
}

.AspNet-TreeView-Root 
{
    padding:2px 0px 2px 0px;
    margin:0px 0px 0px 0px;
}
.AspNet-TreeView-ChildSelected
{
    font-weight:bold; 
    color:#000000;
}
.AspNet-TreeView-ChildSelected a:link,
.AspNet-TreeView-ChildSelected a:visited {color:#000000; text-decoration:none;}
.AspNet-TreeView-ChildSelected a:hover,
.AspNet-TreeView-ChildSelected a:active {color:#fba81a; text-decoration:none;}


.AspNet-TreeView-ChildSelected ul
{
    margin:0px 6px 0px 6px;
    
}

.AspNet-TreeView-Leaf
{
    font-weight:normal;
    padding:1px 0px 1px 0px;
    margin:0px 0px 0px 0px;
}
.AspNet-TreeView-Leaf a:link,
.AspNet-TreeView-Leaf a:visited {color:#000000; text-decoration:none;}
.AspNet-TreeView-Leaf a:hover,
.AspNet-TreeView-Leaf a:active {color:#fba81a; text-decoration:none;}

.AspNet-TreeView-Selected
{
    font-weight:bold; 
    color:#000000;
}
.AspNet-TreeView-Selected a:link,
.AspNet-TreeView-Selected a:visited {color:#000000; text-decoration:none;}
.AspNet-TreeView-Selected a:hover,
.AspNet-TreeView-Selected a:active {color:#fba81a; text-decoration:none;}

.AspNet-TreeView-ParentSelected
{
    font-weight:normal;
}
.AspNet-TreeView-ParentSelected a:link,
.AspNet-TreeView-ParentSelected a:visited {color:#fba81a; text-decoration:none;}
.AspNet-TreeView-ParentSelected a:hover,
.AspNet-TreeView-ParentSelected a:active {color:#000000; text-decoration:none;}
/* End AspNet-TreeView classes */

/** Hacks Start **/

/* Start Mac IE5 filter \*/
#main_container, #menu_container, #extra_container
{
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important; 
}
/* End Mac IE5 filter */

#wrapper
{
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
{
    /* Normally a Holly-style hack height: 1% would suffice but that causes 
    IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left;
    /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
    (I saw it happen many moons ago) makes the width of wrapper too small 
    the float: none with the comment is ignored by 5.01,
    5.5 and above see it and carry on about their business
    It's probably fine to just remove it, but it's left here 
    just in case that many moons ago problem rears its head again */
    float/**/: none;
}
/* easy clearing */
#wrapper:after
{
    content: '[DO NOT LEAVE IT IS NOT REAL]'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wrapper
{
    display: inline-block;
}
/*\*/
#wrapper
{
    display: block;
}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
{
    position: relative;
    z-index: 1000;
}

/* Hacks End */

