/* Reset CSS */
* {
	padding: 0;
    margin: 0;
}
/* General page styles */
body {
	background-color: #e8e7e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
h1 {
	text-align: right;
	margin:15px 10px 0 0;
	font-size:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #CCC;
}
h2 {
	text-align: right;
	margin:0 10px 0 0;
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#888;
}
p {
	color: #4d4d4d;
	margin-top:10px;
}
input[type="submit"], input[type="button"] {
	padding:3px 5px;
}
.rounded_corners {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#gral {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}

#gralTable_leftInf {
	height: 25px;
	width: 25px;
	background-image: url(../imgs/gralTable_leftInf_border.png);
	background-repeat: no-repeat;
	float: left;
}

#gralTable_botCenter {
	width: 900px;
	height: 23px;
	border-bottom: 1px solid #272727;
	float: left;
	background-color: #ffffff;
}

#gralTable_rightInf {
	height: 25px;
	width: 25px;
	background-image: url(../imgs/gralTable_rightInf_border.png);
	background-repeat: no-repeat;
	float: left; 
}

#header {
	clear:both;
	height: 150px;
	color: #CCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
}
#content {
	clear:both;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	background-color: #ffffff;
	height: auto;
	overflow: hidden;
	padding-bottom:25px
}

#top {
	clear: both;
	width: 100%;
}

#left {
	width:210px;
	background-color:#FFFFFF;
	float: left;
	border-right: 1px solid #EEEEEE;
}

#right {
	width: 715px;
	background-color: #FFFFFF;
	float: right;
}

.top_right {
	margin-left:20px;
	margin-right:20px;
} 

.font_red {
	color:#fe1a00;
}

.r_left {
	float: left;
	width: 120px;
}

.r_right {
	float: right;
	width: 550px;
}

.r_small_left {
	float:left;
	width: 44%;
	margin-left:20px;
	margin-right:20px;
}

.r_small_right {
	float: right;
	width: 44%;
	margin-left:20px;
	margin-right:20px;
}

.r_small_l_left {
	float: left;
	width: 70px;
}

.r_small_r_left {
	float: right;
	width: 200px;
	margin-right: 30px;
}

.mas a {
	margin:15px 10px 0 0;
	font-size:10px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float:right;
	clear:both;
}

.mas a:hover {
	text-decoration: underline;
}
.separator {
	height: 10px;
	width: 80%;
	clear: both;
	margin: 0 30px;
	padding:0 30px;
}
.line_separator {
	height: 30px;
	width: 80%;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	margin: 0 30px;
	padding:0 30px;
}


#footer {
	clear: both;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:10px;
}

#footer p {
	text-align: center;
	margin:0px;
}

.copyright {
	padding-top: 10px;
	color: #4d4d4d;
}

.cluf {
	color: #FF0000;
	margin:0px;
}

.cluf a {
	color: #FF0000;
	text-decoration: none;
}

.cluf a:hover {
	text-decoration: underline;
}

/* Collapsable leftside menu styles */
ul#menu {
	list-style-type: none;
	margin: 20px;
	width: 168px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
}
ul#menu li {
	background:url(../imgs/side_menu_center.png);
	background-repeat:no-repeat;
	border-top:1px solid #272727;
}
ul#menu li:hover {
  	background:url(../imgs/side_menu_center_hover.png);
	background-repeat:no-repeat;
}
ul#menu li a {
	height:18px;
	display: block;
	text-decoration: none;	
	color: #fff;
	padding:6px 0 0 10px;
}
ul#menu li ul {
	list-style-type: none;
	border:none;
}
ul#menu li ul li {
	background: #e8e7e7;
	background-repeat:no-repeat; 
	background-position:8px 50%; 
	padding-left:20px;
}
ul#menu li ul li:hover, ul#menu li ul li:focus {
	background: #aaa;
	background-repeat:no-repeat; 
	background-position:8px 50%; 
	padding-left:20px;
}
ul#menu li ul li a {
	height:18px;
	display: block;
	text-decoration: none;	
	color: #000;
}
ul#menu li ul li a img {
	border:0;
	text-decoration:none;
}
.side_menu_title {
	background: url(../imgs/side_menu_title.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 172px;
	margin:0 -1px;
}

.side_menu_title p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
}

.side_menu_footer {
	background: url(../imgs/side_menu_footer.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 172px;
	margin:0 -1px;
}
/*******************************/
/****** Social networks ********/
/*******************************/
#social {
	margin:0 22px;
	padding:5px 10px;
	overflow:hidden;
	background-color:#EEE;
	border:1px solid #CCC;
	color:#4D4D4D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}
#social .socialtext {
	padding:6px;
	text-align:center;
}
#social .socialicons {
	clear:both;
	margin:0 10px 0 5px;
	overflow:hidden;
	vertical-align:middle;
}
#social .socialicons a {
	float:left;
	margin:5px 0 0 15px;
}
#social hr {
  	color: #FFFFFF;
    margin: 20px 10px;
}
#social .socialwidgets {
	padding:0 0 10px 20px;
}
#social #googleplus {
	margin-left:4px;
}
#social #fb-root {
	margin-top:10px;
}