body{
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    color: #222222;
}
hr{
	color: #666666;
	height: 1px;
	background-color: #666666;
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr.light{
	color: #BBBBBB;
	background-color: #BBBBBB;
}
a{
    color: #2a71a4;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a.report_bug{
    padding-left: 17px;
	background: url(../images/icons/report_bug.gif) 0 0 no-repeat;
}
a.join_trip{
    padding-left: 16px;
	background: url(../images/icons/join_trip.gif) 0 1px no-repeat;
}
p, .paragraph{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
	line-height: 18px;
	font-size: 12px;
}
.paragraph a, p a{
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
	color: #115281;
}
h1{
	font-size: 23px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
h1 .big_desc_text{
	font-size: 17px;
	color: #485864;
	font-weight: normal;
	display: block;
	margin-top: 0px;
}
h1>a{
	text-decoration: underline;
}
h1 span.title_zone{
	color: #7b911c;
	margin-left: 15px;
}
h1 img.title_arrow{
	margin-bottom: 1px;
}
h1 .desc_text{
	font-size: 13px;
	color: #485864;
	font-weight: normal;
	display: block;
	margin-top: 7px;
}
h1 .desc_text a{
	text-decoration: underline;
	color: #4ca1e2;
}
h1 .desc_text a:hover{
	color: #0075ce;
}
h1 div.right{
	position: absolute; 
	right: 0px; 
	top: 7px;
	font-size: 14px;
}
h1 div.right a{
	
}
h2{
	font-size: 19px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
h2 .desc_text{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #8596a3;
}
h3{
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
#general_right_div h3{
	border: 0px solid black;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h4{
	margin: 0px 0px 3px 0px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
}
h1.gray, h2.gray, h3.gray, h4.gray{
	color: #40474A;
}
h1.blue, h2.blue, h3.blue, h4.blue{
	color: #86acc8;
}
h2.blue{
	font-size: 38px;
}
h5{
	font-size: 12px;
	color: black;
	font-weight: bold;
	border-color: #BFDFF7;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #EDF6FD;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
}
h5.margin{
	margin-top: 15px;
}
h6{
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 5px; 
	font-size: 14px;
	margin-bottom: 5px;
}
h6 .description{
	color: #777777;
	font-size: 12px;
	font-weight: normal;
}
.add_text{
	color: #555555;
	font-size: 11px;
	font-weight: normal;
}
.light_text{
	color: #555555;
}
.gray_text{
	color: #666666;
}
.green{
	color: #457923;
}
.red{
	color: #9d2519;
}
div.code{
	font-size: 12px;
	border: 1px solid #e5e5e5;
	background-color: #f7f7f7; 
	color: #464646;
	font-family: courier;
	padding: 10px;
	line-height: 20px;
}
span.code{
	color: #457923;
	font-family: courier;
}
table.code{
	padding: 0px;
	margin: 0px;
	border: 1px solid #387fb2;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
table.code td{
	padding: 10px 15px 10px 15px;
	margin: 0px;
	border: 1px solid #387fb2;
	border-top-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
}
table.code td.blue{
	background-color: #b4d2e8;
}
table.code td p{
	font-size: 13px;
	margin-bottom: 10px;
}
table.code th{
	padding: 10px 15px 10px 15px;
	text-align: left;
	margin: 0px;
	border: 1px solid #387fb2;
	border-top-width: 0px;
	border-left-width: 0px;
	background-color: #4b94c9;
	font-size: 13px;
	color: white;
}
table.code td h3{
	margin-bottom: 0px;
}
table.code td a{
	text-decoration: underline;
}
.green_bg{
	background-color: #457923;
}
.red_bg{
	background-color: #9d2519;
}
.light_text a{
	color: #4ca1e2;
}
.light_text a.lighter{
	color: #999999;
}
.light_text a.lighter:hover{
	color: #999999;
	text-decoration: underline;
}
.light_text a:hover{
	color: #0075ce;
}
.important{
	color:#79a525;
	text-decoration: underline;
	cursor: pointer;
}
.grey_block{
	border: 1px solid #DDDDDD; 
	padding: 10px 10px 10px 10px;
	background-color: #F7F7F7;
}
.blue_block{
	border: 5px solid #dfeffb; 
	padding: 0px 0px 0px 0px;
}
.blue_block .content{
	border: 1px solid #99ccf3; 
	padding: 10px 10px 10px 10px;
}
.blue_block .content_blue{
	background-color: #f5fbff;
}
.blue_block h2{
	color: #40474A;
	border-width: 0px;
}

/*-----------------------------/SIMPLE LINK LIST-----------------------------*/
ul.simple_link_list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.simple_link_list li{
	line-height: 22px;
}
ul.simple_link_list li a{
	text-decoration: none;
	font-size: 14px;
}
ul.simple_link_list li a:hover{
	text-decoration: underline;
}
ul.simple_link_list li a.selected{
	color: #40474A;
}
/*-----------------------------/SMART LINK LIST-----------------------------*/
ul.smart_link_list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.smart_link_list li{
	padding: 0px 0px 10px 0px;
}
