div.embosseddiv
{
	background-image: url(Images/gray-gradient-background.jpg);
	background-repeat:repeat;
	height: 25px;
	color: #005676;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 11pt;
	font-weight:bold;
	vertical-align:middle;
	padding-left: 5px;
	padding-top: 2px;
	width: 100%;
	margin:auto;
}
div.ElementDiv
{
	border-color: #a0a0a0; 
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.panel_section_header
{
	width:100%;
	font-family: inherit;
	font-size: 16px;
	border-bottom: solid 1px #005676;
	color: #005676;
	margin-bottom: 3px;
	margin-top: 3px;
}
.panel_section
{
	border-width: 1px; 
	/*padding: 2px 5px 2px 5px;*/
	padding: 2px 2px 2px 0px;
	width: 100%;
}
.panel_section_content
{
	margin-top: 8px;
	border: solid 1px #005676; 
	border-color: #005676; 
}
.panel_section_content_no_border
{
	margin-top: 8px;
	width: 100%;
}

.double_column
{
	width: 100%;
}
.double_column_column1
{
	width: 45%;
	float: left;
}
.double_column_column2
{
	width: 45%;
	float: right;
}




/* BUTTONS */

.buttons a, .buttons button, a.gbut, button.gbut{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button, button.gbut{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type], button[type].gbut{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type], button[type].gbut{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img, button.gbut img, a.gbut img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button.gbut:hover, .buttons a:hover, a.gbut:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active, a.gbut:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.gbut.positive, .buttons a.positive, a.gbut.positive{
    color:#529214;
}
.buttons a.positive:hover, button.gbut.positive:hover, a.gbut.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active, a.gbut.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.gbut.negative, a.gbut.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.gbut.negative:hover, a.gbut.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active, a.gbut.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.minibuttons a, .buttons button, a.gbutmini, button.gbutmini{
    display:block;
    float:left;
    margin:0 1px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee; 
    
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding: 1px 3px 2px 3px; /* Links */
}
.minibuttons button, button.gbutmini{
    width:auto;
    overflow:visible;
    padding: 1px 2px 2px 2px; /* IE6 */
}

/* IE 7. This doesn't quite work when there are no images in the button. So put images in them or do not
put link buttons next to buttons button*/
html > .minibuttons, button.gbutmini
{
    line-height: 13px;
    padding:0px 3px 0px 3px;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .minibuttons, button.gbutmini{
        line-height: 14px; 
    }
    .minibuttons a, a.gbutmini
    {
        padding: 2px 3px 3px 3px;
    }
}
@-moz-document url-prefix()
{
    .minibuttons, button.gbutmini{
        padding: 0px 2px 1px 2px;
    }
    .minibuttons a, a.gbutmini
    {
        padding: 2px 3px 3px 3px;
    }
}

.minibuttons button img, .minibuttons a img, button.gbutmini img, a.gbutmini img{
    margin:0 3px 0 0;
    padding:0;
    border:none;
    width: 7px;
    height: 7px;
}

/* STANDARD */

button.gbutmini:hover, .minibuttons a:hover, a.gbutmini:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.minibuttons a:active, a.gbutmini:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.gbutmini.positive, .minibuttons a.positive, a.gbutmini.positive{
    color:#529214;
}
.minibuttons a.positive:hover, button.gbutmini.positive:hover, a.gbutmini.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.minibuttons a.positive:active, a.gbutmini.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.minibuttons a.negative, button.gbutmini.negative, a.gbutmini.negative{
    color:#d12f19;
}
.minibuttons a.negative:hover, button.gbutmini.negative:hover, a.gbutmini.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.minibuttons a.negative:active, a.gbutmini.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




/***************** Default *********************/
body
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 13px;
}
td
{
/*	font-family: 'trebuchet ms' ,helvetica,sans-serif; */
}
table
{
}
.default_textbox
{
}
.default_button
{
	margin: 2px 0px 2px 0px;
	border: solid 2px #005676;
	color: #005676;
	font: inherit;
	 font-size:small;
	 font-weight: bold;
	 height: 22px;
	 background:none;
	 cursor: pointer;
 }
.default_panel
{
	/*border: solid 1px 0x005676;*/
}

a:link
{
	/*font-family: 'trebuchet ms' ,helvetica,sans-serif;*/
	color: #005676;
}
a:visited
{
	/*font-family: 'trebuchet ms' ,helvetica,sans-serif;*/
	color: #005676;
}
a:hover
{
	color: #D00202;	
}
a:link.detail_view_row_command 
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #D00202;	
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a:visited.detail_view_row_command 
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #D00202;	
	font-weight: bold;
	font-size: 14px;
}
a:hover.detail_view_row_command 
{
	color: #D00202;	
	font-weight: bold;
	text-decoration: underline; 
	font-size: 14px;
}

a:link.detail_view_row_command_blue
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #005676;	
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a:visited.detail_view_row_command_blue
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #005676;	
	font-weight: bold;
	font-size: 14px;
}
a:hover.detail_view_row_command_blue
{
	color: #005676;	
	font-weight: bold;
	text-decoration: underline; 
	font-size: 14px;
}


