﻿.button
{
    border:none;
    width:153px;
    height:36px;
}

.avatar_button
{
	border:none;
	width:80px;
	height:80px;
	float:left;
}

.avatar
{
	width:150px;
	height:150px;
}

.tab_content
{
	font-family:Arial;
	font-size:0.8em;
	font-weight:bold;
	color:White;
}

*
{
	margin:0;
	padding:0;
}

body
{
    background-color:#333333;
	text-align:center;
}

img
{
	border:none;
}

#container
{
	margin:0 auto;
	text-align:left;
	width:100%;
}

a
{
	font-family: Arial;
	font-size: 1em;
	color: White;
	text-decoration:none;
}

.link
{
	color:#ff7800;
	text-decoration:underline;
}

.link:hover
{
	color:#ff5500;
}

.link_footer
{
	font-family: Arial;
	font-size: 0.6em;
	color: White;
}

.link_footer:hover
{
	color:#ff5500;
}

.small_print
{
	color:#ff7800;
	font-size:0.6em;
}

li
{
	list-style-type:disc;
}

.bullet
{
	font-family:Arial;
	line-height:1.5em;
	font-weight: bold;
	font-size:0.8em;
	color: #333333;
	margin:15px;
}

.main_menu 
{
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	
	height:100%;
}

.main_menu:hover
{
    color:#ff5500;
}

.menu_divider
{
    width:1px;
    height:100%;
    
    float:left;
    
    background-image:url('Images/Navigation/divider.gif');
}

.footer
{
	font-family: Arial;
	font-size: 0.6em;
	color: White;
}

.header
{
	font-family: Arial;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:10px;
	color:#ff7800;
}

.price
{
	font-family: Arial;
	font-size: 1em;
	color:#ff7800;
	line-height:2em;
	font-weight:bold;
}

.title
{
	font-family:Arial;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}

.content
{
	font-family:Arial;
	font-size:0.8em;
	color:#333333;
	margin-bottom:10px;
}

.loginView
{
	font-family:Arial;
	font-size:0.8em;
	color:#ffffff;
}

.login
{
	font-family:Arial;
	font-size:0.7em;
	color:#333333;
}

.promo
{
	width:189px;
	height:189px;
	position:absolute;
	top:67px;
	left:700px;
	z-index:3;
	background-image:url('Images/promo.gif');
	overflow:hidden;
}

.promo:hover
{
	background-position:right;
	cursor:pointer;
}
/* TABLES */

.divider
{
	float:left;
    width: 5px;
    height: 10px;
}
.error_row
{
    height: 20px;
}
.row
{
	width:100%;
	height:30px;
	min-height:30px;
	float:left;
}
.column1
{
	float:left;
	width:110px;
	height:100%;
    text-align: right;
    margin-right:10px;
    line-height:1.4em;
}
.column2
{
	float:left;
	width:160px;
	height:100%;
    text-align:left;
}
.column3
{
	float:left;
	width:20px;
	height:100%;
	text-align:center;
}
.column4
{
	float:left;
	text-align:left;
	margin-left:5px;
	width:500px;
}
.Label
{
    font-family: Arial;
    font-size: 0.9em;
    color: #333333;
}
.TextBox
{
    font-family: Arial;
    font-size: 0.9em;
    color: #333333;
    border: solid 1px #cccccc;
    
    padding:2px;
    
    width:145px;
    height:15px;
}
.Checkbox
{
	font-family:Arial;
	font-size:0.9em;
	color:#333333;
	position:relative;
	top:5px;
}
.Checkbox label
{
	position:relative;
	top:-2px;
}
.DropDownList
{
    font-family: Arial;
    font-size: 0.9em;
    color: #333333;
    border: solid 1px #cccccc;

	width:151px;    
    height:21px;
    
    position:relative;
    top:1px;
}
.center
{
    margin-left: auto;
    margin-right: auto;
}
.Validator
{
    font-family: Arial;
    font-size: 0.7em;
    font-weight:bold;
    color: #d40000;
}
.img_support
{
	float:left;
	vertical-align:middle;
	position:relative;
	top:2px;
}
.div_validator
{
    float:left;
    line-height:20px;
}

/* Buttons */

.divButton
{
    width:173px;
    height:45px;
    background-image:url('Images/btnDefault.png');
    font-family:Arial;
    color:White;
    font-size:1em;
    font-weight:bold;
    text-align:center;
}

.divButton:hover
{
    cursor:pointer;
    color:Aqua;
}

.buttons
{
    border:solid 1px #ff7800;
    background-color:#ffae66;

    font-weight:bold;
    color:#ff4800;
}

.buttons:hover
{
}

/*
	avatar selection for profile pages and register page
*/
.avatarCell
{
    float:left;
    width:80px;
    height:80px;
    overflow:hidden;
    background:none;
    background-image:url('Images/Avatars/Small/bg_inactive.png');
    background-position:center center;
    background-repeat:no-repeat;
}

.avatarCell:hover
{
	background-image:url('Images/Avatars/Small/bg.png');
    cursor:pointer;
}

/*
	tabs for profile pages
*/
.top_tab_active
{
	width:100%;
	height:58px;
	background-image:url('Images/Profile/top_tab_active.png');
	background-repeat:no-repeat;
	position:relative;
	z-index:12;
	font-family:arial;
	font-weight:bold;
	color:White;
	line-height:2.6em;
	padding-left:20px;
}

.top_tab_active:hover
{
	cursor:pointer;
	color:Aqua;
}

.top_tab_inactive
{
	width:100%;
	height:58px;
	background-image:url('Images/Profile/top_tab_inactive.png');
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	font-family:arial;
	font-weight:bold;
	color:White;
	line-height:2.6em;
	padding-left:20px;
}

.top_tab_inactive:hover
{
	background-image:url('Images/Profile/top_tab_active.png');
	color:Aqua;
	cursor:pointer;
}

.tab_active
{
	width:100%;
	height:73px;
	background-image:url('Images/Profile/tab_active.png');
	background-repeat:no-repeat;
	position:relative;
	z-index:12;
	font-family:arial;
	font-weight:bold;
	color:White;
	line-height:4.6em;
	padding-left:20px;
}

.tab_active:hover
{
	cursor:pointer;
	color:Aqua;
}

.tab_inactive
{
	width:100%;
	height:73px;
	background-image:url('Images/Profile/tab_inactive.png');
	background-repeat:no-repeat;
	position:relative;
	font-family:arial;
	font-weight:bold;
	color:White;
	line-height:4.6em;
	padding-left:20px;        	
}

.tab_inactive:hover
{
	background-image:url('Images/Profile/tab_active.png');
	color:Aqua;
	cursor:pointer;
}