﻿input[type="checkbox"], input[type="radio"]{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
label
{
    margin-left: 3px;
}
.tb_thinnest
{
    width: 22px;
}
.tb_thin
{
    width: 38px;
}
.tb_std_small
{
    width: 75px;
}
.tb_std
{
    width: 140px;
}
.tb_wide
{
    width: 220px;
}
.tb_wider
{
    width: 360px;
}
.tb_widest
{
    width: 540px;
}

.form {
	margin-top:5px;
}
.form td {
	border: 1px solid #e5e5e5;
	border-width:1px 0;
	padding: 2px 3px;
	
}
.form td.label {
	text-align:right;
	font-weight:bold;
}
.form td.last {
	border:none;
}
/*.form .validator {
	font-style:italic;
	color:#FF0000;
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 8px;
	position: absolute;
	margin: 4px;
}
.form .val {
	font-style:italic;
	color:#FF0000;
	border-width:0;
}
.form .val span {
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 8px;
}*/

.val {
 font-style:italic;
 color:#FF0000;
 background: url(../images/arrow.gif) no-repeat left;
 padding-left: 8px;
 position: absolute;
 margin: 4px;
}

.val_t {
 font-style:italic;
 color:#FF0000;
 background: url(../images/arrow-t.gif) no-repeat 1px 12px;
 line-height: 25px;
 position: absolute;
 margin-top: -18px;
 padding-left: 9px;
}

.val_s {
 font-style:italic;
 color:#FF0000;
 background: url(../images/arrow.gif) no-repeat left;
 padding-left: 8px;
 margin: 4px;
}


.grid {
	margin-top:5px;
}
.grid tr.header td, .grid tr.footer td, .grid tr.header th, .grid tr.footer th, .grid th.header, .grid th.footer, .grid td.header, .grid td.footer {
	text-align: center;
	font-weight: 700;
	background: #ebebeb;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #FFFFFF;
    padding: 2px 5px;
}
.grid tr.header td, .grid tr.header th, .grid th.header, .grid td.header {
	border-top: 1px solid #e5e5e5;
}
.grid td {
    padding: 2px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.grid .alt td {
	background: #fafafa;
}
.grid .pager td {
	background: #f3f3f3;
	padding: 0;
}
.grid .pager td table
{
    float: right;
	margin-right: 2px;
}
.grid .pager td td
{
    padding: 0 2px;
}
.grid td td, .grid .alt td td {
    padding: 0;
	border-width: 0;
	background-color: transparent;
}
.grid .right {
    float: none;
	text-align: right;
}

img.bordered, .bordered img
{
    /*border: solid 1px #C0C1B5 !important;*/
    border: 0px #FFFFFF !important;
}

/* Tabs */
.tabs_std 
{
    text-align: left;
	margin: 10px 0 10px 0; 
}

/* root element for tabs  */
.tabs_std ul.tabs { 
	list-style:none !important; 
	margin: 0 !important; 
	padding:0;
	list-style-image:none !important; 
}

/* single tab */
.tabs_std ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	list-style:none !important; 
	list-style-image:none !important; 
}


.tabs_std ul.tabs li a
{
    background: White url(../images/button_tab_off.gif) repeat-x scroll right top;
	border-right: solid 1px #C9C9C9; 
	border-top: solid 1px #C9C9C9; 
	border-left: solid 1px #C9C9C9;
	padding: 2px 10px 1px 10px;
	line-height: 18px;
	cursor:pointer; 
	color: #666666 !important;
	text-decoration: none !important;
	margin-right: 1px;
	position: relative;
	bottom: 0px;
}

.tabs_std ul.tabs li a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #A8A8A8;	
	border-right: solid 1px #666666; 
	border-top: solid 1px #666666; 
	border-left: solid 1px #666666; 
	padding: 2px 10px 1px 10px;
	color: #454545 !important;
}

.tabs_std ul.tabs li.on a
{
    background: White url(../images/button_tab.gif) repeat-x scroll right top;
	border-right: solid 1px #A8A8A8; 
	border-top: solid 1px #A8A8A8; 
	border-left: solid 1px #A8A8A8; 
	border-bottom: none 0px transparent; 
	line-height: 18px;
	padding: 3px 10px 2px 10px;
	cursor:default; 
	color: #666666 !important;
	text-decoration: none !important;
	margin-right: 1px;
	position: relative;
	bottom: -1px;
	z-index: 100;
}


.tabs_std ul.tabs a.on:hover {
	text-decoration: none;
}


.tabs_std div.pane
{
    clear: both;
	background-color: White;
	border: solid 1px #A8A8A8; 
	padding: 10px;
	display: none;
	/*margin-top: -1px; top: -7px;*/
}

.tabs_std div.on
{
	display: block !important;
}