.invisible
{
	visibility: hidden;
}
.large_black_text
{
	font-size: 14px;
	color: Black;
}
.default_large_text
{
	font-size: 14px;
	font-weight:bold;
	color: #005676;
}
.default_large_div_with_background
{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #005676;

	margin: 5px 5px 5px 5px;
	padding: 3px 5px 3px 5px;
}
.grayed_text, .grayed,
a:link.grayed_text, a:link.grayed,
a:visited.grayed_text, a:visited.grayed
{
    color: #666666;
}
a:hover, a:hover.grayed
{
    color: #D00202;
}

/***************** Utils ********************/
.pointer
{
	cursor: pointer;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.floatleft{ float: left; }
div.floatright{ float: right; }
.display_none{ display: none; }
.align_center{ text-align: center; }
.align_left{ text-align: left; }
.align_right{ text-align: right; }
.width100 { width: 100%; }

a:link.no_underline{ text-decoration: none; }
a:visited.no_underline{ text-decoration: none; }
a:hover.no_underline{ text-decoration: none; }

.valign_top { vertical-align: top; }
.valign_textbottom { vertical-align: text-bottom; }
/***************** Search *******************/
.searchtextbox 
{
	min-width: 150px;
	max-width: 400px;
	width: 55%;
}

.searchbox
{
	text-align: right;
	color: #005676;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
}

.searchboxbanner
{
	position: absolute;
	top: 25px;
	right: 3px;
	text-align: right;
	color: White;
	font-weight: bold;
	background: none;
}
.search_button_banner, .search_button_banner_hover
{
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background: none;
	border-style:none;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.search_button_banner_hover
{
	color: #cce6ff;
}
.search_textbox_banner
{
	width: 100px;
	color: #005676;
	font: inherit;
	font-size: small;	
}

/***************** Menu ********************/
.menu_main
{
	margin: 0;
	line-height: 26px;
}

.menu_static a:link, .menu_static a:visited,
.menu_selected a:visited, .menu_selected a:link, .menu_selected a:hover
{
	text-decoration: none;
	color: White;
	padding: 6px 10px 6px 10px;
	margin: 0;
	background-color: #005676;
}
.menu_static a:hover
{
	color: #cce6ff;
}
.menu_static, .menu_selected
{
	text-align: center;
	font-size: 11px;
	font-family: Arial, Trebuchet MS, Arial;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 0px 3px 0px 0px;
}
.menu_selected, .menu_selected a:visited, .menu_selected a:link, .menu_selected a:hover
{
	color: #005676;
	background-color: White;
}

.menu_mainsub
{
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
}

.mainsubmenu_separator
{
	display: inline;
	list-style-type: none;
	border-right: solid 1px #D00202;	
	width: 1px;
}
.mainsubmenu_static a:link, .mainsubmenu_static a:visited,
.mainsubmenu_selected a:visited, .mainsubmenu_selected a:link, .mainsubmenu_selected a:hover
{
	text-decoration: none;
	color: #005676;
	padding: 0px 10px 0px 10px;
	margin: 0;
}
.mainsubmenu_static a:hover, .mainsubmenu_selected a:hover
{
	color: #D00202;
	text-decoration: underline;
}
.mainsubmenu_static, .mainsubmenu_selected
{
	text-align: center;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Arial;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	background-color: Transparent;
}

#menu_static_left
{
	position: absolute;
	top: 71px;
	left: 4px;
}
#menu_static_left a:visited, #menu_static_left a:link, #menu_static_left a:hover
{
	text-decoration: none;
	color: #005676;
	padding: 6px 10px 6px 10px;
	margin: 0;
	background-color: White;
}
/***************** Default *********************/
body
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 13px;
}
td
{
/*	font-family: 'trebuchet ms' ,helvetica,sans-serif; */
}
table
{
}
.default_textbox
{
}
.default_button
{
	margin: 2px 0px 2px 0px;
	border: solid 2px #005676;
	color: #005676;
	font: inherit;
	 font-size:small;
	 font-weight: bold;
	 height: 22px;
	 background:none;
	 cursor: pointer;
 }
.default_panel
{
}

a:link
{
	color: #005676;
}
a:visited
{
	color: #005676;
}
a:hover
{
	color: #D00202;	
}
a:link.detail_view_row_command 
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #D00202;	
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a:visited.detail_view_row_command 
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #D00202;	
	font-weight: bold;
	font-size: 14px;
}
a:hover.detail_view_row_command 
{
	color: #D00202;	
	font-weight: bold;
	text-decoration: underline; 
	font-size: 14px;
}

