/*========================================================*/
/*             CSS by ralfhappe                           */
/*             http://www.ralfhappe.com                   */
/*========================================================*/
/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ 
html
{
    height: 100%;
}

body
{
    font-family: tahoma;
    font-size: 13px;
    height: 100%;
    padding: 0px;
    margin:0;
    background-color: #993400;
    background-image: url(/Portals/_default/Skins/Colon/bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

/* Setting Text Throughout the skin      */ 
table, tr, td, div {font-family: tahoma; font-size: 13px; margin: 0;}
p {font-family: tahoma; font-size: 13px;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

#pagemaster
{
    height: 100%;
    width: 100%;
}

#pagecontent
{
    height: 100%;
    width: 850px; 
    margin: 0 auto
}

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #fff;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.flowcontrolpanel
{
    width: 850;
    margin: 0 auto;
    padding-top: 60px;
}

#logo
{
    text-align: center;
    padding-top: 15px;
}

.languageselector
{
    text-align: center;
    color: #CEA683;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
}

a.languageselector
{
    font-size: 10px;
}

#menue
{
    height: 32px;
}

#contentmain
{
    padding-top: 5px;
    height: 700px;
    vertical-align: top;
}

.leftpane
{
    width: 100%;
}

.contentpane
{
    text-align: left;
}

.rightpane
{
    width: 100%;
}


#footerpane
{
    border: 1px dotted #CEA683;
}

.termscontainer
{
    font-size: 11px;
    color: #CEA683;
    text-align: center;
    padding-top: 10px;
}

.copyrightcontainer
{
    text-align: center;
    padding-top: 3px;
    padding-bottom: 25px;
}

.normal, .Normal
{
    font-family: Tahoma;
    font-size: 11px;
    color: #CEA683;
}

.normalsubhead
{
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #CEA683;
    padding: 0;
}

.SubHead
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #CEA683;
    padding: 0;
}

HR
{
    color: #BB8451;
    height: 1pt;
    text-align: center;
}

A
{
    font-size: 13px;
}

A:link
{
    text-decoration: none;
    color: #CEA683;
    font-size: 13px;
    font-weight: normal;
}

A:visited
{
	text-decoration: none;
    color: #CEA683;
    font-weight: normal;
}

A:hover
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}

A:active
{
	text-decoration: none;
    color: #CEA683;
    font-weight: normal;
}

/* 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: #CEA683;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #CEA683;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #fff;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #CEA683;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:25px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CEA683;
    font-size: 11px;
    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;
}

.main_dnnmenu_item_skin td
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CEA683;
    font-size: 11px;
    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;
}

.main_dnnmenu_rootitem
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CEA683;
    font-size: 11px;
    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*/
}

.main_dnnmenu_rootitem_skin
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CEA683;
    font-size: 11px;
    font-style: normal;
    background-color: Transparent;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 0px 0px 0px 0px; /*explicitly set padding for root menu items*/
}

.main_dnnmenu_selectedroot {  
	    background: #983201;
}

.main_dnnmenu_itemhover {  
	    background: #983201;
}

.main_dnnmenu_itemhover_Skin
{
    color: #FFFFFF;
}

.main_dnnmenu_itemhover td {  
	    background: #983201; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu
{
    background-color: #983201;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
    padding: 1px 1px 1px 1px;
    text-align: left;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.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;
}