﻿/* --------- general text style --------- */

body  {
	margin: 15px 9px;
	background-color: #C2C2C2;
	background-image: url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}

input, select, textarea {
	font-size: 12px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}

/* --------- crumb styles ------------ */


#crumbs {
	width: 100%;
}

* html #crumbs {
	width: 100%;
	w\idth: 100%;
}

a.crumb {
    color: Gray;
    text-decoration: none;
    font-weight: bold;
}

a.crumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

a.activeCrumb {
    color: #B60C20;
    text-decoration: none;
    font-weight: bold;
}

a.activeCrumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

/* --------- link styles --------- */

a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.newsheader:link {
	color: #BCD2EE;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.newsheader:visited{
	color: #BCD2EE;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.newsheader:hover{
	color: #BCD2EE;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.newsheader:active{
	color: #BCD2EE;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

/* --------- headline styles --------- */
h1 {
	color: #081052;
	font-size: 26px;
	font-weight: normal;
	font-family: Candara, Trebuchet MS, Helvetica, Geneva, Swiss, Arial, SansSerif-Regular;
}

h2 {
	color: #081052;
	font-size: 22px;
	font-weight: normal;
	font-family: Candara, Trebuchet MS, Helvetica, Geneva, Swiss, Arial, SansSerif-Regular;
}

h3 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	font-family: Candara, Trebuchet MS, Helvetica, Geneva, Swiss, Arial, SansSerif-Regular;
}

h4 {
    color: #006699;
	font-size: 14px;
	font-weight: normal;
	font-family: Candara, Trebuchet MS, Helvetica, Geneva, Swiss, Arial, SansSerif-Regular;
}

.rubrik {
	margin:0px 0px 15px 20px;
	padding:0px;
	font-size:32px;
	font-weight:900;
	color: #ccc;
}

.rightBlue {
	background: #63BDD9;
	line-height: 22px;
}

td.rightLight {
	background: #7CC4DA;
	/*line-height: 0.7;*/
}

td.topBlue {
	background: #D5E6EE;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-top: 1px solid #006699;
	line-height: 22px;
}

.separator {
    padding-bottom: 4px;
    border-bottom: solid 1px #ccc;
}

.newsHeader {
	color: #BCD2EE;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
	border: 0;
	margin: 0;
}

.newsDate {
    color: #BCD2EE;
    font-size: 0.8em;
}

.newsText {
    color: #DCDCDC;
}

.menu {
	padding : 0 40% 0 40%;
}

img.divider {
	margin-left: 10px; 
	margin-right: 10px;
}

img.pil {
	margin-top: 2px;
	margin-right: 2px;
}


/* Layout styles  */

#outerBox {
	width: 973px;
	float: left;
}

* html #outerBox { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
	width: 973px;
	w\idth: 973px;
}

#hd_blue {
	width: 973px;
	min-height: 105px;
	background-image: url(images/hd_blue.gif);
}

* html #hd_blue { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
	width: 973px;
	w\idth: 973px;
	height: 105px;
}

#menu1 {
    width: 973px;
    height: 26px;
    background-image: url(images/bg_menu1.gif);
    border-bottom: 2px solid black;
}

* html #menu1 { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
    width: 973px;
    w\idth: 973px;
    height: 26px;
}

#content {
    width: 969px;
    float: left;
    background: black;
    background-image: url(images/bg_stripe.gif);
    border: 2px solid black;
}

* html #content { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
    width: 969px;
    w\idth: 969px;
}

.startImages {
    width: 731px;
    height: 300px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    float: left;
}

#rightPanel {
    width: 234px;
    min-height: 330px;
    float: right;
    display: block;
}

* html #rightPanel { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
    width: 234px;
    w\idth: 234px;
    height: 330px;
}

#mainContent {
    width: 701px;
    min-height: 350px;
    float: left;
    color: Black;
    background-color: White;
    padding: 20px 10px 10px 20px;
}

* html #mainContent { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
    width: 701px;
    w\idth: 701px;
    height: 350px;
	padding: 20px 10px 10px 20px;
}

#footer {
    width: 969px;
    height: 40px;
    float: left;
    background-color: White;
    border-top: 2px solid black;   
}

* html #footer { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
	width: 969px;
	w\idth: 969px;
    height: 40px;
}

#innerFooter {
    width: 965px;
    height: 25px;
    background-color: Black;
    color: White;
    border-top: 1px solid white;
    border-bottom: 1px solid black;
    float: left;
    text-align: center;
    margin: 2px 2px 2px 2px;
    padding-top: 9px; 
	font-family: Candara, Trebuchet MS, Helvetica, Geneva, Swiss, Arial, SansSerif-Regular;
}

* html #innerFooter { /* Modified SMBH http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
	width: 965px;
	w\idth: 965px;
    height: 25px;
}




/* /MEDLEMSSIDOR */

#memberLogo {
	background-color: #C2C2C2;
	background-image: url(images/bg_logo_box_mid.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 182px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-right: 6px;
}

/* /SUCKERFISH MENUS */
#navTop, #navTop ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 26px;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
}

#navTop a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 8px 8px;
	color: black;
	border-bottom: 0px;
	margin-bottom: 0px;
}

#navTop .loginMenu {
	background-image: url(images/bg_menu_gold.gif);
	display: block;
	text-decoration: none;
	padding: 4px 8px 8px 8px;
	color: #AA0000;
	border-bottom: 0px;
	margin-bottom: 0px;
}

#navTop .activeMenu {
	display: block;
	text-decoration: none;
	padding: 4px 8px 8px 8px;
	border-bottom: 0px;
	margin-bottom: 0px;
	color: #999999;
}

#navTop .loginActiveMenu {
	background-image: url(images/bg_menu_gold.gif);
	display: block;
	text-decoration: none;
	padding: 4px 8px 8px 8px;
	border-bottom: 0px;
	margin-bottom: 0px;
	color: #C3AD7E;
}

#navTop li {
	position: relative;
	float: left;
	padding: 0px;
	border-right: 1px solid white;
	text-align: center;
	z-index: 2000;
}

#navTop li ul {
	position: absolute;
	left: -999em;
	height: 26px;
	width: 200px;
	w\idth: 200px;
	font-weight: normal;
	margin: 0px;
	z-index: 2000;
}

#navTop li li {
	width: 215px;
	background: white;
	/*border-top: 4px solid white;*/
	text-align: left;
	background-image: url(images/bg_menu1.gif);
	z-index: 2000;
}

#navTop li ul a {
	width: 200px;
	w\idth: 200px;
}

#navTop li ul ul {
	margin: 0px;
}

#navTop li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#navTop li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	border-top: 4px solid black;
	background-color: #D5E6EE;
}

#navTop li:hover, #nav li.sfhover {
	background-color: #D5E6EE;
}

#navTop li:hover .activeMenu {
	background-image: url(images/bg_menu1.gif);
}

#navTop li:hover .loginActiveMenu {
	background-image: url(images/bg_menu_gold.gif);
}

#navTop li:hover, #navTop li.hover {
	background-color: #D5E6EE;
    position: static;
}

#navTop a:hover {
	text-decoration: underline;
}

#nav iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
}
