.modalPopup 
{		
	background-color:#000;
	border:3px solid Gray;
	padding:3px;
	width:550px;
}


/* 
================================
Skin styles for DotNetNuke
================================
*/   

.main_dnnmenu_container {
	background-color: transparent; 


}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	padding-left:50px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:15px;
	
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12pt; 
	/*font-weight: bold; */
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand; 
	color: #4e2014;
	font-size: 14pt;
	/*font-weight: bold; */
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	background-image:url(images/menubg.gif);
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 10px 12px 5px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: transparent;
	color:#775248;
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color:#4e2014;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 0px 3px 0px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 0px;
	width:0px;
	font-size: 1px;
	border:solid 1px #000000;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 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;
}

/*---*/

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	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);
}


Body
{
	background-color:#ffffff;
	color:#4e2014;
}

Body td
{
	
}

#MainTable_1
{
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-color:#cfd4c2;
	width:770px;
	margin-top:15px;
}

#MainTable_2
{
	background-image:url(images/mainbg_2.jpg);
	background-repeat:no-repeat;
	background-color:#cfd4c2;
	width:770px;
	margin-top:15px;
}

#MainTable_3
{
	background-image:url(images/mainbg_3.jpg);
	background-repeat:no-repeat;
	background-color:#cfd4c2;
	width:770px;
	margin-top:15px;
}

#MainTable_4
{
	background-image:url(images/mainbg_4.jpg);
	background-repeat:no-repeat;
	background-color:#cfd4c2;
	width:770px;
	margin-top:15px;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: bold;
}

.ContentPane
{
	width:580px;
	padding:5px 5px 5px 5px;
}


#LeftMenu
{
	background-image:url(images/menu-left.gif);
	float:left;
	width:50px;
	height:88px;
}
.LeftPane
{
	width:170px;
	padding:5px 5px 5px 5px;
}

#MainTable_TopRow td
{
	height:251px;
	width:770px;
}

#MainTable_BottomRow td
{
	background-color:#ffffff;
}

a
{
	color:#4e2014;
}

.SkinObject {
    color: #4e2014;
}



A.SkinObject:link {
    text-decoration:    none;
    color:#4e2014;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#775248;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#4e2014;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#4e2014;
}


A:link  {
    text-decoration:    underline;
    color:  #4e2014;
}

A:visited   {
    text-decoration:    none;
    color:  #775248;
}

A:active    {
    text-decoration:    none;
    color:  #4e2014;
}

A:hover {
    text-decoration:    underline;
    color:  #4e2014;
}

