/*************** Custom CSS ******************/

BODY
{
	margin-top: 15px;
}

#siteBody
{
	border-width: 1px;
	background: #FFFFFF;
	width: 850px;
	border-style: solid;
	border-color: #CCCCCC;
}

#siteTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#siteSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 9px;
}

.blueText
{
	color: #0099FF;
}

.grayText{
	color: #888888;
}

.lighGrayText
{
	color: #CCCCCC;
}

#siteTitleHRg
{
	background-color: #222222;
	height: 3px;
}

#siteTitleHRw
{
	background-color: transparent;
	height: 1px;
}

#siteBanner
{
	height: 140px;
	background-color: #0099FF;
}

#siteBannerHRg
{
	background-color:#222222;
	height: 1px;
}

#siteBannerHRw
{
	background-color: transparent;
	height: 1px;
}

#breadCrum
{
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}

#menuBar
{
	background-color: #222222;
	height: 32px;
	vertical-align: middle;
	padding-left: 10px;
	color: #FFFFFF;
}

.siteFooter
{
	background-color: #222222;
	height: 26px;
	vertical-align: top;
	padding: 10px;
	color: #FFFFFF;
}

.copyrighNotice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
}

A.copyrighNotice:link
{
	text-decoration:    none;
    color: #999999;
}

A.copyrighNotice:hover 
{
    text-decoration:    none;
    color: #FFFFFF;
}




/*************** End of Custom CSS ******************/


/******************* DNN Styles *********************/

.controlpanel {

	background-color: #FEFEFE;
	border-right: #FF0000 1px solid; 
	border-top: #FF0000 1px solid; 
	border-left: #FF0000 1px solid; 
	border-bottom: #FF0000 1px solid; 
}

.toppane {
	width: 100%;
	padding-top: 10px;
	background-color: #FFFFFF;
}

.leftpane {
	background-color: #FFFFFF;
	width: 0px;
	padding: 0px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.rightpane {
	width: 275px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 0px;
}

.bottompane {
	width: 100%;
	background-color: #FFFFFF;
}



/* Main Menu Bar Styles */

.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
 {
    cursor: pointer;
    height: 22px;
}

.MainMenu_RootMenuItem
{
    
	border: solid 10px purple;
    background-color: Orange;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    color: white;
	height: 22px;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	border: 0px;
	background: Transparent;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
/*    color: #0099CC;*/
	color: #0099FF;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	background: Transparent;
}

.MainMenu_MenuIcon
{
    cursor: pointer;
/*    background-color: #0099CC;*/
	background-color: #0099FF;
	border: 0px;
    width: 10px;
    height: 10px;
}

/* ???????? text has to be black !*/
.MainMenu_SubMenu {
	padding: 3px;
	background-color: #222222;
	background-repeat: repeat;
	border: #555555 1px solid;
	color: white;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
	width: 160px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}



.MainMenu_MenuArrow
{
    display: none;
}

/*  NORMAL */

/* ?????????  */
.Normal,.NormalDisabled
{
    font-size: 11px;
    font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ????? */
.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: red;
}

.NormalTextBox
{
    font-size: 11 px;
    font-weight: normal;
    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: #222222;
	padding: 3px;
}

A.CommandButton:link 
{
    text-decoration:    none;
    color: #222222;
}

A.CommandButton:visited   
{
    text-decoration:    none;
    color:  #222222;
}

A.CommandButton:active    
{
    text-decoration:    none;
    color:  #222222;
}

A.CommandButton:hover 
{
    text-decoration:    underline;
    color: #000066;
}

.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #ff0000;
    color: #000000;
}

.Head
{
	font-family:Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
}

.SubHead
{
	color: #000066;
}

/* 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: #0099ff;
}

/* END of Link Styles*/


/* SKIN OBJECTS Styles (Breadcrums, Login, Date etc)*/
.SkinObject {
    color: #666666;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	padding: 4px;
}

A.SkinObject:link	{
	text-decoration:    none;
    color: #666666;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #666666;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #666666;
	background-color: #DDDDDD;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #666666;
}

/*  END of Skin Object styles*/


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Test
{
	border: #eaeaea dashed 1px;
}
/**************** End of DNN Styles *****************/
