/* CSS Document */
html{
    background-color: #000000;
    scrollbar-3dlight-color:#670001;
    scrollbar-highlight-color:#FF7C14;
    scrollbar-face-color:#670001;
    scrollbar-shadow-color:#FF7C14;
    scrollbar-darkshadow-color:#FF7C14;
    scrollbar-arrow-color:#FF7C14;
    scrollbar-track-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
	border:none;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align: top;
}
body {
    background-color: #000000;
    scrollbar-3dlight-color:#670001;
    scrollbar-highlight-color:#FF7C14;
    scrollbar-face-color:#670001;
    scrollbar-shadow-color:#FF7C14;
    scrollbar-darkshadow-color:#FF7C14;
    scrollbar-arrow-color:#FF7C14;
    scrollbar-track-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin:0px 0px 0px 0px;
	height:100%;
	border:none;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align: top;
}
.table{
    height:100%;
} 
a:link{
    font-size:14px; 
	color: #FFCCAA;
	text-decoration: none
}
h1{ 
    font-size:14px;
	color:#B90000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
h2{ 
    font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}
h5{
    font-size:14px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
a:visited {
    font-size:14px; 
	color: #FFCCAA; 
	text-decoration: none
}
a:active  {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: underline
}
a:hover   {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: underline
}
.frontpage:link    {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: none;
}
.frontpage:visited {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: none
}
.frontpage:active  {
    font-size:14px;  
	color: #FF7C14; 
	text-decoration: underline
}
.frontpage:hover   {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: underline
}
.back:link    {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: underline
}
.back:visited {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: underline
}
.back:active  {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: none
}
.back:hover   {
    font-size:14px; 
	color: #FF7C14; 
	text-decoration: none
}
td {
    font-size:14px; 
	color: #FF7C14
}
p {
    font-size:14px; 
	color: #FF7C14
}
.rectangle {  
    border-color: #670001; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.dashed_rect {  
    border-color: #FF7C14; 
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.line_top {  
    border-color: #FF7C14; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
.line_right {  
    border-color: #FF7C14; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
.line_left {  
    border-color: #FF7C14; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}
.line_down {  
    border-color: #FF7C14; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}
.head_rect {
    background-color: #7B0404; 
	border-color: #670001; 
	border-style: solid; 
	border-width: 1px
}
.head_bg {
    background-color: #AE0000
}
.head_bg_shadow {
    background-color: #FF0404;
}
.bg_down { 
    background-repeat: repeat-x; 
	background-position: bottom
}
.bg_top { 
    background-repeat: repeat-x; 
	background-position: top
}
.bg_single_top { 
    background-repeat: no-repeat; 
	background-position: top
}
.Preview {
	font-size: 10pt;
	color:#000000;
	background-image: url(../images/loading_Preview.gif); 
	width: 150px;
	background-repeat:no-repeat;
	height:135px;
	text-align:center;
}
.online_table{
    background-color:#B80000;
	border-right: #FFA621 1px solid; 
	padding-right: 5px; 
	border-top: #B80000 0px solid; 
	padding-top: 2px;
	border-left: #FFA621 1px solid;
	padding-left: 5px; 
	border-bottom: #B80000 0px solid;
	padding-bottom: 2px;
}
/************************* message to models *********************************/
.form_message{
	font-weight:bold;
    text-align:left;
}
#form_message input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_message input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_message textarea
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_message textarea:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_message input[type=submit]
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/review.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_message input[type=submit]:hover
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/reviewa.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
}
/************************* email submit *********************************/
.form_submit{
	font-weight:bold;
    text-align:center;
}
#form_submit input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_submit input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_submit input[type=submit]
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/search.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left:10px;
} 
#form_submit input[type=submit]:hover
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/searcha.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left:10px;
}
/********************************* review models ********************************/
.form_review{
	font-weight:bold;
    text-align:left;
}
#form_review input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_review input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_review textarea
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_review textarea:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_review input[type=submit]
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/review.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_review input[type=submit]:hover
{ 
    color: #FFA621;
	font-weight:bold;
	background-image:url(../images/reviewa.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
}
.__code__{
	border:#FF9900 dotted 1px;
	margin-left:10px;
	margin-top:10px;
	padding-top:4px;
}
/*********************************************** search models *********************************/
.form_search{
	font-weight:bold;
    text-align:left;
}
#form_search input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_search input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_search input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/search.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_search input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/searcha.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
/********************************* invitation *****************************/
.form_invitation{
	font-weight:bold;
    text-align:left;
}
#form_invitation input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_invitation input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_invitation input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/review.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_invitation input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/reviewa.gif);
	background-color:#000000;
	width:130px;
	height:29px;
	border:none;
	cursor: pointer;
}
/********************************* form search *****************************/
.form_Search{
	font-weight:bold;
    text-align:left;
	margin-bottom:-5px;
	margin-left:-5px;
	margin-right:-5px;
}
#form_Search input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_Search input[type=text]:hover
{
    border-color: #B80000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_Search input[type=checkbox]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_Search input[type=checkbox]:hover
{
    border-color: #B80000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_Search input[type=submit]
{
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/search_online.gif);
	background-color:#B80000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
#form_Search input[type=submit]:hover
{
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/search_onlinea.gif);
	background-color:#B80000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
/********************************* my links ********************************/
.form_my_links{
	font-weight:bold;
    text-align:left;
}
#form_my_links input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=password]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=password]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=checkbox]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=checkbox]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links textarea
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links textarea:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links select 
{  
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links select:hover
{  
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/submit.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_my_links input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/submita.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_my_links input[type=reset]    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/reset.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_my_links input[type=reset]:hover    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/reseta.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
.form_my_links_login{
	font-weight:bold;
    text-align:left;
}
#form_my_links_login input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_login input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_login input[type=password]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_login input[type=password]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_login input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_my_links_login input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
.form_my_links_password{
	font-weight:bold;
    text-align:left;
}
#form_my_links_password input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_password input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_password input[type=password]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_password input[type=password]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_my_links_password input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_my_links_password input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}

.search_links{
	font-weight:bold;
    text-align:left;
}
#search_links input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#search_links input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#search_links select
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#search_links select:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#search_links input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#search_links input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
/***************************************** help ***************************************/
.form_online_help{
	font-weight:bold;
    text-align:left;
}
#form_online_help input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_online_help input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_online_help textarea
{  
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_online_help textarea:hover
{  
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_online_help input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
#form_online_help input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
#form_online_help input[type=reset]    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/reset.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_online_help input[type=reset]:hover    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/reseta.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
/******************************************** deblock ********************************/
.form_deblock{
	font-weight:bold;
    text-align:left;
}
#form_deblock input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_deblock input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_deblock input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
#form_deblock input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
#form_deblock input[type=reset]    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/reset.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
} 
#form_deblock input[type=reset]:hover    
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/reseta.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
}
/************************************************ share **************************************************/
.form_share{
	font-weight:bold;
    text-align:left;
}
#form_share input[type=text]
{
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_share textarea
{  
    border-color: #FFA621;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_share textarea:hover
{  
    border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}
#form_share input[type=text]:hover
{
    border-color: #000000;
	border-width: 1px;
	border-style:solid;
	margin: 2px;
}
#form_share input[type=submit]
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/login.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
#form_share input[type=submit]:hover
{ 
    COLOR: #FFA621;
	font-weight:bold;
	background-image:url(../../images/logina.gif);
	background-color:#000000;
	width:70px;
	height:29px;
	border:none;
	cursor: pointer;
	margin-left: 0px;
} 
/************************************************ link ***************************************************/
.box_top_bg
{
    background:url(../images/box_top_bg.gif) left top repeat-x;
    height:4px;
	width:4px;
}
.left_line
{
    border-left:1px solid #FF8917;
	margin:2px;
}
.right_line
{
    border-right:1px solid #FF8917;
}
.bottom_line
{
    border-bottom:1px solid #FF8917;
}
.table_content{
    margin: 0px 0px 0px 0px;
}
.link{
	margin-top:-10px;
	margin-bottom:-10px;
}
div.flash {
	position: absolute;
	width: 600px;
	height: 177px;
	top:760px;
	overflow: hidden;
}
div.flash div.ff {
	position: absolute;
	width: 234px;
	height: 177px;
	left: 260px;
	top: 0px;
	overflow: hidden;
}