﻿html, body
{
	font-family: Franklin Gothic Book, Verdana;
	font-size: 13px;
	color: black;
	background: #7fec78;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table, tr, td
{
	border: none;
	padding: 0px;
	margin: 0px;
}

td
{
	vertical-align: top;
	text-align: justify;
}

div, span
{
  margin: 0px;
  padding: 0px;
}

a
{
	color: #444;
}

a:hover
{
	color: #090;
}

h3
{
	color: #090;
}

h4
{
	color: #090;
}

ul
{
	list-style-image: url('/images/enUS/css/bullet.png');
}

input.textbox, .textarea, select.dropdownlist
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	border-top: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	padding-left: 2px;
	vertical-align: top;
}

input.button
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 2px 5px 2px 5px;
	border-top: #fff 0px solid;
	border-left: #fff 0px solid;
	border-right: #050 1px solid;
	border-bottom: #050 1px solid;
	background-image: url('/images/enUS/css/button_back.gif');
	background-repeat: repeat-x;
	background-color: #000000;
}

.required
{
  color: #900;
}

.label
{
  color: #444;
}

span.highlight
{
	color: #090;
	font-weight: bold;
}

div.main
{
	width: 90%;
	margin-left: 5%;
	padding: 0px 10px 0px 10px;
	background: #444;
}

div.header
{
	width: 100%;
	height: 125px;
	background: #fffe91;
}

div.footer
{
	width: 100%;
	height: 50px;
	background-image: url('/images/enUS/css/footer.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #444;
	color: #444;
	font-family: Bookman Old Style;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

div.logo
{
	float: left;
	background-image: url('/images/enUS/css/title.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 60%;
	height: 125px;
}

div.bannerimg
{
	float: right;
	background-image: url('/images/enUS/css/engine.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 40%;
	height: 125px;
}

div.bannerimg select
{
	background: #fffe91;
}

div.language
{
    position: absolute;
    top: 3px;
    left: 96%;
}

div.language ul
{
    list-style: none;
    list-style-image: none;
    display: block;
    margin-top: 0px;
    margin-left: 1em;
    padding-left: 0px;
}

div.language img
{
    cursor: pointer;
}

div.maincontent
{
	width: 100%;
	margin: 1px 0px 10px 0px;
	background: #fff;
	background-image: url('/images/enUS/css/bearings.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.menu
{
    position: absolute;
    top: 100px;
    left: 210px;
    margin-left: 15%;
	width: 60%;
	height: 25px;
	border-top: 1px solid black;
}

div.content
{
	min-height: 400px;
	padding: 20px 10px 10px 10px;
}

div.cutout
{
    border-top: 1px solid #3a3;
    border-left: 1px solid #3a3;
    margin: 0px 20px 20px 20px;
    padding: 20px;
}

table.content
{
}

td.controlpanel
{
    width: 200px;
    border-right: 1px solid #444;
    background-image: url('/images/enUS/css/cpback.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

td.portalcontent
{
    width: 83%;
}

div.controlpanel
{
    width: 200px;
    float: left;
    border-right: 1px solid #444;
    background-image: url('/images/enUS/css/cpback.gif');
    background-position: top left;
    background-repeat: repeat-y;
    min-height: 430px;
}

td.controlpanel ul
{
  list-style:none;
  list-style-image: none;
  margin-top: 0px;
  margin-left: 1em;
  padding-left: 0px;
}

td.controlpanel ul li.distributorinfo {
    margin: 0px;
    letter-spacing: -1px;
    padding: 3px 0px;
}

td.controlpanel ul li img.distributorinfo {
    vertical-align: middle;
} 

td.controlpanel h2
{
    width: 100%;
    display: block;
    background: #93f18b;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    text-align: center;
    height: 25px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

div.logout
{
    float: left;
    width: 15%;
    height: 23px;
    padding-top: 7px;
    text-align: right;
    background-color: #94f38c;
    border-bottom: 1px solid #52c352;
}

div.logout a
{
    margin-right: 10px;
}

div.subcontent
{
    width: 75%;
    padding: 10px;
    float: left;
    min-height:400px;
    height:auto !important;
    height:400px;
}

div.subcontent h2
{
    margin-top: 0px;
}

div.fileupload
{
	position: absolute;
	z-index: 100;
	width: 80px;
	height: 20px;
	cursor: pointer;
}

.longtext
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

.SI-FILES-STYLIZED label.cabinet
{
	width: 80px;
	height: 20px;
	background: url('/images/enUS/css/attach.gif') 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.fancybox
{
	border: groove;
	border-width: 2px;
	border-color: #94f38c;
	width: 400px;
	background-color: #e8fbe7;
	text-align: left;
}

div.fancybox p
{
	margin-left: 40px;
}

div.fancybox h3
{
	margin-left: 40px;
}
