/** GENERAL **/
html, body{
    width: 100%;
    height: 100%;
}
body{
	width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	font-family: Arial;
	font-size: 11px;
	color: #797979;
}
table {
	border-collapse: collapse;
}
table, td, th{
	font-family: Arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	vertical-align: middle;
}
form{
	margin: 0px;
	padding: 0px;
}
input{
	margin: 0;
	padding: 0;
}
a {
	/*color: #138eda;*/
	color: #1485D2;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}

a:hover { 
	text-decoration : underline;
}

.clear {
	clear: both;
}
.relative {
	position: relative;
}
.pointer{
	cursor: pointer;
}
.hide{
	display: none;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
hr{
	color: #cfcfcf;
}
.custom_tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #797979;
	background-color: #eee;
	padding: 10px;
	opacity: 0.85;
	display:none;
}
#custom_popup {
	position: absolute;
	z-index: 3000;
	border: 1px solid #797979;
	background-color: #eee;
	padding: 10px;
	display:none;
}
#custom_popup_close_btn{
	cursor:pointer;
	float:right;
	padding:0px 5px 5px 5px;
	color:#1485D2;
	font-weight:bold;
	text-decoration:underline;
}
/** GENERAL **/
html{
    width: 100%;
    height: 100%;
    background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#e7ecee;
}
body{
    width: 100%;
    height: 100%;
    background-image: url(../images/main_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
table#main{
    width: 100%;
    height: 100%;
    background-image: url(../images/main_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
}
tr#main_middle{
    height: 100%;
}
#top_img{
	/*background-image: url(../images/header_logo_bkg.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 100%;
	text-align:center;
}
#top_shadow{
	background-image: url(../images/top_shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:absolute;
	width: 638px;
	height:21px;
	top:0px;
	left:0px;
}

#bottom_highlight{
	background-image: url(../images/bottom_highlight.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position:absolute;
	width: 792px;
	height:111px;
	bottom:0px;
	left:0px;
}
div#main_spacer{
	height: 1px;
	width: 1070px;
	overflow:hidden;
}
div.main_in{
	padding: 0px 0px 0px 0px;
}
div.main_in_top{
	padding: 15px 0px 0px 0px;
}
#top_menu_top_spacer{
	height:15px;
}
table#main_table{
	width: 946px;
	height:100%;
	text-align:center;
	margin: 0 auto;
}
tr#main_table_top td{
	vertical-align: top;
	text-align: left;
	height:130px;
}
tr#main_table_top td.xleft{
	width:558px;
}
tr#main_table_top td.xright{
	width:388px;
}
tr#main_table_header td{
	vertical-align: bottom;
	text-align: left;
	height: 80px;
}
tr#main_table_middle td.main_td_center{
	vertical-align: top;
}

tr#main_table_bottom td{
	vertical-align: bottom;
	height: 10%;
}
/*HEADER*/
div#logo_out{
	padding: 0px 0px 0px 0px;
	position:relative;
}
div#logo_in{
	position: absolute;
	top:0px;
	left:-35px;
}
div#logo{
	background-image: url(../images/header_logo_prep.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:386px;
	height:142px;
	z-index:20;
}
div#top_menu_out{
}
div#signin_block_top{
	background-image: url(../images/signin_bg_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 387px;
	height: 4px;
	overflow: hidden;
	font-size: 0px;
}
div#signin_block_bottom{
	background-image: url(../images/signin_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 387px;
	height: 19px;
}
div#signin_block_in{
	background-image: url(../images/signin_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 387px;
	height: 50px;
}
div#signin_block_out{
	width: 387px;
	height: 73px;
}
div#signin_block_spacer{
	height: 73px;
	width: 387px;
}
a.top_nav{
	color:#797979;
	letter-spacing:0px;
	font-size: 10px;
}

a.top_nav_signup{
	color:#1485D2;
	font-weight:bold;
}

