
/* global style classes to be used in modules */ 

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.gradientButton {
   font-family:Arial,Verdana,helvetica,sans-serif;
   font-size:13px;
   font-weight:bold;
   width:auto;
   background:url(post_button_grad.gif) #EEF9BE;
   height:23;
   border:1px solid;
   border-top-color:#A2C758;
   border-left-color:#A2C758;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:pointer;
   text-decoration:none;
}


/* reset HTML and BODY to default values */   

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* skin style classes */

.pagemaster
{
    width: 100%;
    height: 100%;
    background-image: url(background.gif);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.skinmaster
{
    height: 100%;
    background-color: white;
    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;
    border-color: #000000;
}
.skinheader 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-image: url(HeaderEN.png); 
	background-repeat: no-repeat;	
}
.skingradient {
	background-color:#aac557;
	height:26px;
	margin: 0;
	padding: 0;
}
.skintoolbar
{
    margin: 0;
    padding: 4;
    background-color: #EAF4CC;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.leftpane
{
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(left_pane_background.gif);
	text-align: center;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	background-image: url(content_background.jpg);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding-right: 5px;
	padding-left: 1px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.main_dnnmenu_rootitem  {  /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding-right: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px; 
 }


.main_dnnmenu_itemhover
{
	background-color: #ffff33;
}

.main_dnnmenu_itemhover td {  
	background-color: #ffff33; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu
{ 
	background-color: #efefef;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=     '#696969' , Direction=135, Strength=3); /*explicitly set padding for sub-menus */
	padding-right: 1px;
	padding-left: 1px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
}

.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: 14pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton
{
	background: gainsboro;
	color: black;
	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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.Footer
{
    border-style: solid;
    border-color: #C0C0C0;
    padding: 15px 8px 20px 8px;
}

hr
{
	color: #d4eda2;
}

.Calendar
{
	font-size: 10pt;
}

.containermaster_grad {
	background-color: #d4eda2;
	background-image:url(containermaster_grad.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 12px;
	margin: 0px;
}

.containermaster_grad_title 
{
	color: White;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}

.containermaster_grad_header
{
	color: White;
}

.Title
{
	color: #CC3300 ;
	font-size:medium;
}


