﻿

/* ***** PrettyPanel ***** 
 =====================================*/

.PrettyPanel
{
    width:100%;
    min-width:15em;
}

.PrettyPanel a
{
    text-decoration:none;
}

.PrettyPanel legend
{
    font-size: 1.2em;
    font-weight:bold;
    color:#4D4D4D; 
}

.PrettyPanel fieldset
{
    padding:20px 20px 10px 20px;
}

.PrettyPanel_content
{
    font-size:0.7em;
}

.PrettyPanel ul
{
    list-style-type:disc;
}

.PrettyPanel li
{
    vertical-align:baseline;
}

.PrettyPanel_frame
{
	border:solid 1px #AFABAB;
	padding:5px;
}

.scrollable_frame
{
	border:solid 1px #AFABAB;
	padding:5px;
	overflow:scroll;
}

.Dotted_frame
{
	border:dotted 1px #AFABAB;
	padding:5px;
}

.Bold_frame
{
	border:solid 3px #668EBD;
	padding:5px;
}

.MainSection
{
	padding:6px 4px 6px 4px;
}

.AltSection
{
	padding:6px 4px 6px 4px;
	background-color:#EBEBEB;
}


/* ***** TitlePanel ***** 
 =====================================*/

.TitlePanel
{
    width:100%;
    min-width:10em;
    margin-bottom:10px;
}

.TitlePanel a
{
    text-decoration:none;
}

.TitlePanel legend
{
    font-size: 1.2em;
    font-weight:bold;
    color:#4D4D4D; 
}

.TitlePanel fieldset
{
    font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-top:3px solid #A6DEDC;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    padding:0px 20px 5px 20px;
}

.TitlePanel ul
{
    list-style-type:disc;
}

.TitlePanel li
{
    vertical-align:baseline;
}

.PageTitlePanel
{
    padding:0px 20px 5px 0;
    margin-bottom:5px;
    border-bottom:solid 1px #AFABAB;
}

.PageTitlePanel h1
{
    font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color:#4D4D4D; 
    font-weight:bold;
    font-size:1.3em;
}

.PageTitlePanel .bullet
{
	color:#2CAFAA;
    font-weight:bold;
    font-size:1.3em;
    float:left;
    font-variant:small-caps;
    margin-top :-2px;
    padding-right:4px;
    vertical-align:top ;   
}

.PageTitlePanel h2
{
    font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color:#4D4D4D; 
    font-weight:bold;
    font-size:1.2em;
}

.SectionTitlePanel
{
    padding:2px;
    background:#1F9590;
    border-bottom:solid 1px #AFABAB;
}

.SectionTitlePanel .bullet
{
	color:#F9F9F9;
    font-weight:bold;
    font-size:1.3em;
    float:left;
    font-variant:small-caps;
    margin-top :-2px;
    padding-right:4px;
    vertical-align:top ;   
}

.SectionTitlePanel h2
{
    color:#F9F9F9; 
    font-weight:bold;
    font-size:1em;
}

/* ***** PrettySubPanel ***** 
 =====================================*/

.PrettySubPanel
{
    width:100%;
    min-width:15em;
}

.PrettySubPanel a
{
    text-decoration:none;
}

.PrettySubPanel legend
{
    font-size: 1.1em;
    font-weight:bold;
    color:#4D4D4D;
}

.PrettySubPanel fieldset
{
    padding:20px;
}

.PrettySubPanel_content
{
    font-size:0.7em;
}


/* ***** PrettyNarrowPanel ***** 
 =====================================*/

.PrettyNarrowPanel
{
    width:100%;
    min-width:5em;
}

.PrettyNarrowPanel legend
{
    font-size: 1.1em;
    font-weight:bold;
    color:#4D4D4D;
}

.PrettyNarrowPanel fieldset
{
    padding:2px;
}

.PrettyNarrowPanel_content
{
    font-size:0.7em;
}

/* ***** Content ***** 
 =====================================*/

#Content_filter
{
}

.ContentFilterTable
{
    padding:0px 2px 2px 2px;
    margin-bottom:10px;
	border: solid 2px #6F91BA;
    background: #EBEBEB;
    font-weight:bold;
}