div#top_menu{
	padding: 5px 0px 0px 0px;
}
.menu_spacer{
	background-image: url(../images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:12px;
	padding: 0px 9px 0px 9px;
}
#menu_signin_btn_out{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#menu_signin_btn{
	background-image: url(../images/menu_signin_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:26px;
	width: 80px;
	font-size: 0px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}
#menu_signin_closed_btn_out{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#menu_signin_closed_btn{
	background-image: url(../images/menu_signin_closed_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:26px;
	width: 80px;
	font-size: 0px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}

table#header_table{
	width: 100%;
	height: 100%;
}

tr#header_table_top td{
	height: 10px;
	font-size:0px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
tr#header_table_top td.xleft, tr#header_table_top td.xright{
	width: 10px;
}

tr#header_table_top td.xleft{
	background-image: url(../images/home_top_corner_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

tr#header_table_top td.xright{
	background-image: url(../images/home_top_corner_right.png);
	background-repeat: no-repeat;
	background-position: top left;
}
tr#header_table_top td.xcenter{
	background-color:#f4f4f4;
}
tr#header_table_middle td, tr#header_table_middle_home td{
	vertical-align:top;
}
tr#header_table_middle_home td{
	background-color:#f4f4f4;
}

tr#header_table_middle td #header_text_out{
	padding: 10px 0px 0px 0px;
}
tr#header_table_middle td #reserve_block_out{
	padding: 5px 0px 0px 0px;
	width:100%;
}

/*profile*/

#avatar_public_out{
	padding:0px 0px 0px 20px;
	text-align: center;
}
#avatar_anonimus_out{
	padding:0px 0px 0px 10px;
	text-align: center;
}
#avatar_disabled{
	width: 66px;
	height: 36px;
}
#avatar_enabled{
	width: 66px;
	height: 36px;
}
#profile_block_info_out{
	padding:0px 0px 0px 15px;
}
.profile_text_out{
	padding:0px 0px 0px 0px;
}
.profile_text{
	background-image: url(../images/profile_text_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 188px;
	height: 23px;
}
.profile_text_in{
	padding: 5px 0px 0px 5px;
	font-size: 11px;
	font-weight:bold;
}
.avatar_text{
	font-weight: bold;
	font-size: 11px;
}
#avatar_text_enabled{
	color: #ffffff;
}
#avatar_text_disabled{
	color: #075fbf;
}
#logout_btn_left{
	background-image: url(../images/logout_bg_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	height: 26px;
}
#logout_btn_right{
	background-image: url(../images/logout_bg_right.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 4px;
	height: 26px;
}
#logout_btn_in{
	background-image: url(../images/logout_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 118px;
	height: 26px;
}
#profile_logout_btn{
	width: 132px;
	height: 26px;
}
#profile_logout_text{
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#profile_logout_text a{
	color: #ffffff;
	text-decoration: none;
}
#profile_logout_text a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/*profile*/

#header_text{
	background-image: url(../images/header_text.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:44px;
	width: 437px;
}
#header_text_out{
	padding: 6px 0px 0px 10px;
}
tr#header_table_middle_home td #reserve_block_out{
	padding: 5px 0px 0px 35px;
}
#reserve_block{
	background-image: url(../images/reserve_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:45px;
	width: 278px;
}
#reserve_block_in{
	background-image: url(../images/reserve_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:45px;
	width: 278px;
}
#reserve_btn{
	background-image: url(../images/reserve_btn.png);
	background-repeat: no-repeat;
	background-position: top right;
	height:45px;
	width: 110px;
}
#reserve_input{
	padding: 12px 10px 10px 10px;
}
input#reserve{
	height: 24px;
	width: 250px;
	border:0px solid #ffffff;
	padding:0px;
	margin:0px;
	font-size: 18px;
	color: #999999;
}
#register_by_voxid{
	text-decoration:underline;
}

