/* Start of CMSMS style sheet 'comreal_new' */
/* Start of CMSMS style sheet 'comreal' */
/*Common styles*/
body {
   	background-color: #F7F6F6;
	color: #868686;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
        padding-top: 25px;
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: underline;
}

a.underlined {
        text-decoration: underline;
}

.container_wrapper {
       margin: 0 auto;
       width: 770px;
}
.container{
        float: left;
        background: url(uploads/images/layout/container_background.jpg) repeat-y;
}

.language_choise{
	margin: 0 auto;
        width: 770px;
	font-weight: bold;
}

.language_choise a {
	color: #B0B0B0;
	font-size: 11px;
	text-decoration: none;
}

.language_choise a:visited {
	font-weight: bold;
	color: #B0B0B0;
}

.top_image {
	float: right;
	width: 611px;
	height: 236px;
        background-color: #F7F6F6;
        padding-bottom: 3px;
}

.logo {
        background-color: #F7F6F6;
        border-bottom: 4px solid #F7F6F6;
}

.menu_wrapper {
	float: left;
	width: 152px;
}

.menu {
       	float: left;
	width: 152px;
        background-color: #B0B0B0;
	font-size: 12px;
	font-weight: bold;
}
.menu li {
   list-style: none;
   padding: 0.8em 0 0.8em 0.8em; /* some air for it */
   margin: 0 5px 0 -35px;
   display: block;
}
.menu li ul li {
   padding: 0.4em 0 0.4em 0.8em;
}

.menu li ul li a {
   font-size: 90%;
   font-weight: normal;
}
.menu li h3 {
   font-size: 12px;
   color: #333333;
   margin: 0;
}
.menu li ul li h3 {
   font-size: 11px;
   font-weight: normal;
}
.menu li ul {
   display:none;
}
.menu li:hover > ul {
   display:block;
}
.menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #FFFFFF;
   text-decoration: none;; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
.menu a:hover {
	color: #333333;
}
.menu a:active {
	color: #333333;
}



.content {
	float: right;
	background-image: url("http://www.comreal.fi/images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 557px;
	padding: 18px 27px 18px 27px;
	color: #444444;
	font-size: 12px;
}
.content h3 {
        font-size: 13px;
	padding-bottom: 5px;	
	color: #868686;
}

.content td, th { 
	width: 220px;
	padding: 0 0 10px 0;
}

.sub_navi{
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;	
}

.sub_navi a{
	color: #FFFFFF;
	font-weight: bold;
}

.sub_navi a:hover{
	color: #333333;
}

.copyright{
        color: #868686;
	margin: 0 auto;
	width: 770px;
	padding-top: 5px;
}

.copyright a{
	color: #868686;
	text-decoration: none;
}

.list{
	width: 100%;
}

.errorMsg{
	color: #E61111;
	margin-bottom: 5px;
}

.okMsg{
	color: #0ADA14;
	margin-bottom: 5px;	
}

/* End of 'comreal' */


/* End of 'comreal_new' */