a:link.detail_view_row_command_blue
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #005676;	
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a:visited.detail_view_row_command_blue
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	text-decoration: none;	
	color: #005676;	
	font-weight: bold;
	font-size: 14px;
}
a:hover.detail_view_row_command_blue
{
	color: #005676;	
	font-weight: bold;
	text-decoration: underline; 
	font-size: 14px;
}


.invisible
{
	visibility: hidden;
}
.large_black_text
{
	font-size: 14px;
	color: Black;
}
.default_large_text
{
	font-size: 14px;
	font-weight:bold;
	color: #005676;
}
.default_large_div_with_background
{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #005676;

	margin: 5px 5px 5px 5px;
	padding: 3px 5px 3px 5px;
}

/***************** Layout **********************/

div.toplevel
{
	width: 100%;
	background-color: White;
}
div.master
{
	width: 780px;
	margin: auto;
	background-color: inherit;
}
div.right_ad_bar
{
	float: left;
	padding-top: 20px;
    background-position: left;
    background-repeat: no-repeat;
}
div.banner
{
	background-color:White;
	background-image: url('Images/banner_bg.gif');
	background-repeat:no-repeat;
	background-position: left;
	height: 93px;
	font-family: Arial, Trebuchet MS, Sans-Serif;
	position: relative;
}
html>body div.banner{ 	background-image: url('Images/banner_bg.png'); }

img.logo
{
	background-color: Transparent;
}
div.searchbigbox2
{

}
div.search
{
	width: 300px;
	float:right;
}
#slogan
{
	position:absolute;
	top: 20px;
	left: 210px;
	font-size: 25px;
	color: White;
}
#title_main_master
{
	position: absolute;
	top: 66px;
	left: 12px;
	font-size: 22px;
	color: White;
}
div.pagehelp
{
	float: right;
   margin: 3px 3px -3px 0px;
}

