﻿

/**********************************************
*             GENERIC ELEMENTS                *
**********************************************/
BODY
{
	position:relative;
	padding:0px;
	margin:0px;	
	height:100%;
	width:100%;
}

FORM
{
	position:relative;
	margin-top:0px;
	width:100%;
	height:100%;
	text-align:left;
	z-index:100;		
}

FIELDSET
{
    -moz-border-radius: 8pt;    
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;       
}

H1
{
    font-weight:bold;    
}

hr
{
    position: relative; 
    margin-top: 0px; 
    margin-bottom: 0px;
    height:1px;
    background-color:#B0B6BB;
    border:0px;
}

hr.big
{
    height:3px;
}

#errorsummary ul
{
    margin-left:20px;
    padding:0px;
}

A:link, A:visited
{
	text-decoration:none;
	color:#18497D;
}

IMG
{
	border:0px;
}

SELECT, INPUT
{
    font-weight:normal;
}

.input_small
{
    width:75px;
}

#maincontent ul
{
    list-style: none;
    padding:0px;
    margin:0px;
}

#maincontent li
{
    list-style:none;
    padding-left:1em;
    margin:0px;
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}


body {
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(/images/bg/body_back.gif);
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#wrapper { position: relative; margin: 0 auto; padding: 0; width: 995px; }

/**********************************************
*             CUSTOM ELEMENTS                 *
**********************************************/

.arrow
{
    position:relative;
    color:#9F0C10;
    bottom:2px;
}

.sidemenuheader
{
    width:100%;
    margin-bottom:10px;
    padding-bottom:2px;
}

.mask
{
    position:relative;
    /*filter:alpha(opacity=30);
    opacity: 0.30; */
}

#diagramcontainer
{
    width:710px;
    background-color:#ccc; 
    margin-top:15px;
    margin-bottom:15px;
}

#diagramimage
{   
    width:710px;
    z-index:1;
}

.pageheader
{
    height:60px;
    width:995px;
    border-bottom:solid 1px #18497D;
    margin-bottom:10px;
}

.logo
{
	position:relative;
	margin-top:20px;
	margin-left:20px;
	width:210px;
	height:20px;
}

.toolbox
{
	position:absolute;
	height:36px;
	top:20px;
	left:463px;
	white-space:nowrap;
}

.toolboxcontents
{
    position:absolute;
    text-transform:uppercase;
    padding-top:0px;
	padding-bottom:0px;	
}

.toolboxcontents SELECT
{
    height:18px;
    text-transform:none;
}

.shell
{
    width:995px;
    height:100%;	
}

.searcharea
{
    position:absolute;
    left:845px;
    top:72px;
	z-index:900;
	display:inline;
}

.searchbox
{
    height:12px;
}

.topbar
{
    position:relative;
    width:100%;
    height:25px;
    line-height:25px;
    top:0px;
    background-color:#C6D6E6;
    background-image:url(/images/bg/bg_topbar.gif);
    background-repeat:no-repeat;
    border-top: solid 3px #18497D;
    z-index:100;
}

.sectiontitle
{
    margin-bottom:25px; 
}

.subsectiontitle
{
    width:710px;
    margin-top:15px;
    margin-right:15px;
    float:right;
    line-height:1.25;
}

.content
{
    position:relative;
    top:0px;
    width:995px;    
}

.maincontent, #phContent
{
    position:relative;
    width:710px;
    margin-top:30px;
    margin-right:15px;
    margin-bottom:30px;
    float:right;
}

.sidebar
{
    position:relative;
    top:0px;
    left:0px;
    width:225px;
    float:left;
    margin-bottom:15px;    
}

#sidebarlist
{
    position:relative;
    margin-top:5px;
    margin-bottom:5px;
    left:-20px;
}
    
.footer
{    
	width:995px;
}

.footerbg
{
    position:absolute;
	bottom:1px;
    background-image:url(/images/bg/bg_footer.gif);
	background-repeat:repeat-x;
}  


.copyright
{    
    padding-top:2px;
    padding-bottom:2px;
}

.squareicon
{
    width:10px;
    height:10px;
    line-height:10px;
    padding:0px;
    margin:0px;
    background-color:#9F0C10;
}

.squareiconsm
{
    width:6px;
    height:6px;
    line-height:6px;
    padding:0px;
    margin:0px;
    background-color:#9F0C10;
    position:relative;
    margin-left:2px;
    top:1px;
}



/**********************************************
*             COMMON ELEMENTS                 *
**********************************************/
.bgfade_big
{
    background-image:url(/images/bg/bg_fade_big.jpg);
	background-repeat:no-repeat;
}

.bgfade_small
{
    background-image:url(/images/bg/bg_fade_small.jpg);
	background-repeat:no-repeat;
}

.bgfade_rtl
{
    background-image:url(/images/bg/bg_fade_rtl.jpg);
	background-repeat:repeat-x;
}

.bgfade_ltr
{
    background-image:url(/images/bg/bg_fade_ltr.jpg);
	background-repeat:repeat-x;
}

.bgfade_top
{
    background-image:url(/images/bg/bg_fade_top.jpg);
	background-repeat:repeat-x;
}

.bgfade_bottom
{
    background-image:url(/images/bg/bg_fade_bottom.jpg);
	background-repeat:repeat-x;
	height:30px;
}

.bgroundcornerbtn
{
    background-image:url(/images/bg/bg_roundcornerbtn.gif);
	background-repeat:no-repeat;
	height:30px;
}

.bgtabseparator
{
    background-image:url(/images/bg/bg_tabseparator.gif);
	background-repeat:no-repeat;
	width:10px;
}

.nowrap
{
    white-space:nowrap;
}

.aligncenter
{
    text-align:center;
}

.alignright
{
    text-align:right;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

.fadebox
{
    background-color:#EEE;
}

.clear
{
    clear:both;
}

.uppercase
{
    text-transform:uppercase;
}

.spacer
{
    height:30px;
}

.bold
{
    font-weight:bold;
}

.normal
{
    font-weight:normal;
}

.underline
{
    text-decoration:underline;
}

.italic
{
    font-style:italic;
}

.border
{
    border:1px solid #B0B6BB;
}

.borderleft
{
	border-left:1px solid #B0B6BB;
}

.borderright
{
	border-right:1px solid #B0B6BB;
}

.bordertop
{
	border-top:1px solid #B0B6BB;
}

.borderbottom
{
	border-bottom:1px solid #B0B6BB;
}

.dblbordertop
{
	border-top:2px solid #B0B6BB;
}

.dblborderbottom
{
	border-bottom:2px solid #B0B6BB;
}

.triplebordertop
{
	border-top:3px solid #B0B6BB;
}

.tripleborderbottom
{
	border-bottom:3px solid #B0B6BB;
}

.margin
{
    margin:5px;
}

.margintop
{
    margin-top:5px;
}

.marginbottom
{
    margin-bottom:5px;
}

.marginleft
{
    margin-left:5px;
}

.marginleft15
{
    margin-left:15px;
}

.marginright
{
    margin-right:5px;
}

.padding
{
    padding:5px;
}
.adpadding
{
    padding:30px;
}
.paddingleft
{
    padding-left:5px;
}

.paddingright
{
    padding-right:5px;
}

.paddingtop
{
    padding-top:5px;
}

.paddingbottom
{
    padding-bottom:5px;
}

.dblpadding
{
    padding:10px;
}

.dblpaddingleft
{
    padding-left:10px;
}

.row
{
	background-color:#E7ECF2;
}

.altrow
{
	background-color: #FFFFFF;
}

.error, .errortext, .required
{
    color:Red;
}

.valigntop
{   
    vertical-align:top;
}

.hand
{
	cursor:pointer;
	cursor:hand;
}


/**********************************************
*             NAVIGATION ELEMENTS             *
**********************************************/
.topnav
{
    position:relative;
	top:0px;
	margin-left:15px;
	margin-bottom:10px;
	height:22px;
	line-height:13px;
	z-index:900;
}

.topnav A, .topnav A:visited
{
    font-weight:bold;
    text-transform:uppercase;   
    color:#6A737B; 
}

 .topnav A:hover, .menuitem_staticselect, a.menuitem_staticselect:link,a.menuitem_staticselect:visited
{
    color:#FFF;
    background-color:#18497D; 
}



/**********************************************
*             CONTROLS                        *
**********************************************/

.media_control, .pr_control, .ad_control, .introtext_control, .relatedlinks_control
{
    position:relative;
    width:195px;
    margin-bottom:20px;
}

.ad_control
{
    height:85px;
    width:100%;
    background-color:silver;
    text-align:center;
    margin-top:0px;
}

