/*

   PROJECT: dmr-solutions.com
   FILE:    css/style.php
   VERSION: $Id: style.css 70 2009-11-24 00:15:56Z r.luetke $

*/

/* ----------------------------------------------------------- */

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* ----------------------------------------------------------- */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube a{
	color: #D91554;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
}
.innertube a:hover{
	background-color: #D91554;
	color: #FFFFFF;
}

.innertube h1{
	color: #D91554;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}

.innertube h2{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}

.innertube h3{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0;
}


#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #FFF;
	height: 110px; /*Height of top section*/
	/*background-image: url(../images/top_bg.jpg);*/
	background-repeat: repeat-x;
}

#topmenu{
    float: right;
    margin: 53px 13px 0px 0px;
}

#topmenu a {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #666;
    padding: 0px 12px 0px 12px;
    margin: 0px;
    border-left: solid 1px #aaa;
}
#topmenu a:hover, #topmenu a.highlighted {
    color: #333;
}

#menu{
	height: 40px;
	width: 100%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 12px 25px 0px 25px;
	margin: 0px;
	border-right: solid 1px #AAAAAA;
}
#menu a:hover, #menu a.highlighted {
    background-image: url(../images/menu_bg_activated.jpg);
	background-repeat: repeat-x;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#contentcolumn75{
    margin-right: 190px; /*Margin for content column. Should be (RightColumnWidth)*/
}

#contentcolumn100{
    width: 100%; /*No RightColumnWidth, LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	background: #DDDDDD;
	margin-bottom: 20px;
	padding-top: 20px;
}

#rightcolumn{
	float: left;
	width: 190px; /*Width of right column in pixels*/
	margin-left: -190px; /*Set margin to -RightColumnWidth*/
	background: #CCCCCC;
	margin-bottom: 20px;
	padding-top: 20px;
}

#rightcolumn a, #leftcolumn a {
	padding: 0;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	border-top: solid 1px #CCCCCC;
}

#footer a{
	color: #D91554;
	text-decoration: none;
}

#footer a:hover{
	color: #666666;
}

/* ---------------------------- */

#ReportRight {
    float: right;
    width: 220px;
    right: 0px;
    margin: 0px 20px 10px 20px;
}

#ReportRight .toc {
    text-align: left;
}

#ReportRight ul {
    list-style-type: square;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align: left;
}
#ReportRight ul li {
	margin-top: 4px;
}

#ReportRight a.toc, #ReportRight a.toc:link, #ReportRight a.toc:visited {
    font-weight: normal;
    padding: 0;
}

#ReportRight a.toc:active, #ReportRight a.toc:hover {
    font-weight: normal;
}

#ReportLeft {
    width: 500px;
    margin-bottom: 10px;
    border-right: dashed 1px #999999;
    margin-right: 10px;
    padding-right: 35px;
}

#ReportLeft .paragra {
    border-top: dashed 1px #999999;
    padding: 5px 0px 5px 0px;
}

#ReportLeft .toplink {
    float: right;
    margin: 15px 0px 5px 5px;
    font-size: 1.5em;
}


/* ----------------------------------------------------------- */

ul li {
    list-style-image: url(../images/bullet.gif);
    padding-left: 5px;
}

.hitmarker { background-color: #FCBFBF; }

.black { color: #000; }

.button      { background-color:#EFEFEF; border-width:1; font-size:10px;}
.button_mini { background-color:#EFEFEF; border-width:1; font-size:9px; }
.input       { background-color:#FFFFFF; border-width:1; font-size:10px;}
.input_radio { border-width:1; font-size:10px;}
.input_mini  { background-color:#FFFFFF; border-width:1; font-size:9px; }
.mini        { color:#9B9B9B; font-size:9px; }

.tr_special  { background-color:#8D9A9F; color:#FFFFFF; }
.tr_highlight{ background-color:#DECAD0; color:#B1073E; }
.tr_even     { background-color:#E6E6E6; }
.tr_odd      { background-color:#EFEFEF; }
.tr_grey     { background-color:#BAC8AD; color:#666666; }
.tr_hidden_special  { background-color:#666666; color:#FFFFFF; }
.tr_hidden_even     { background-color:#FCBFBF; }
.tr_hidden_odd      { background-color:#DECAD0; }
.tr_grey_even     { background-color:#D7D7D7; }
.tr_grey_odd      { background-color:#EDEDED; }


.alert           { color:#B1073E; font-weight:bold; font-size:1.1em; }
.alertfield      { background-color:#DECAD0; color:#B1073E; }
.important_red, .important   { color:#B1073E; font-weight:bold; }
.important_green { color:#3C3CA9; font-weight:bold; }
.imp_mini        { color:#B1073E; font-weight:bold; font-size:9px; }
.pink            { color: #D91554; }


