/*
   This stylesheet defines the Metadot 6 - White skin.

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/

/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  STANDARD HTML ELEMENTS				          ==
   ==        						          ==
   =================================================================
   ================================================================= */


body {
	background: #eee;
}

/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  PORTAL-WIDE PAGE LAYOUT	 				  ==
   ==        						          ==
   =================================================================
   ================================================================= */

#header {
	padding: 20px 20px 10px 20px;
}

#header {
	background-color: #fff;	
}

#header h1, #header h1 a {
        color: #000;
}

#header h2, #header h2, #header h2 a {
        color: #000;
}

#topnav {
	background: #8A8A8A;	
}

#topnav a {
	color: #fff;
	background: transparent;
}

#topnav a:hover {
	color: #fff;
	background: #444;
}

#container {
	background: #FFF;
}

#navcont {
	background: #DADADA;
}

#navmenu {
	border-top: 1px solid #ddd;
}

DIV.navmenu {
	background: #777;
}

a.navmenu {
	color: #fff;
}

a.navmenu:hover {
	text-decoration: none;
	color: #ccc;
}

#menucont {
	color: #eee;
	background: #555;
}

#sidebar {
	background: #EFEFEF;
}



#sidebar a {
	color: #555;
}

#sidebar h2 a {
	text-decoration: none;
      	color: #eee;
}

#sidebar h2 a:hover {
	color: #ccc;
	background: transparent;
}

html>body #sidebar a {}

#sidebar a:hover {	
	background: transparent;
}


/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  SPECIAL-PURPOSE ELEMENTS				          ==
   ==        						          ==
   =================================================================
   ================================================================= */


/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  GIZMOS						          ==
   ==        						          ==
   =================================================================
   ================================================================= */

h2.section {
	background: url(../../Metadot6/images/arrow_ico.gif) no-repeat 2px 4px #ccc;
}

.news_item A.element_name {
	text-decoration: none;
	color: #eee;
	display: inline;
	font-weight: bold;
}

.news_item A.element_name:hover {
	text-decoration: none;
	color: #A7A93E;
}


span.info {	
	background: #CCC;
}

span.info a {
	background: transparent;
}

span.info a:hover {
	background: #transparent;
}


