#Body
{
    /* background-image: url(images/bg.gif);
	margin: 0px; */
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
	background-color: #000000;
}
.pagemaster {
	width: 1000px;
	/*height: 100%;*/
	background-color: #000000;
	text-align: center;
}
.skinmaster{
	background-color: transparent;
	width: 100%;
}
.skinheader {
}
.skinfooter{
	/* background-image: url(images/bottomedgepattern.gif); 
	background-repeat: repeat-x; */
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.obtlic {
	background-image: url(images/obtlic.jpg); 
	background-repeat: no-repeat;
	height: 7px;
	width: 17px;
	}
.backmenupanel {
	background-image: url(images/panelpattern.jpg); 
	background-repeat: repeat-y;
	height: 100%;
	/*padding-left: 15px;
	padding-right: 10px;*/
}
.menupanel {
	background-image: url(images/panelpattern.jpg); 
	background-repeat: repeat-y;
	width: 160px;
	height: 100%;
	/*padding-left: 15px;
	padding-right: 10px;*/
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #767676;
}
.headerarea {
	width: 100%;
	background-color: transparent;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 0px;
}
.headerpane {
	background-image: url(images/hgbg.jpg);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	/* background-repeat: repeat-x; */
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.leftpane {
	width: 160px;
	height: 100%;
	/*background-image: url(images/panelpattern.jpg);  */
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
}
.contentpane {
	width: 100%;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.StandardButton {
  background: #666666 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 160px;
	background-color: transparent;
	/* border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.TreeViewMenu_Header {
	/* background-image: url(gradient_LtBlue.jpg); */
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #fff;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #fff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 1px 3px 3px 1px;	
    background-color: #2f2f2f;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    background-color: #2f2f2f;
}

.main_dnnmenu_itemhover {  
	background-color: #2f2f2f; 
	height: 26px;
	color: #f6c128;
}

.main_dnnmenu_itemhover td {  
	color: #f6c128;
	background-color: #2f2f2f;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#fff;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#fff;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #fff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #fff;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #fff;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #fff;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #fff;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #fff;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #fff;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #fff;
}

A:link  {
    text-decoration:    none;
    color:  #fff;
}

A:visited   {
    text-decoration:    none;
    color:  #fff;
}

A:hover {
    text-decoration:    underline;
    color:  #fff;
}

A:active    {
    text-decoration:    underline;
    color:  #fff;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.breadcrumb, .breadcrumb A:link, .breadcrumb A:visited
{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
}
