﻿body, p, li, td
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #000;
}

a 
{
    color: #cc2435;
    font-weight: bold;
    text-decoration: none;
}

a.webindustry 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    color: #693;
	text-decoration: none;
	border-bottom: 1px dotted;
}

h2 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    color: #cc2435;
    font-weight: bold;
}

.txt 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
}

.dd 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
}

.btn 
{
    background: url("../img/button_bg.gif") repeat-x;
    height: 24px;
    border: 1px solid #ccc;
    color: #cc2435;
    font-weight: bold;
}

.info 
{
    background: url("../img/icons/information.gif") no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    height: 20px;
    color: #009;
    background-color: #eee;
    font-weight: bold;
    margin: 5px;
}

.content 
{
    margin: 0px 10px 20px 10px;
}

.nomargin 
{
    margin: 0px 0px 0px 0px;
}

.dialog 
{
    margin: 10px 0px 0px 0px;
}

#header 
{
    position: relative;
    height: 79px;
    width: 100%;
    background: url("../img/header_bg.gif") repeat-x #fff bottom;
    clear: both;
}

#header .logo 
{
    float: left;
    height: 70px;
}

#header .title 
{
    float: left;
    padding-top: 26px;
}

#header .lang
{
    position: absolute;
    top: 5px;
    right: 10px;
}

#header .menu 
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
    font-size: 12px;
}

#header .status
{
    position: absolute;
    top: 23px;
    right: 10px;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    background-color: #9ccb31;
    color: #ffffff;
}

.shadow_top 
{
    background: url("../img/shadow_top.gif") repeat-x #f3f3f3 top;
}

.shadow_bottom
{
    background: url("../img/shadow_bottom.gif") repeat-x #f3f3f3 bottom;   
}


#footer 
{
    color: #999;
    text-align: center;
    height: 20px;
}

#floatingfooter 
{
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: #999;
    background-color: #fff;   
}

#loading 
{
    display: none;
    position: absolute;
    top: 0px;
	right: 0px;
	width: 140px;
	color: #c33;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.clear 
{
    clear: both;
}

#login 
{
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    width: 734px;
    height: 374px;
    border: 1px solid #eee;
    clear: both;
}

#login .frame_left 
{
    position: relative;
    width: 347px;
    height: 374px;
    float: left;
}

#login .frame_right 
{
    position: relative;
    width: 387px;
    height: 374px;
    float: left;
}

#login .frame_left .form
{
    position: absolute;
    top: 265px;
    left: 22px;
}

.frame_bottom
{
    margin-top: 5px;
    margin-left: auto;
	margin-right: auto;
    width: 734px;
    clear: both;
}

#loginlang 
{
    float: left;
}

#loginfooter 
{
    float: right;
}

.frm {
    background-color: #fff;
    border: 1px solid #999;
}

.frmtitle {
       background-color: #CC2435;
       color: #fff;
       font-weight: bold;
}

.frmlabel {
	padding: 3px;
	color: #666;
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.frmvalue {
	padding: 3px;
}

.error 
{
    color: #f00;
    font-weight: bold;
}

.validation 
{
    border: 1px solid #f00;
    background-color: #fff;
    padding: 3px;
}

.validation ul li
{
    color: #f00;
}


/*** tables ***/

table.tbl {
	border-collapse: collapse;
}
table.tbl th, 
table.tbl td {
	border: 1px solid #CCCCCC;
	padding: 6px;
}

table.tbl caption {
	padding: 0 0 5px 0;
	width: 530px;	 
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

table.tbl th {
	font-weight: bold;
	border-bottom: 1px solid #cc2435;	
	font-size: 10px;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px;
	background: #f7f5f8 url("../img/tbl_header.jpg") repeat-x;
}

table.tbl th input, table.tbl th select 
{
    text-transform: none;
    letter-spacing: normal;
}

/*** tooltip ***/

.tip 
{
    display: none;
    position: absolute;
    background: url("../img/tip_arrow.gif") no-repeat left center; 
    padding-left: 4px;
    z-index: 30;
}

.tip .icons
{
    padding: 10px;
    background-color: #fff; 
    border: 1px solid #cc2435;
}

/*** sales scoreboard ***/

.scoreboardsales 
{
    background-color: #333;

}

.scoreboardsales tr td
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.scoreboardsales .score
{
    background-color: #000;
}
