/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 

body{
	margin: 0px 0px 0px 0px;
	background: #141A4C;
}

body, table, tr, td, p {
	font-family: tahoma;
}

label, .normal, .Normal {
	font-family: tahoma;
	font-size:80%;
}
select, input {
	font-family: tahoma;
	color: #333;
}

h3 {
	font-family: tahoma;
	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;
}

.SelectedTab{
	color:#141A4C;
}
.OtherTabs{
	color:#141A4C;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #8FA850;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #8FA850 1px solid; 
	border-top: #8FA850 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: #8FA850;
	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-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #677E1B;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
/*Solpart menu*/
/* Main Menu */

.MainMenu_MenuContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #141A4C;
	height:24px;
}

.MainMenu_MenuBar { 
	cursor: hand;	
}

.MainMenu_MenuItem, .MainMenu_MenuItem td{
	cursor: hand;
	color: #FF0000;
}
.MainMenu_RootItem, .MainMenu_RootItem td{
	color: #FFFFFF;
}

.MainMenu_MenuIcon, .MainMenu_MenuIcon td {
	display:none;
}

.MainMenu_SubMenu, .MainMenu_SubMenu td{
	z-index: 1000;
	cursor: hand;
	margin-top:1px;
	margin-left:8px;
	/*padding-right:16px;*/
	background-color: #141A4C;
	border: 0px;
	color:#FFFFFF;
	width:110px;
}
.MainMenu_SubMenuSel, .MainMenu_SubMenuSel td{
	color:#FFFF00;
}
/*.MainMenu_MenuBreak {
	border-bottom: 1px solid #6699CC; 
	border-top: 1px solid #6699CC;  
	background-color: White; 
	height: 1px;
}*/

.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td{
	background-color: #141A4C;
	cursor: hand;
	color: #FFFF00;
}


.MainMenu_RootItemSel, .MainMenu_RootItemSel td{
	background-color: #141A4C;
	cursor: hand;
	color: #FFFF00;
}
.MainMenu_RootItemSelected, .MainMenu_RootItemSelected td{
	background-color: #141A4C;
	cursor: hand;
	color: #FFFF00;
}
.MainMenu_MenuItemSelected, .MainMenu_MenuItemSelected td{
	background-color: #141A4C;
	cursor: hand;
	color: #FFFF00;
}

.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_RootMenuArrow {
	display:none;

}
/*end solpart menu*/


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited {
	color: #6E8E05;
	text-decoration: none;
    font-family: tahoma;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #9CBC34;
	border-bottom: 1px solid #536B03;
	border-left: 1px solid #9CBC34;
	border-right: 1px solid #536B03;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	background: #6E8E05;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #6C8710;
	border-bottom: 1px solid #3B4C02;
	border-left: 1px solid #6C8710;
	border-right: 1px solid #3B4C02;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	background: #516A03;
}

a.Normal:link, a.Normal:visited {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.Head, .dnnTitle, .Head td, .dnnTitle td,{
	color: #333333;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 3px;	
	text-transform: uppercase;
}


.NormalRed {
	color: #D08D00;
	font-family: tahoma;
	font-weight: bold;
}

.NormalBold {
	font-family: tahoma;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	font-family: tahoma;
	font-weight: normal;
	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;
}

/* MENU STYLES */
/*.Menu
{
	color:White;
	background-color:#141A4C;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

.Menu .MenuMouseDown
{
	color:Red;
	background-color:#141A4C;	
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
.Menu .MenuMouseOver
{
	color:Yellow;
	background-color:#141A4C;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

/* IN THIS INSTANCE, EXACTLY THE SAME AS THE MENU STYLES */
/*.SubMenu
{
	color:White;
	background-color:#141A4C;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

.SubMenu .MenuMouseDown
{
	color:Red;
	background-color:#141A4C;	
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

.SubMenu .MenuMouseUp
{
	color: #141A4C;
	background-color:White;		
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

.SubMenu .MenuMouseOver
{
	color:Yellow;
	background-color:#141A4C;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

/* CURRENTLY SELECTED PAGE - SAME AS MOUSEDOWN IN THIS INSTANCE*/
/*.MenuActiveItem
{
	color:Red;
	background-color:#141A4C;	
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
/* CURRENTLY SELECTED SECTION - SAME AS MOUSEOVER IN THIS INSTANCE*/
/*.MenuActiveGroup
{
	color:Yellow;
	background-color:#141A4C;	
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}*/

/* BIKRAM - SPECIFIC LAYOUT */
.centerer
{
	text-align:center;
}
.sizer
{
	text-align:left; 
	width:770px; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#FFFFFF;
}
.header
{
	width:100%; 
	background: url(/Portals/26/Skins/BIKRAM/bg_gradient2.jpg) repeat-y top center; 
	height: 50px; 
	background-color:#153985;
}
.menubar{
	width: 100%; 
	height: 42px; 
	background-color:#141A4C;
	/*background-color:#FF0000;*/
}
.content
{
	width: 100%; 
	background-color:#FFFFFF;
}
.LinksPane
{
	width:192px; 
	float:left; 
	background-color:#FFFFFF; 
	padding: 18px 0px 4px 4px;
	color:#141A4C;
}
.LeftPane
{
	width:192px; 
	float:left; 
	background-color:#FFFFFF; 
	padding: 0px 0px 4px 4px;
	color:#141A4C;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
}
.ContentPane
{
	width:562px; 
	float:right; 
	background-color:#FFFFFF; 
	padding: 4px 4px 4px 8px;
	color:#141A4C;
}
.bottommenu
{
	background-color:#FFFFFF; 
	color:#141A4C; 
	text-align: center; 
	font-size:12px
}
a.bottommenu
{
	color:#141A4C;
}
a.bottommenu:visited
{
	color:#141A4C;
}
a.bottommenu:hover
{
	color:red;
}
.footer
{
	width:562px; 
	float:right; 
	background-color:#FFFFFF; 
	padding: 4px 4px 4px 8px;
	color:#141A4C;  
	text-align:center
}
.logo
{
	background-image: url(/Portals/26/Skins/BIKRAM/final-bikram-logo-100.gif);
	position: absolute; 
	top: 4px; 
	left: 50%; 
	width: 100px; 
	height: 100px; 
	margin-left: -275px;
}
td.ClassicTitle td{
    color: #333333;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 3px;	
	text-transform: uppercase;
	border-bottom:1px solid #666666;
}

.leftPane td.ClassicTitle td{
	border:0px;
}



table #calEvents table td{
text-align:center;
font-size:1.9em;
/*text-transform:uppercase;
font-weight:bold;*/
}
td .Classic {
background-color: transparent;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: bold;
line-height: 15px;
padding-left:5px;
color: #003399;
height: 15px;
}
td .ClassicTitle table td .classic a
{
background-image: url(default.jpg);
background-color: transparent;
height: 18px;
background-repeat: repeat-x;
border-top: #95b7f3 0px solid;
border-left: #95b7f3 0px solid;
border-right: #95b7f3 0px solid;
}


td .calEventsDay
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.ItemTitle{
color:#141A4C;
font-weight:bold;
}

td .calEventsDay span .normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}