/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


#body {
	background: url(page-bg1b.jpg) center top #3683ca repeat-x;
	margin-top: 0px;
}

table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

td.topTD {
	background: url(topbar-2a.jpg) no-repeat top center;
	height: 288px;
	text-align: right;
	font-size: 11px;
}

td.menuTD {
	background: url(menu-bar.gif) center no-repeat;
	padding: 10px 20px 0 274px;
	font-size: 11px;
	height: 46px;
	width: 785px;
}

td.middleTD {
	background: url(table-bg1.jpg) center repeat-y;
	padding: 0px 0px 0 0px;
	font-size: 11px;
}

td.bottomTD {
	background: url(page-bottom1.jpg) no-repeat bottom center;
	height: 121px;
	padding: 0 65px 55px 50px;
	color: #2c7da2;
	text-align: right;
	font-size: 11px;
}

label, .normal, .Normal {
	font-family: tahoma;
	font-size: 11px;
}

td.containerHEADL {
	background: url(xheader_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADR {
	background: url(xheader_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADC {
	background: url(xheader_bg.gif) repeat-x bottom;
	padding: 0 0 5px 0px;
}

td.containerHEAD2L {
	background: url(xheader_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEAD2R {
	background: url(xheader_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEAD2C {
	background: url(xheader_bg.gif) repeat-x bottom;
	padding: 0 0 0px 5px;
}


td.containerTD {
	padding: 0px 25px 0px 25px;
}

table {
	padding: 0;
}

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #626262;
}

h3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 14px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	font-family: Times; 
	font-size: 14px; 
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
		align: center;
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #a96d0e 1px solid; 
	border-top: #a96d0e 1px solid; 
	padding: 2px 5px 3px 5px;
}

.MainMenu_MenuItemSel {
	background: #ffc66c;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 5px 3px 5px;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #a96d0e; 
	filter: none;
	border: 2px solid #f6f6f6;
	margin-top: 1px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 3px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #4e95d4 1px solid; 
	border-bottom: #4e95d4 1px solid; 
	border-top: #4e95d4 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.MainMenu_RootItem
{
    border-right: white 1px solid; 
}


/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #476c8e;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #476c8e 1px solid; 
	border-top: #476c8e 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #506fa8;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #1b617e;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}




/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #056c8e;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #335588;	
	border-top: 1px solid #9eebfb;
	border-bottom: 1px solid #9eebfb;
	border-left: 1px solid #9eebfb;
	border-right: 1px solid #9eebfb;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #dedede;
}

a.CommandButton:hover {
	color: #03406a;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #838383;
	border-right: 1px solid #838383;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #c8c8c8;
}

a.Normal:link, a.Normal:visited {
	color: #054c8e;
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}



a.Normal:hover {
	color: #2c2c2c;
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}


a:link, a:visited {
	color: #0a5697;
	font-family: tahoma;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {
	color: #bd8500;
	font-family: tahoma;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}

a.smalllink:link, a.smalllink:visited {
	color: #054c8e;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.smalllink:hover {
	color: #7ba5ff;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.largelink:link, a.largelink:visited {
	color: #C68D09;
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

a.largelink:hover {
	color: #7ba5ff;
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

.Head {
	font-size: 11px;
	color: #1c4e97;
	background: transparent;
	border: #c9c9c8;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 50px 0px 0px 10px;
}


.NormalRed {
	color: #D08D00;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.TitleOrange {
	color: #e55b1f;
	font-family: time;
	font-weight: normal;
	font-size: 14px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	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;
}


a.side_bar:link, a.side_bar:visited {
	color: #C68D09;
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}

a.side_bar:hover {
	color: #7ba5ff;
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}
