body {
}

/* Header */
.headertable
{
    height: 204px;
    width: 100%;
}
.headertop
{
    width: 780px;
    height: 10px;
    background-color: black;
}
.headertopmid
{
    background-color: black;
}
.headertabletopleft
{
    vertical-align: middle;
    text-align: left;
    text-indent: 10px;
}
.headertabletopright
{
    vertical-align: middle;
    text-align: right;
    text-indent: 10px;
}
.headertopside
{
     background-color: black;
}
.headermid
{
    width: 780px;
    height: 190px;
    background-position: center bottom;
    background-image: url(images/Header.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
}
.headermidside
{
     background-color: black;
}
.headerbotside
{
    background-image: url(images/Side.jpg);
    background-repeat: repeat-x;
    height: 34px;
    background-position: top;
}
.headerbotmid
{
    height: 34px;
    background-position: top;
    background-image: url(images/SideBar.jpg);
    background-repeat: repeat-x;
    
}   
.headerbot
{
    width: 780px;
    height: 34px;
    background-position: center top;
    background-image: url(images/Header_bottom.jpg);
    background-repeat: no-repeat;
}
/*Content*/
.contentside
{
    background-image: url(images/Gradient.jpg);
    background-repeat: repeat-x;
    background-position-y: top;
}
.content
{
    width: 780px;
}
.toppane
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.leftpane
{
    padding-left: 10px;
}
.rightpane
{
    padding-right: 10px;
}
.contentpane
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bottompane
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
}

/*Footer*/
.footer
{
    width: 780px;
    height: 24px;
}
.footercell
{
    width: 780px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    background-image: url(images/creditsBG.gif);
    background-repeat: repeat-x;
}
.footercelltext
{
    color: #363;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.footerlinkrow
{
    width: 694px;
    text-align: center;
    padding: 20 33 0;
}
.footerlinks
{
    color: #363;
    text-decoration: none;
}
a.footerlinks:link
{
    color: #363;
    text-decoration: none;

}
a.footerlinks:visited
{
    color: #363;
    text-decoration: none;

}
a.footerlinks:hover
{
    color: #393;
    text-decoration: none;

}
a.footerlinks:active
{
    color: #363;
    text-decoration: none;
}

/*========================================================*/
/* Main Menu                                              */
/*========================================================*/



/*-- box that holds the menu --*/
.MainMenu_MenuContainer
{
    background-color: transparent;
    width: 100%;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem
{
    font-family: tahoma;
    color: #000;
    font-size: 12px;
    background: #393;
    font-weight: bold;
    font-style: normal;
    border: #393 1px solid;
    padding: 1px 5px 1px 0px;
    font-weight: normal;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    color: #393;
    background: #444;
    border-left: #444 1px solid;
    border-right: #444 1px solid;
    padding: 1px 5px 1px 0px;
    font-weight: normal;
}


/*-- submenu container --*/
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    margin: 2px 0 0 0;
    background: #393;
    padding: 1px;
    border: 1px solid #888;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#999999' , Direction=135, Strength=3);
}


/*-- idle state for root menu items --*/
.MainMenu_Idle
{
    color: #363;
    background: transparent;
    padding: 1px 2px 2px 1px;
    font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected
{
    color: #393;
    background: transparent;
    padding: 1px 2px 2px 1px;
    font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #393;
	background: transparent;
	padding: 1px 2px 2px 1px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}



/* User Items */
.user
{
    color: #FFF;
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial;
}
a.user:link
{
    color: #FFF;
    text-decoration: none;

}
a.user:visited
{
    color: #FFF;
    text-decoration: none;

}
a.user:hover
{
    color: #393;
    text-decoration: none;

}
a.user:active
{
    color: #FFF;
    text-decoration: none;

}

/*Breadcrumb*/
.breadcrumb
{
    font-size: 10px;
    color: #000;
    font-family: Tahoma, Verdana, Arial;
}
a.breadcrumb:link
{
    color: #000;
    text-decoration: none;
}
a.breadcrumb:visited
{
    color: #000;
    text-decoration: none;
}
a.breadcrumb:hover
{
    color: #393;
    text-decoration: none;
}
a.breadcrumb:active
{
    color: #000;
    text-decoration: none;
}
.breadcrumbrow
{
    text-align: left;
    width: 570px;
    vertical-align: middle;
    height: 34px;
    font-size: 10px;
    color: #000;
    text-indent: 10px;
    letter-spacing: normal;
    font-family: Tahoma, Verdana, Arial;
}
.searchrow
{
    vertical-align: bottom;
    width: 210px;
    text-align: right;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
    color: #333;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
    color: #333;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #6E8E05;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #6E8E05;	
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #6E8E05;	
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:link, a.Normal:visited {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
/*========================================================*/
/* Forms                                                  */
/*========================================================*/


select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}

.NormalTextBox {
	color: #333;
	padding-left: 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}
/*========================================================*/
/*  Module Menus                                          */
/*========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #333;
	font-size: 12px;
	background: #f6f6f6;
	font-weight: bold; 
	font-style: normal; 
	border: #f6f6f6 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: normal;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0 0 0px;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #666;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: normal;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow     {
	display: none;
}

.SkinObject
{
    font-weight: bold;
    font-size: 10px;
    color: #000;
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
}
A.SkinObject:link { color: #000; text-decoration:    none; }
A.SkinObject:visited  {
    text-decoration:    none;
    color:#000;
}
A.SkinObject:active   {
    text-decoration:    none;
    color:#000;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color:#393;
}