#signin_submit{
	background-image: url(../images/signin_submit.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height:17px;
	width: 46px;
}
#signin_submit_out{
	padding: 0px 0px 0px 10px;
}
.signin_text{
	color: #ffffff;
	font-weight: bold;
	padding:10px 10px 3px 15px;
	font-size: 10px;
}
.signin_input{
	padding:1px 5px 0px 15px;
}
.signin_input input{
	padding:0px;
	margin: 0px;
	width: 120px;
	height: 10px;
	font-size: 9px;
	color: #797979;
}
/*HEADER*/
/*CONTENT*/
.main_spacer{
	height:1px;
	width: 946px;
	overflow:hidden;
}
#content{
	overflow:hidden;
	font-size:12px;
}
#content_shadow_out{
	height:25px;
	width: 100%;
	text-align: center;
}
#content_shadow{
	background-image: url(../images/content_shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	height:21px;
	width: 735px;
	margin: 0 auto;
}
/*CONTENT*/
/*FOOTER*/
#bottom_menu_out{
	padding: 20px 7px 0px 7px;
}
#bottom_menu{
	padding: 11px 0px 0px 0px;
	overflow:hidden;
}
#language_tab{
	background-image: url(../images/language_tab.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:33px;
	width: 146px;
}
#aboutvox_tab{
	background-image: url(../images/aboutvox_tab.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:33px;
	width: 110px;
}
.active_text{
	color:#138eda;
}
.bottom_menu_spacer{
	background-image: url(../images/bottom_menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:11px;
	padding: 0px 5px 0px 5px;
}
.bottom_menu_line{
	width: 100%;
	height: 8px;
	background-color:#dce1e3;
	overflow:hidden;
}
#bottommost_in{
	background-color:#dce1e3;
	background-image: url(../images/bottommost_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
}
#bottom_highlight_menu{
	background-image: url(../images/bottom_highlight_menu.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 932px;
	height:129px;
}
#bottommost_right{
	background-image: url(../images/bottommost_menu_shadow_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 7px;
	height: 156px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#bottommost_left{
	background-image: url(../images/bottommost_menu_shadow_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 7px;
	height: 156px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#bottommost_center{
	width: 100%;
	height: 156px;
	position:relative;
}
#bttommost_padding{
	margin:0px 7px 0px 7px;
	background-color:#dbe1e3;
}
#bottommost_img_out{
	padding:5px 30px 0px 29px;
}
#bottommost_img{
	background-image: url(../images/footer_logo_prep.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:75px;
	width: 75px
}
.bottommost_menu_block{
	padding: 5px 0px 0px 65px;
}
.bottommost_menu_block_first{
	padding: 5px 0px 0px 40px;
}
.bottommost_menu_title{
	color: #797979;
	font-weight:bold;
	font-size:13px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
.bottommost_menu_comment_title{
	color: #797979;
	font-weight:bold;
	font-size:13px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
.bottommost_menu_list{
	padding: 3px 0px 5px 0px;
	text-align:left;
}
.bottommost_menu_comment{
	width: 150px;
}
a.bottommost_menu_item{
	color: #999999;
	font-size:12px;
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	background-image: url(../images/bottommost_menu_marker.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 17px;
}
a:hover.bottommost_menu_item{
	text-decoration:underline;
}
.bottommost_menu_spacer_out{
	padding: 5px 0px 0px 0px;
}
.bottommost_menu_spacer{
	background-image: url(../images/bottommost_menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 98px;
	width: 2px;
}
.quote_text{
	font-style:italic;
	color: #999999;
	font-size:12px;
}
.signature{
	text-align: right;
}
#bottommost_shadow_out{
	padding: 0px 0px 0px 0px;
}
#bottommost_shadow_in{
	height:27px;
	text-align: center;
	background-color:#dce1e3;
}
#bottommost_shadow{
	background-image: url(../images/bottom_menu_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:27px;
	width: 900px;
	margin: 0 auto;
}
/*FOOTER*/
/*MENU*/
#top_menu_quickvox_btn{
	background-image: url(../images/top_menu_quickvox_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:102px;
	width: 319px;
}
#top_menu_voxme_btn{
	background-image: url(../images/top_menu_voxme_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:102px;
	width: 316px;
}
#top_menu_voxtips_btn{
	background-image: url(../images/top_menu_voxtips_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:102px;
	width: 311px;
}
#top_menu_manage_voxid_btn{
	background-image: url(../images/top_menu_manage_voxid_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:102px;
	width: 316px;
}
/*MENU*/
#error_voxid_paid{
	padding-left:12px;
        font-weight:bold;
}