.Content_ed_con
{
	height:440px;
	padding-top:17px;
}
.Content_ed_int
{
	height:240px;
	padding-top:17px;
}

.Description_ed
{
	height:320px;
    margin-top:17px;
	padding-bottom:17px;
}

.Departments_SiteMap
{
   padding-bottom:5px;
   border-bottom:solid 1px #D6C5C5
}

/* ***** StoryPanel ***** 
 =====================================*/

.StoryPanel
{
    width:100%;
    min-width:20em;
    max-width:40em;
    border:solid 1px #AFABAB;
    padding:10px; 
}

.StoryContent
{
	padding:10px 0 5px 0;
	top:0px;
}

.StoryRA
{
	 clear:both;
	 margin:30px 0 0 4px;
}

.StoryFooter
{
	font-size:0.8em;
	color:#AFABAB;
}

.StoryAnnouncement
{
	font-size:1.1em;
	color:White;
    background-color:#04578F;
	font-weight:bold;
	width:10em;
	text-align:center;
	padding:2px;
}


/* ***** Other Panels ***** 
 =====================================*/

.HintBorderedPanel
{
	color: #6C6969;
	font-size:0.9em;
    width:80%;
    border:solid 1px #AFABAB;
    margin-top:15px;
    margin-left:0;
    padding:10px; 
}

.ActivatePanel
{
	clear:both;
	float:left;
	color: #4D4D4D;
	background-color:#FCE5E5;
	font-size:0.9em;
    width:80%;
    border:dashed 2px #AFABAB;
    margin-top:15px;
    padding:10px; 
}

.CusContactPanel
{
    width:90%;
	color: #6C6969;
	font-size:0.9em;
    border:solid 1px #AFABAB;
    margin:15px 0 0 10px;
	float:left;
}

.CusContactPanel_con
{
    padding:10px; 
}


/* ***** PrettyTable ***** 
 =====================================*/

.PrettyTable
{
    font-size: 0.9em;
    padding: 4px;
    width:100%;
}

.PrettyTable th
{
	font-weight:bold;
    width:35%;
    padding:5px;
    vertical-align:top;
    color:#4D4D4D;
    text-align:left;
}

.PrettyTable td
{
    width:100%;
    padding:5px;
}

.PrettyTable_title
{
    font-weight: bold;
    font-size: 1em;
    color:#F7F6F3;
    background: #2CAFAA;
    text-align: center;
    height: 1.5em;
    margin-bottom: 0.3em;
}