#titleandsearchbar
{
	width: 100%;
}
#content
{
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
div.maincontainer
{
  padding: 0px 0px 0px 0px;
  width: 100%;
  background-image: url('Images/maincontent_bg.gif');
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -4px;
}

div.tools_maincontainer
{
}

div.toplogin
{
	background-color:White; 
	text-align: right;
	color: #D00202;	
	font-size: small;
	float: right;
	width: 250px;
}

.breadcrums
{
	padding-top: 2px;
	color: #005676;
	font-family: Arial, 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 12px;
	text-align:left; 
	width:530px;
	float: left;
}

/********************** layout for Dynamic Master **********/
#master_dynamic_smalllogo
{
	position: absolute;
	left: 50px;
	top: 28px;
}
#master_dynamic_title
{
	position: absolute;
	left: 93px;
	top: 28px;
	font-size: 20px;
	color: White;
	width: 500px;
}
#master_dynamic_title a:link, #master_dynamic_title a:visited,
#master_dynamic_title_with_subtitles a:link, #master_dynamic_title_with_subtitles a:visited,
#master_dynamic_subtitle a:link, #master_dynamic_subtitle a:visited
{
	color: White;
	text-decoration: none;
}
#master_dynamic_title a:hover, #master_dynamic_title_with_subtitles a:hover, #master_dynamic_subtitle a:hover
{
	text-decoration: underline;
}
#master_dynamic_title_with_subtitles
{
	position: absolute;
	left: 93px;
	top: 20px;
	font-size: 20px;
	width: 500px;
}
#master_dynamic_subtitle
{
	position: absolute;
	top: 26px;
	left: 2px;
	font-size: 14px;
	color: White;
}
#master_dynamic_submenu
{
	text-align: left;
	padding-top: 2px;
	border-bottom: solid 1px #005676;
}

/********************** tools **********************/
div.tools_master
{
	text-align: left;
	width: 100%;
}
div.tools_banner
{
	background-color:White;
	background-image: url('Images/banner.png');
	background-repeat:no-repeat;
	background-position: right;
	height: 60px;
	clear: both;
}
/********************** main ***********************/
#mainmenu
{
	position: absolute;
	bottom: -1px;
	right: 4px;
	width: auto;
}
/***** Hide from IE/Mac ******/
html>body #mainmenu{ bottom: 0px; }
/***** end of Hide ******/
#mainsubmenu
{
	text-align: left;
	padding: 2px 2px 0px 2px;
	border-bottom: solid 1px #005676;
}

div.titlebarstyle
{
	border-style:dashed;
	border-bottom-color: #005676;
	border-width: 1px;
	border-right: none;
}

.toplogintextbox
 {
		width: 60px;
	color: #005676;
	font: inherit;
	font-size: 80%;	
	height: 13px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #005676; 
	margin-bottom: 2px;
 }
.toploginbutton
 {
	height: 12px;
 }
 
.inlinediv
{
	display: inline;
}

.errorlabel
{
	color: Red;
}
.errorcontent
{
	overflow: hidden;
	color: Red;
}


/* General look */

div.insidePanel
{
	padding: 5px 5px 5px 5px;
}

/* Sub panels */
div.SubPanelDivTitle
{
	height: 22px;
	color: #005676;
	background-color: #f7d2d2;/*#f0f8ff;*/
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 80%;
	font-weight:bold;
	border-style: none;
	vertical-align:middle;
	padding-left: 5px;
	padding-top: 2px;
}
div.SubPanelDiv
{
	border-color: #a0a0a0; 
	border-style: solid;
	border-width: 1px;
	width:90%;
	margin:auto;
	margin-top: 10px;
}

/* Listing Panels (to be used with the GridView */
/* Sub panels */
div.ListingPanelDivTitle
{
	height: 22px;
	color: #005676;
	background-color: #f0f8ff;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 70%;
	font-weight:bold;
	border-style: none;
	vertical-align:middle;
	padding-left: 5px;
	padding-top: 2px;
}
div.ListingPanelDiv
{
	border-color: #a0a0a0; 
	border-style: solid;
	border-width: 2px;
	width:95%;
	margin:auto;
}

/* GridViews fullwidth*/
.GridView
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 12px;
	width:100%;
	border: solid 1px black;
}
.GridView_Alternate
{
	background-color: #f8f8f8;
}
.GridViewHeader
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #005676;
	background: #F0F0F0;
	border-bottom: solid 1px Black;
}
/* GridViews inside a panel */
.GridView_Panel
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 77%;
	width:100%;
	margin: auto;
	border-bottom: solid 1px Black;
}
.GridViewHeader_Panel
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 77%;
	font-weight: bold;
	color: #005676;
	background: #F0F0F0;
	border-bottom: solid 1px Black;
}
/* GridViews for Selectors (popups)*/
.GridViewSelector
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 77%;
	width:100%;
	border-bottom: solid 1px Black;
}
.GridViewHeaderSelector
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 77%;
	font-weight: bold;
	color: #005676;
	background: #F0F0F0;
	border-bottom: solid 1px Black;
}
/* Command row */
.CommandDiv
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #F0F0F0;
	padding-left: 10px;
	float:none;
	clear:both;
	text-align: right;
}
a:link.CommandLink
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
	color: #005676;
	margin: 0px 20px 0px 20px;
}
a:visited.CommandLink
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
	color: #005676;
	margin: 0px 20px 0px 20px;
}
a:hover.CommandLink
{
	color: #D00202;	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline; 
	margin: 0px 20px 0px 20px;
}


