/* DotNetNuke page skin for REPSA */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.Normal { /* body text */
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

div.gallery .Normal, div.feature .Normal, div.smallbox .Normal { /* sidebar text */
	font-size: 11px;
}

div#wrapper {
	width: 780px;
	text-align: left;
}

div#header { /* HEADING */
	height: 85px;
	overflow: hidden;
}

div#userbar { /* green bar */
	height: 25px;
	overflow: hidden;
	background-color: #007E39;
	color: #fff;
}

td.leftPane {
	background-color: #356FB6;
}

td#contentPane { margin: 0 0 0 20px; }

div#footer {
	background: #000;
	color: #fff;
	clear: both;
	height: 25px;
	line-height: 25px;
}

span.Head {
	color: #356FB6;
	font-size: 18px;
	padding: 10px 0;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
div#header img {
	border: 0;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------
GREEN BAR
-------------------------------------------------*/
div#userbar p {
	float: right;
	margin: 0 8px;
	padding: 0;
	line-height: 25px;
	font-weight: normal !important;
}

div#userbar a {
	text-decoration: none;
	color: #fff !important;
	font-weight: normal !important;
}

div#userbar a:hover { text-decoration: underline; }

div#userbar form p {
	margin: 0 5px 0 0;
}

#dnn_dnnSEARCH_cmdSearch { /* search button */
	text-indent: -999em;
	overflow: none;
	background-color: #007E39;
	background-image: url(/Portals/0/Skins/REPSA - Apr 2005/images/search_button.gif) !important;
	background-repeat: no-repeat;
	height: 25px;
	width: 50px;
}

div#userbar p input {
	width: 85px;
	margin: 2px 0 0 0;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
}
body>html div#userbar p input { margin: 3px 0 0 0; }

/*-------------------------------------------------
SIDEBAR: Menu
-------------------------------------------------*/
.nav_menu {
	line-height: 13px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0 0 25px 0;
}

.nav_menu img {
	display: none;
}

.nav_menu div.Normal { /* menu items */
	background-color: #255fb0;
	padding: 2px 0 4px 0;
	margin: 1px 0 1px -2px;
}

.nav_menu div.Normal a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

.nav_menu div.Normal a:hover { text-decoration: underline; }

.nav_menu span.Normal div.Normal { /* child menu items */
	padding-left: 14px;
}

.nav_menu span.Normal div.Normal a {
	color: #D4DDED !important;
}


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
div#footer p {
	padding: 0 30px 0 15px;
	margin: 0;
	float: right;
	background: #356FB6;
}
div#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
}
div#footer a:hover { text-decoration: underline; }

div#footer p#logo_cim {
	margin: 0 0 0 2px;
	float: left;
	padding: 0;
	background-color: #000;
	overflow: hidden;
	height: 25px;
}
div#footer p#logo_cim a {
	display: block;
	float: left;
	padding: 0;
}

div#footer p#logo_cim a img {
	border: 0;
	float: left;
	padding: 0 5px 0 2px;
}

