body
{
    /*background-image:url("images/Body_bg.gif");*/
    margin:0;
    padding:0;
    background-color:White;
    background-repeat:repeat-x;
}

a
{
    text-decoration:underline;
}

.bgTable
{
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
}

.MainTable
{
    width:780px;
}

.HideMe label
{
    display:none;
}

/***************************************************************************************************************/
/*****************************************************HEADER****************************************************/
/***************************************************************************************************************/
.LogoTable
{
    width:100%;
    height:76px;
    background-color:#F8e600;
    border-top:solid 1px #47555e;
}

.LogoPane
{
    vertical-align: top;
    text-align:left;

    height:76px;
    padding: 0px 1px 0px 1px;
    width:25%;
}

.DA_LogoPane
{
    text-align:center;
    width:50%;
 
    height:76px;
    padding: 0px 1px 0px 1px;
}

.CurrentdatePane
{
    vertical-align:top;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:10px;
    font-weight:normal;
    color:#788C93;

    text-align:right;
    white-space:nowrap;
    padding: 4px 10px 5px 10px;
    height:20px;
    text-transform:uppercase;
}
    
.LoginPane
{
    vertical-align:top;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:10px;
    font-weight:normal;
    color:#c1c9cb;

    text-align:center;
    white-space:nowrap;
    height:20px;
    text-transform:uppercase;
    padding:5px 10px 5px 10px;
}

.SearchPane
{
    vertical-align:middle;
    text-align:right;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:10px;
    font-weight:normal;
    color:#b6c3c6;

    white-space:nowrap;
    padding-right:10px;
    padding-left:10px;
    text-transform:uppercase;
}
/***************************************************************************************************************/
/*****************************************************HEADER****************************************************/
/***************************************************************************************************************/


/***************************************************************************************************************/
/**************************************************MAIN MENU****************************************************/
/***************************************************************************************************************/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:100%;
	z-index:1000;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: Black;
	font-size: 16px; 
	font-weight:bold; 	
	text-align:center; 
	padding: 7px 12px 7px 12px;
	vertical-align:top;
	margin-right:2px;
	white-space:nowrap;
	float:left;
	background:url("images/Menu_Off.gif") repeat-x bottom left;
	z-index:1000;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 16px; 
	font-weight:bold;
	text-align:center;
	padding:7px 12px 7px 12px;
	/*background:url("images/Menu_On.gif") repeat-x top left;*/
	background-image:none;
	background-color:Transparent;
	margin-right:2px;
	white-space:nowrap;
	float:left;
	z-index:1000;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
	padding:7px 12px 7px 12px;
	/*background:url("images/Menu_On.gif") repeat-x top left;*/
	background-image:none;
	background-color:Transparent;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	float:left;
	z-index:1000;
}

.main_dnnmenu_rootitem_leftseparator
{
    background:url("images/Menu_LeftSeparator.gif");
    width:3px;
    height:30px;
}

.main_dnnmenu_rootitem_rightseparator
{
    background:url("images/Menu_RightSeparator.gif");
    width:3px;
    height:30px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
	z-index:1000;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	z-index:1000;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background: #CE0D0D url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}


.NavTable
{
    background:url('images/Menu_bg.gif') repeat-x center left;
    width:100%;
    height:28px;
    border-top:none;
    border-right: solid 1px #B6C3C6;
    border-bottom:none;
    border-left: solid 1px #b6c4c5;
}

.NavPane
{
    vertical-align:middle;
    white-space:nowrap;
    height:28px;
    width:100%;
}

.MainMenu,
.MainMenu_Hover
{
    font-family:Trebuchet MS;
    color:White;
    font-weight:bold;
    padding:0px 5px 0px 5px;
    font-size:9pt;
}

.MainMenu
{
    height:28px;
    background: url('images/Menu_Off.gif') repeat-x top left;
}

.MainMenu_Hover
{
    background: url('images/Menu_On.gif') repeat-x top left;
    cursor:pointer;
    border:#788c93 2px solid;
}

/*Get rid of all the stupid icon crap*/
.MainMenu_MenuIcon
{
    display:none;
}
/***************************************************************************************************************/
/**********************************************END MAIN MENU****************************************************/
/***************************************************************************************************************/

.BreadCrumbTable
{
    width:100%;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:9pt;
    font-weight:normal;
    font-style:normal;
}

/***************************************************************************************************************/
/***********************************CREATE ROUNDED MAIN CONTENT CONTAINER***************************************/
/***************************************************************************************************************/
.ContentTableContainer
{
    width:100%;
    padding:15px;
}

.ContentTable,
.ContentTable_Inner
{
    width:100%;
    height:100%;
}

.Content_TopLeft,
.Content_TopRight,
.Content_BottomLeft,
.Content_BottomRight
{
    background-repeat:no-repeat;
    width:28px;
    height:28px;
    display:block;
}

.Content_TopLeft
{
    background-image:url("images/Content_TopLeft.gif");
    background-position:left top;
}

.Content_TopRight
{
    background-image:url("images/Content_TopRight.gif");
    background-position:right top;
}

.Content_BottomLeft
{
    background-image:url("images/Content_BottomLeft.gif");
    background-position:left bottom;
}

.Content_BottomRight
{
    background-image:url("images/Content_BottomRight.gif");
    background-position:right bottom;
}

.Content_Center
{
    background-color:#F9F9F9;
    color:Black;
    vertical-align:top;
    text-align:center;
}

.Content_TopMiddle,
.Content_BottomMiddle
{
    background-color:#F9F9F9;
    height:28px;
}

.Content_MiddleLeft,
.Content_MiddleRight
{
    background-color:#F9F9F9;
    width:28px;
}

.ContentPane
{
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    color:#034681;
    vertical-align:top;
    width:100%;
    padding:0px 0px 0px 5px;
    margin:0px 5px 0px 5px;
}

.ContentPane_Default
{
    width:480px;
    padding:0px 5px 0px 5px;
    margin:0px 5px 0px 5px;
}

.ContentPane_Admin
{
    width:100%;
    padding:0px 5px 0px 5px;
    margin:0px 5px 0px 5px;
}

/***************************************************************************************************************/
/**************************************END ROUNDED MAIN CONTENT CONTAINER***************************************/
/***************************************************************************************************************/

.LeftPane,
.RightPane
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    color: #034681;
    vertical-align:top;
    text-align:center;
    /*padding:5px 35px 5px 0px;*/
}

