/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster 
{
	background-color: #D5D5D7;
	text-align: center;
	width: 100%;
	height: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	
}
.skinmaster {
	width: 960px;
	background-color: #FFFFFF;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 32px;
}

.innerskinmaster
{
	margin: 20px 20px 16px 32px;
}

.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #D5D5D7;
	border: #D5D5D7 0px solid;
}

/* Pane classes */
.searchpane {
	width: 100%;
	background-color: transparent;
	font-family: Helvetica, Arial, Verdana;
	margin-bottom: 40px;
	text-align: right;
	font-size: 8pt;
}

.toppane {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	height:35px;
	min-height: 35px;
	max-height: 35px;
}

.toppane_leftblank
{
	width: 68px;
	min-width: 68px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background-image: url(menu_background_ruler.png);
	background-position: top;
	height: 30px;
	min-height: 30px;
}

.toppane_menu
{
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.toppane_logo
{
	width: 238px;
	background-color: #FFFFFF;
	position:relative;
	float: left;
	top: -14px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

.logopane {
	width: 100%;
	min-width: 907px;
	height: 170px;
	background-image: url(unibuss_logo.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 18px;
	
}

.main_contentpane
{
	width: 100%;
	margin-bottom: 48px;
	overflow: hidden;
}

.leftpane {
	width: 300px;
	margin: 0px 0px 0px 22px;
	float: left;
}
.contentpane 
{
	width: 300px;	
	margin: 0px 0px 0px 58px;
	position: relative;
	float: left;
}

.rightpane 
{
	width: 170px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 5px;
}

.bottompane {
	width: 100%;
	text-align: inherit;
}

.bottompane_line
{
	border-top: #979797 1px solid;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1px;
}

.bottom_background
{
	background-color: #D5D5D7;
	width: 100%;
	height: 100%;
}

/* // End pane classes */


.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: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, 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: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, 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_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.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; */
}

/* End of other menu ( Not used? ) */


/* Login, Search and Copyright token */

.login
{
	font-size: 8pt;
	color: #979797;
}


A.login:link {
    text-decoration: none;
    color: #979797;
}
A.login:visited  {
    text-decoration: none;
    color: #979797;
}
A.login:hover    {
    text-decoration: none;
    color: #979797;
}
A.login:active   {
    text-decoration: none;
    color: #979797;
}

.copyrightCss
{
	color: #979797;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

A.searchCss:link {
    text-decoration: none;
    color: #979797;
}
A.searchCss:visited  {
    text-decoration: none;
    color: #979797;
}
A.searchCss:hover    {
    text-decoration: none;
    color: #979797;
}
A.searchCss:active   {
    text-decoration: none;
    color: #979797;
}

/* END Login, Search and Copyright token */ 

.StandardButton {
   background: #023F82 none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 10pt;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}

.Head {
   font-family: Helvetica, Arial, Verdana;
   font-size:  10pt;
   font-weight:  normal;
   color: #023F82;
}

.SubHead    {
    font-family: Helvetica, Arial, Verdana ;
    font-size:  10pt;
    font-weight: bold;
    color: #023F82;
}


/* Text classes */
.Normal,.NormalDisabled
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: #666666; 
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.SkinObject
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    font-weight: normal;
    color: #666666; 
}

A.SkinObject:link {
    text-decoration: none;
    color: #666666;
}

A.SkinObject:visited  {
    text-decoration: none;
    color: #666666;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #666666;
}

A.SkinObject:active   {
    text-decoration: none;
    color: #666666;
}

/* // End text classes */


/* Header classes */
H1  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  20pt;
    font-weight:    normal;
    color: #023F82;
}
H2  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  18pt;
    font-weight:    normal;
    color: #023F82;
}
H3  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  16pt;
    font-weight:    normal;
    color: #023F82;
}
H4  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  14pt;
    font-weight:    normal;
    color: #023F82;
}
H5  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  12pt;
    font-weight:    bold;
    color: #023F82;
}
H6  {
    font-family: Helvetica, Arial, Verdana;
    font-size:  10pt;
    font-weight:    bold;
    color: #023F82;
}

/* // End header classes */

P 
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color: #666666; 	
    line-height: 155%;
}

A
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #023F82;
}

A.linkWithButton
{
	font-family: Verdana, Arial, Helvetica;
	height: 18px;
	color: #023F82;
	background-image: url(unibuss_linkbutton.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 35px;
}

A.searchpaneLinks:link
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #979797;
}

A.searchpaneLinks:visited  {
    text-decoration: none;
    font-size: 8pt;
	font-weight: normal;
    color: #979797;
}

A.searchpaneLinks:hover    {
    text-decoration: none;
    font-size: 8pt;
	font-weight: normal;
    color: #979797;
}

A.searchpaneLinks:active   {
    text-decoration: none;
    font-size: 8pt;
	font-weight: normal;
    color: #979797;
}

/* Other Text classes */

/* End Text classes */

/*
 MAIN MENU Container
*/

.MainMenu_MenuContainer
{
	
	margin: 0px 0px 0px 0px;
	height: 30px;
	background-image: url( menu_background_ruler.png );
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}



.MainMenu_MenuBar
{
	/* cursor: pointer; */ 
    height: 25px;
    background-color: #000000;
    vertical-align: middle;
    color: #000000;

}

.MainMenu_MenuItem
{
	/* cursor: pointer; */ 
    color: #FFFFFF; 
    font-family: Helvetica, Arial, Verdana; 
    font-size: 8pt; 
    font-style: normal;
}

.MainMenu_SubMenu 
{	
	background-color: #023F82;
    z-index: 1000; 
    /* cursor: pointer; */
    /* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
    border-bottom: black 1px solid; 
    border-left: black 1px solid; 
    border-top: black 1px solid; 
    border-right: black 1px solid;
}

.MainMenu_MenuItemSel
{
	/* cursor: pointer; */  
	color: #FFFFFF;
    font-family: Helvetica, Arial, Verdana ; 
    font-size: 8pt; 
    font-style: normal;
}

.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_MenuIcon
{
	/* cursor: pointer; */  
	background-color: #023F82; 
	border-left: #EEEEEE 1px solid; 
    border-bottom: #EEEEEE 1px solid; 
    border-top: #EEEEEE 1px solid; 
    text-align: center; 
    width: 1px;
    height: 21px;

}

.MainMenu_MenuBreak
{
	background-color: Transparent;
	border: none;
	height: 30px;
	background-image: url(menu_separator.png );
	background-position: center bottom;
	background-repeat: no-repeat;
}

.MainMenu_MenuLeftSep
{
	background-position: center;	
	border-top: none;
	border-bottom: none;
}
.MainMenu_MenuLeftSepActive
{
	background-color: Transparent;
	border: none;
	height: 30px;
	background-image: url(menu_separator.png );
	background-position: center bottom;
	background-repeat: no-repeat;
}

.MainMenu_RootMenuItem
{
	height: 25px;
	background-color: Transparent;
}

.MainMenu_RootMenuItemActive
{
	/* cursor: pointer;*/ 
	height: 25px;
	color: #3CDD2E;
	background-color: Transparent;
}

.MainMenu_RootMenuItemSelected
{
	height: 25px;
	color: #3CDD2E;
	background-color: Transparent;
}

/*
 END MAIN MENU Container
*/




























































































































































































































