/* The What to do title on the page */
.WhatToDo
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	color: #005676;	
	font-size: 16pt;
	font-weight: bold;
}

.QuestionTitle
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	color: #005676;	
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	margin: 2px 0px 2px 0px;
	cursor: pointer;
	text-decoration: none;
}
.QuestionImage
{
	padding: 0px 4px 0px 4px;
}
.QuestionBody
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	color: #005676;	
	font-size: 90%;
	padding-left: 20px; 
}
.QuestionExpandedText
{
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	color: #005676;	
	font-size: 80%;
	padding-left: 10px;
}

/* Style to apply to all collapsible panels when they are first loaded
	this prevent the panel from showing a glimpse of the controls inside it */
.CollapsePanel
{
	overflow:hidden;
	height: 0px;
}

.ExpandedPanel
{
	overflow:hidden;
}

/* Style for wiki style header */
.SectionLabel, .SubSectionLabel
{
	width:100%;
	font-family: inherit;
	font-size: 20px;
	border-bottom: solid 1px #005676;
	color: #005676;
	margin-bottom: 3px;
	margin-top: 3px;
}
.SubSectionLabel
{
	font-size: 16px;
	color: #D00202;
}
.SubSectionLabelBW
{
	color: Black;
}

/* 
 * fan link widget
 */
.fanlink_widget
{
	border: double 2px #005676;
	float: right;
	padding: 0px 10px 1px 10px;
	background-color: #f0f8fd;
}

/* 
 * Pagination 
 */
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align: right;
	}
div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		text-decoration: none;
		color: #000099;
	}
div.pagination a:hover, div.forum_pagination a:active {
		border: 1px solid #000099;
		color: #000;
	}
div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #000099;
		font-weight: bold;
		background-color: #f0f8fd;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
	}
.pager td
{
	border: none;
}


/*
 * Search
 */
.search_set_panel
{
    padding-bottom: 20px;
}


/*
 * Tour
 */
 
.tour_list_item_header
{
    color: black; 
    text-decoration: underline; 
    font-variant:small-caps; 
    font-size: 15px;
}


/*
 * jGrowl
 */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.8;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			'trebuchet MS',verdana,arial,sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				18px;
}

div.jGrowl div.jGrowl-notification div.message 
{
    margin-top: 5px;
	font-size:				14px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				14px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

div.jGrowl a
{
    color: #FFF;
}