.LeftPane
{
    width:200px;
}

.RightPane
{
    width:280px;
}

.FooterTable
{
    width:100%;
}

.Links
{
    vertical-align:top;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:40px;
    font-weight:normal;
    color:#C0C8CA;
    text-align:center;
    padding:2px 0px 2px 0px;
    white-space:nowrap;
}

.Links a:hover
{
    color:White;
}

.Copyright
{
    vertical-align:middle;
    font-family:Arial, Verdana, Tahoma, Sans-Serif;
    font-size:9pt;
    font-weight:normal;
    color:#003366;
    text-align:center;
    height:28px;
    white-space:nowrap;
    /*background-image:url('images/Menu_bg.gif');*/
    width:100%;
}

.Copyright a:hover
{
    color:White;
}

/***************************Div Form Thing************************/
div.divFormRow
{
    margin-left:1em;
    margin-right:1em;
    left:0;
    right:0;
    height:1.5em;
    position:relative;
}

div.divFormRow:hover
{
    background-color:#FFFF99;
}

div.divFormLabel,
div.divFormValue
{
    position:absolute;
    top:0;
    bottom:0;
}

div.divFormLabel
{
    left:0;
    right:51%;
    text-align:right;
    padding-right:.5em;
    vertical-align:middle;
}

div.divFormValue
{
    right:0;
    left:51%;
    text-align:left;
}

.lblMessage
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:12pt;
    width:100%;
    color:White;
    background-color:#3366CC;
    margin-bottom:10px;
    padding:3px 5px 3px 5px;
}

/*************************** GridView ****************************/
.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
    width:100%;
    font-size:9pt;
    font-family:Trebuchet MS;
    font-weight:normal;
}

/****HEADER FONT*******/
.GridViewHeaderStyle th,
.GridViewHeaderStyle,
.GridViewHeaderStyle th a,
.GridViewHeaderStyle a
{
    font-family:Trebuchet MS;
    font-size:10pt;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

.GridViewHeaderStyle th a,
.GridViewHeaderStyle a
{
    text-decoration:underline;
}

.GridViewHeaderStyle th a:hover,
.GridViewHeaderStyle a:hover
{
    color:White;
}

/****ROW FONT*********/
.GridViewRowStyle,
.GridViewRowStyle a,
.GridViewAlternatingRowStyle,
.GridViewAlternatingRowStyle a
{
    font-size:9pt;
    font-family:Trebuchet MS;
    font-weight:normal;
}

.GridViewHeaderStyle th,
.GridViewHeaderStyle
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    vertical-align:middle;
    text-align:center;
    background-color: #5D7B9D;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewRowStyle a,
.GridViewAlternatingRowStyle a
{
    color:Black;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td,
.GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}


/***********************************************************************************************************************/
/*************************************************BLUE TABS*************************************************************/
/***********************************************************************************************************************/
.fancy-blue
{

}

.fancy-blue .ajax__tab_header 
{
    background:url("images/tabs/blue_bg.gif") repeat-x;
    visibility:visible;
}
.fancy-blue .ajax__tab_hover .ajax__tab_outer,
.fancy-blue .ajax__tab_active .ajax__tab_outer 
{
    background:url("images/tabs/blue_left.gif") no-repeat left top;
}
.fancy-blue .ajax__tab_hover .ajax__tab_inner,
.fancy-blue .ajax__tab_active .ajax__tab_inner 
{
    background:url("images/tabs/blue_right.gif") no-repeat right top;
}

.fancy-blue .ajax__tab_header 
{
	font-size:13px;
	font-weight:bold;
	color:#000;
    font-family:sans-serif;
}
.fancy-blue .ajax__tab_active .ajax__tab_outer,
.fancy-blue .ajax__tab_header .ajax__tab_outer,
.fancy-blue .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
}
.fancy-blue .ajax__tab_active .ajax__tab_inner,
.fancy-blue .ajax__tab_header .ajax__tab_inner,
.fancy-blue .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
}
.fancy-blue .ajax__tab_active .ajax__tab_tab,
.fancy-blue .ajax__tab_hover .ajax__tab_tab,
.fancy-blue .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.fancy-blue .ajax__tab_hover .ajax__tab_tab,
.fancy-blue .ajax__tab_active .ajax__tab_tab 
{
	color:#fff;
}
.fancy-blue .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* Accordion */
.accordion
{
    width:98%;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader:hover
{
    background-color:#3366CC;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:left;
}

.modalBackground
{
	background:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}