body 
{
    background-image: url(background.jpg);
    background-repeat: repeat;    
    text-align: center;    
}

.cssFrame
{
    width: 100%;
    height: 100%;    
    margin: 0px;       
}
.cssPage
{
    border: 1px solid #808080;
    width: 1024px;
    margin: 20px auto;
    background-color: #FFFFFF;
}

/* to adjust the submenu position ie / frame ns */
.cssPageFix 
{ 
    overflow: hidden;   
}

.cssHeader {
    width: 100%;
    height: 200px;
    margin:0px;
}
    
.cssLogo {
    width:1024px;
    height:200px; 
    margin: 0px 0px auto;
    float:left;
    background-image: url(HeaderImage1.png);
    background-repeat:no-repeat;
    background-color:#ffffff;
    text-align:left;
    }   
   

.cssFlags {
    margin: 5px 15px auto auto;
    float:right;
    }

.cssUser 
{
    height:10px;
    margin: 5px 15px auto 5px;
    float:left; 
    clear:right;
    text-align:left;
    }

.cssPageMaster
{
    background-image: url(bkgLogo.jpg);
    background-position: center top;    
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    clear: left;
    background-image: url(FooterUpEn.png);
    background-position: bottom;
    text-align: left;
}

.cssLeft
{
    float:left;
    width:auto;
    height:auto;
}

.cssMenu
{
    margin: 25px 0px 0px 10px;
    width: 180px;
    height: 290px;
    float: left;
    clear: left;
    background-image: url(BlueMenu.png);
    background-repeat:no-repeat;
    vertical-align: top;
    text-align: left;    
}

.cssLeftPane
{
    float:left;
    clear:left;
    margin: 10px 0px 0px 10px;
    width:180px;
    height:auto;
}

.cssPanes 
{
    width:auto;
    float: left;       
}

 .cssContentPane
{
    width: 560px;
    float:left;
    margin: 10px 0px 0px 15px;       
}
        
.cssRightPane {
    width:250px;
    float:left;
    margin: 10px 0px 0px 0px;     
    }   
     
.cssCopyright {
    width:100%;
    height:20px;
    float:left;
    clear:left;
    }
        
.cssDiadrasis {
    width:100%;
    float:left;
    clear:both; 
    }
    
.cssPageFooter {
    background-position: center;
    background-image: url(FooterDownEn.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    float:left;
    clear:left;    
    }

 
/* end of custom divs*/
  
.youarehereCSS
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #333333;    
}

/*  search  web site */
.skinObject
{
    color: #a9a9a9;
    font-size: 10px;
    font-weight: bold;
}

/* search, logout etc link*/

A.SkinObject:link
{
    text-decoration: none;
    color: #a9a9a9;    
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #a9a9a9;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #ff9966;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ff9966;
}
	

.main_dnnmenu_bar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: transparent;
}


/* Main Menu */
.main_dnnmenu_rootitem
{
    border-color: #FFFFFF;
    cursor: hand;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: Verdana, Tahoma, Arial;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding-right: 22px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.main_dnnmenu_rootitem_hover
{    
    color: #D0D0D0;      
}

.main_dnnmenu_rootitem_selected
{
    border-color: #FFFFFF;
    font-family: Verdana, Tahoma, Arial;
    color: #FF9999;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.main_dnnmenu_icon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
    vertical-align: middle;
}

.mainmenu_menuicon
{
    width:50px;
}
/* set submenu */

.main_dnnmenu_submenu
{
    width: 180px;
    padding-left: 6px;
    padding-top:2px;
    margin-left: 0px;
    border-color: #FFFFFF;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    background-image: url(BlueMenu.png);
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=   '#696969' , Direction=135, Strength=3);
    color: #ffffff;
}  
    


/* bread crumb custom style */ 

.breadcrumbCSS, a.breadcrumbCSS:active, a.breadcrumbCSS:link, a.breadcrumbCSS:visited
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #CCCCCC; 
}

a.breadcrumbCSS:hover
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #663333;
}

/* menu */

.main_dnnmenu_item {
	
	cursor: hand; 
	color: #000000; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}


.main_dnnmenu_itemhover { 
	color: #D0D0D0;
}

.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: 10px; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.StandardButton
{
    background-position: #CCCCCC none;
    background: #CCCCCC none;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* style for the tree view menu */


.TreeViewMenu
{
    width: 175px;
    background-color: transparent;
    border-right: #7994cb 0px solid;
    border-top: #7994cb 0px solid;
    border-left: #7994cb 0px solid;
    border-bottom: #7994cb 0px 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);
}


/* style for module titles */
.Head
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000; 
}


/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}


/* define special styles for images and links*/


img
{
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
a:active, a:link, a:visited
{
    color: #a32821;
    font-weight: normal;
}

a:hover
{
    color: #f95800;
    font-weight: normal;
    text-decoration: none;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000;/*C0C0C0*/
    text-align: justify;
}

/* 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: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    color: #C0C0C0;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    color: #C0C0C0;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}

A.CommandButton:visited  {
}

A.CommandButton:hover    
{
    color:#ff9966;
}
    
A.CommandButton:active   
{
    color: #C0C0C0;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;  
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{    
}
.NormalRed
{
}

.NormalBold
{
}


/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

 
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}