.PrettyTable_light_title
{
    font-weight: bold;
    font-size: 1em;
    color:#4D4D4D;
    background:#EBEBEB; 
    text-align:left;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyTable_instruction
{
	border: #D6C5C5 2px solid; 
	text-align:left;
	color: #015791; 
	background-color: #EBEBEB;
	padding:10px;
}

.PrettyTable_row
{
	 text-align:right; 
}

.PrettyTable_error
{
	 color:red;
	 text-align:left; 
	 width:100%
}

.PrettyTable_header
{
     font-weight: bold;
	 text-align:left; 
     background: #2CAFAA;
     color:#F7F6F3;
     padding: 4px 0 4px 4px;
}

.PrettyTable_section
{
     font-weight: bold;
	 text-align:left; 
     color:#2CAFAA;
     padding: 8px 0 1px 0;
}

.PrettyTable_footer
{
	 color: #2CAFAA;
	 text-align:left; 
}

.PrettyTable_border
{
    border: solid 1px #AFABAB;
    padding:1px;
}

.PrettyTable_content
{
    padding:5px;
}


/* ***** PrettyFixTable ***** 
 =====================================*/

.PrettyFixTable
{
    font-size: 1em;
    background-color:White;
    border:0;
}

.PrettyFixTable th
{
	font-weight:normal;
    color: #4D4D4D; 
    text-align:right;
    padding-left:10px;
}

.PrettyFixTable td
{
    padding: 2px 4px 2px 4px;
}

.PrettyFixTable_title
{
    font-weight: bold;
    color:#F7F6F3;
    background: #2CAFAA;
    /*background: #2CAFAA;*/
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyFixTable_row
{
	 text-align:right; 
}


/* ***** PrettyGridTable ***** 
 =====================================*/

.PrettyGridTable
{
    border:solid 1px gray;
    padding: 4px;
}

/* ***** Wrappers ***** 
 =====================================*/

.InnerWrapper
{
	min-width:25em;
	width:100%;
}

.InnerNarrowWrapper
{
	min-width:15em;
	width:100%;
}

.InnerWideWrapper
{
	min-width:32em;
	width:100%;
}

.InnerWide2Wrapper
{
	min-width:40em;
	width:100%;
}

.ContentItemWrapper
{
	min-width:40em;
	width:100%;
    border:dotted 1px #AFABAB;
    padding:5px;
    margin-top:5px;
}

.OuterNarrowWrapper
{
	top:0px;
	width:70%;
}

.OuterWideWrapper
{
	top:0px;
	width:98%;
}

.nowrap
{
	 white-space:nowrap;
}

.Height20
{
	height:20px;
	width:98%;
}

.CenterWrapper
{
	 margin-left:10%;
	 margin-right:10%;
}

.ButtonsWrapper
{
	  margin:2px 0px 2px 0px;
}

.TextWrapper
{
	  padding: 2px 2px 2px 4px;
}

.ButtonsRightWrapper
{
    width:100%;
    text-align:right;
    padding:2px 0 5px 2px;
    margin-bottom:3px;
}

.InlineWrapper
{
	 display:inline;
	 float:left;
}

.UnderlineWrapper
{
	  border-bottom:solid 1px #2CAFAA;
}

.SmallerWrapper
{
	font-size:90%;
    line-height:1.15;
}
.TableWrapper
{
	min-width:15em;
	width:98%;
}

.SiteMapCategories
{
	width:30em;
}

.SiteMapSpecializations
{
    margin-left:14em;
	width:21.8em;
}

.NodeBox
{
   padding:2px 0 2px 0;
   white-space:nowrap;
}

.SiteMapNode
{   
	color:#284DF2;
	font-size:0.8em;
	font-weight:bold;
    font-family:Verdana,Tahoma,"Trebuchet MS", Arial; 
} 

.SiteMapNode a,
.SiteMapNode a:visited
{   
	color:#4D4D4D;
	font-weight:normal;
} 

.SiteMapNode a:hover
{   
	 text-decoration:underline;
} 

.SiteMapNode a:active
{
    color:blue;
}

.CurrentSiteMapNode
{   
	 color:#AD090B;
	 font-weight:bold;
} 
.CurrentSiteMapNode a,
.CurrentSiteMapNode a:visited
{   
	 color:#AD090B;
	 font-weight:bold;
} 

.DropDownExtender
{
	 display: block; 
     width: 11em;  
     padding:2px; 
     padding-right: 50px;
     background:url(../images/bg_blue2.png) repeat-x;
     color:White;
     margin:2px 0 2px 0;
     border:solid 1px #AFABAB;
}

.DropDownExtender_panel
{
	background-color:#4D4D4D;
	color:White;
    border:solid 2px #AFABAB;
}

.DropDownExtender_panel a,
 DropDownExtender_panel a:visited
{
	color:#F9F9F9;
}

.DropDownExtender_panel a:hover
{
	color:White;
    text-decoration:underline;
}





.RssSubscribe_panel
{
    border:solid 2px #AFABAB;
}

/* ***** CompanyInfo ***** 
 =====================================*/

#CompanyInfo
{
}

#CompanyInfo .contact
{
    float:left;
}

#CompanyInfo .image_panel
{
	width:110px;
	height:110px;
    float:right;
    text-align:right;
}

#CompanyInfo .thumbnail
{    
    border:solid 1px gray;
}

#CompanyInfo .links
{
	text-align:left;
	width:98%;
	clear:both;
	margin-top:5px;
}

.SearchResults
{
	margin-top:10px;
   
}

.context
{
	white-space:normal;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	padding:2px;
}

.context a
{
	font-weight:bold;
	text-decoration:underline;
}

.context .foo
{
   margin-left:110px;
   margin-top:2px;
}
