/*********** MBCOL Skin Styling **********/

.header
{
	height: 120px;
	background-color: #EFEFEF;
	background-image: url(header_02.png);
	background-repeat:no-repeat;
	background-position: right;
	padding: 40px;
	
	/*
	background-image: url(logo.png);
	background-repeat:no-repeat;
	background-position: right;
	*/
	
	/*
	background-image:url(header_bg.jpg);
	background-repeat: repeat-x;
	*/

}


#logo
{
	padding: 10px;
	float: left;
	position: relative;
	top: 30px;
	left: 20px;
}

.title
{

	padding-left: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;

	word-spacing: 2pt;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.grayText
{
	color: #888888;
}


.grayLine
{
	background-color: #666666;

}

.whiteLine
{
	background-color: #ffffff;
}

.greenLine
{
	background-color: #009900
}
.menuBar
{
	background-color: #009900;
	padding: 2px;

}

.searchBar
{
	background-color: #EFEFEF;
	padding: 5px;
	border-bottom: #999999 dashed 1px;
}

.footerBar
{
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A.footerBar:link	{
	text-decoration:    none;
    color: #666666;
}

A.footerBar:visited  {
    text-decoration:    none;
    color: #666666;
}

A.footerBar:hover    {
    text-decoration: none;
    color: #009900;
}

A.footerBar:active   {
    text-decoration:    none;
    color: #666666;
}



#containerWrap {

	width: 800px;
	text-align: right;
}

.currentDate {
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

.breadCrumbText{
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11 px;
	font-weight: 100;
	cursor: pointer;
    cursor: hand;
	letter-spacing: 0.75px;
	
}


.beta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #009900;
}

.copyright
{
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

A.copyright:link	{
	text-decoration:    none;
    color: #666666;
}

A.copyright:visited  {
    text-decoration:    none;
    color: #666666;
}

A.copyright:hover    {
    text-decoration: none;
    color: #999999;
}

A.copyright:active   {
    text-decoration:    none;
    color: #666666;
}

/********************* MBCOL End of Skin Styling *******************/






/* CSS Document */

body {
	margin-top: 10px;
	text-align: center;
} 

/*********** DNN Skin Styling ************/

.controlpanel {

	background-color: #FEFEFE;
	border: #FF0000 1px solid; 
}

.toppane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
}

.leftpane {
	width: 0px;
	background-color: #FFFFFF;
}

.contentpane {
	width: 100%;
	background-color: #FFFFFF;
	padding-right: 4px;
}

.rightpane {
	width: 200px;
	background-color: #FFFFFF;
}

.bottompane {
	width: 100%;
	background-color: #FFFFFF;
}

/* Main Menu Bar Styles */

.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
 {
    cursor: pointer;
    height: 14px;
}

.MainMenu_RootMenuItem
{
    
	border: solid 10px purple;
    background-color: Orange;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
    font-style: normal;
	font-weight: bold;
	height: 22px;
	border: 0px;
	background: Transparent;
	letter-spacing: 0.75px;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: #CCCCCC;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
    font-style: normal;
	background: Transparent;
	letter-spacing: 0.75px;
}

.MainMenu_MenuIcon
{
	display: none;
}

/* ???????? text has to be black !*/
.MainMenu_SubMenu {
	padding: 3px;
	background-color: #999999;
	border: #009900 1px solid;
	color: white;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
	position: relative; 
	top: 5px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}



.MainMenu_MenuArrow
{
    display: none;
}

/*  NORMAL */

/* ?????????  */
.Normal,.NormalDisabled
{
    font-size: 11px;
    font-weight: normal;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ????? */
.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: red;
}

.NormalTextBox
{
    font-size: 10 px;
    font-weight: normal;
	color: #333333;
    background-color: #FFFFFF;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.CommandButton
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
	color: #333333;
	padding: 3px;
}

A.CommandButton:link 
{
    text-decoration:    none;
    color: #333333;
}

A.CommandButton:visited   
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:active    
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:hover 
{
    text-decoration:    underline;
    color: #009900;
}


.StandardButton {
  background: #009900 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  padding-right: 5px;
  padding-left: 5px;
}

.Head
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SubHead
{
	color: #666666;
	font-size: 12px;
}

/* NORMAL styles */

/* LINKS Stule */

A{
	font-size: 11px;
	color: #666666;
}

A:link 
{
    text-decoration: none;
    color: #666666;
}

A:visited   
{
    text-decoration:    none;
    color:  #666666;
}

A:active    
{
    text-decoration:    none;
    color:  #666666;
}

A:hover 
{
    text-decoration:    underline;
    color: #009900;
}

/* END of Link Styles*/


/* SKIN OBJECTS Styles (Breadcrums, Login, Date etc)*/
.SkinObject {
    color: #009900;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	padding: 4px;
}

A.SkinObject:link	{
	text-decoration:    none;
    color: #009900;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #009900;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #009900;
	background-color: #DDDDDD;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #009900;
}

/*  END of Skin Object styles*/



/*********** End of DNN Skin Styling ************/


