﻿/* Main menu background */

.mainMenuPanel
{

/*
    font-size: 12pt;
    font-family: Helvetica, Arial;
    width:50px;        
    font-weight:bold;
    height: 34px;
    color: #666666;
    background: url(images/toolbar_off.png) repeat-x 100%;
*/

    background: url(images/toolbar_off.png) repeat-x 100%;
}


/*
#nav2 li {float:left;position:relative;font-size:9px;text-shadow: 1px 1px #ffffff;font-family: Helvetica, Arial;text-transform:uppercase;}
#nav2 li li a:link, #nav2 li li a:visited {text-align: left;background-color: #e7e7e7 !important;padding:10px 0px 10px 25px; border:solid 1px #b9b9b9;}
#nav2 li li a:hover {background-color: #cacaca !important;text-align: left;font-size:8pt;font-family: Helvetica, Arial;text-transform:uppercase;color: #999999;text-shadow: 1px 1px #ffffff;text-decoration:none;padding:10px 0px 10px 25px;border-left:solid 1px #b9b9b9;border-right:solid 1px #b9b9b9;border-bottom:solid 1px #b9b9b9;}
*/

/* Page primary header */
.PageHeader1
{ 
    font-weight: bold;
    color: #333333;
	text-shadow: 1px 1px #ffffff;
    font-family: Helvetica, Arial;
    font-size: 9pt;
    text-align:left;
    background:url(images/panel_header1.png) repeat-x 100%;
    height:20px;
    vertical-align:middle;
}

/* Page secondary header */
.PageHeader2
{
	font: 11px auto "Trebuchet MS" , Helvetica;
	font-size: 12px;
	cursor: pointer;
	height: 18px;
	padding: 4px;
	background: url(images/panel_header2.jpg);
}

/* jquery blocking message container */
div.blockMsg {
    font-weight: bold;
    font-family: Helvetica, Arial;
    font-size: 12pt;
    background-color: White;
    padding: 10px 10px 10px 10px;
    border: solid 3px black;
    text-align:left;
    width: 30%;
    top: 40%;
    left: 35%; 
    text-align: center;
}

/* jquery blocking overlay style */ 
div.blockOverlay 
{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
    opacity:.70;
    background-color: #FFFFFF;

}
/*******************************************/

/* Rounded corner div Styles ..................*/

.rc_frame_corner_bottom_right
{
	background-position: right bottom;
	background-image: url('images/frame/right_bottom.png');
	background-repeat: no-repeat;
	width: 10px;
}

.rc_frame_bottom
{
	background-position: left bottom;
	background-image: url('images/frame/footer_body.png');
	background-repeat: repeat-x;
	width: 2000px;
}

.rc_frame_corner_bottom_left
{
	background-position: left bottom;
	background-image: url('images/frame/left_bottom.png');
	background-repeat: no-repeat;
	width: 10px;
}

.rc_frame_footer
{
	height: 21px;	
	text-align:left;
}

.page_footer
{
    text-align:left;
}


.rc_frame_border_left
{
	background-position: left top;
	background-image: url('images/frame/border.png');
	background-repeat: repeat-y;
	width: 1px;
}

.rc_frame_border_right
{
	background-position: right top;
	background-image: url('images/frame/border.png');
	background-repeat: repeat-y;
	width: 1px;
}

.rc_frame_corner_top_left
{
	background-position: left top;
	background-image: url('custom/left_top.png');
	background-repeat: no-repeat;
	width: 10px;
}

.rc_frame_corner_top_right
{
	background-position: right top;
	background-image: url('custom/right_top.png');
	background-repeat: no-repeat;
	width: 10px;
}

.rc_frame_top
{
	background-position: left top;
	background-image: url('images/frame/header_body.png');
	background-repeat: repeat-x;
	width: 2000px;
}

.rc_frame_header
{
	height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 8pt;
}

/* Rounded corner div Styles END..................*/

.ButtonRow
{
	background-color: #E6E6FA;
	text-align: right; 
	padding-right: 4px;
}

.popup_seletion
{
    
    cursor: pointer;
    position: absolute;
    background-color: White;
    border: solid 1px black;
    border-bottom: solid 1px black;
    display: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 12000;
}

.popup_seletion_highlight
{
    background-color: Silver;
}

.search_hit_highlight
{
    background-color: #d7f0e3;
}

#help a
{
    font-size: 8pt;
    color: #00309c;
}
#login a
{
    color: #00309c;
}