﻿body
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	margin: 5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	background-color: #f1f1f1;
}

.container_div
{
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	width:1000px;
	min-height:650px;
	background-color:#555555;
	padding:5px;
	border:solid 1px #f0f0f0;
}

.footer
{
	background-color:  #5e5e5e;
	color:White;
	font-weight:bold;
	margin-top:10px; 
	width:1010px;
	height:30px;
}

.search
{
	width: 500px;
	padding:3px;
	border: solid 1px Gray;
	color:Gray;
	font-style:italic;
	font-size:11x;
}

ul 
{
	list-style-type: none;
	list-style-position: inside;
}

ul li
{
	padding:3px;
}

.content,
.link,
.title
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
}

.description
{
	font-family:Calibri;
	font-size:15px;
}

.link,
.msg_link,
.footer_link
{
	font-size:10px;
	cursor:pointer;
}

.msg_link 
{
	color:Blue;
}

.footer_link
{
	color:White;
}

.msg_link_disabled
{
	color:#aaaaaa;
	cursor:default;
	font-size:10px;
	font-family:Verdana;
}

.title,
.sub_title
{
	background-color: #CDDBE2;
	padding:3px 6px 3px 6px;
}

.sub_title
{
	background-color: #dddddd;
}

.info,
.simple_title,
.simple_subtitle
{
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
}

.simple_title
{
	font-size:26px;
}

.simple_subtitle
{
	font-size:19px;
}

.menu,
.submenu
{
	height:31px; 
	padding-left:5px;
	width:1000px;
}

.submenu 
{
	width:992px;
}
        
.btn,
.btn_menu,
.btn_large,
.btn_medium
{
	background-color: #CDDBE2;
	color:Black;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	border:solid 1px gray;
	height:20px;
	padding:2px;
	cursor:pointer;
}

.btn_medium
{
	height:25px; 
	padding:2px 7px 2px 7px; 
	font-size:11px;
}

.btn_large 
{
	height:30px; 
	padding:2px 7px 2px 7px; 
	font-size:13px;
}

.btn_menu
{
	background-color:Transparent;
	color:White;
	cursor:pointer;
	border:solid 1px White;
	padding:1px 3px 3px 3px;
}

.btn_thin
{
	background-color:#e5e5e5;
	border:solid 1px Gray;
	width:10px;
	text-align:center;
	vertical-align:middle;
	height:25px;
	font-family:Aharoni;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.user_picture,
.user_picture_small,
.user_picture_big
{
	width:70px;
	height:70px;
	border:solid 1px Gray;
}

.user_picture
{
	width:50px;
	height:50px;
}

.user_picture_small
{
	width:30px;
	height:30px;
}

.message 
{
	font-family:Arial;
	font-size:13px;
	color:#222222;
}

.info_list
{
	margin-top:0px;
	margin-left:2px;
	padding-top:0px;
	padding-left:2px;
	list-style-position:inside;
	list-style-type:none;
}

.gridCell 
{
	padding:5px;
}

.error 
{
	color:Red;
}