/***** Default Formatting *************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
    border: 0 none;
    font-family: Arial,Verdana,Geneva,sans-serif;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

input[type='text'], input[type='password'], textarea, select {
	vertical-align:middle;
	font-size: inherit;
	margin: 0 0 5px;
	width: 190px;
}
input[type='radio'],input[type='checkbox'] {
	vertical-align:middle;
	border: 0px;
}
input[type='text'][readonly] {
}

/* Buttons */
input[type='submit'], input[type='button'], button, .button {
	font-weight: bold;
    font-size: inherit;
    font-family: inherit;
	background:#fff;
	border:1px solid;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .button:hover {
}

#content hr {
    background:none;
    width:720px;
    height:1px;
    border:none;
}
#content a {
}
#content h1 {
	font-size: 16px;
	font-weight: 600;
	margin:0 0 15px;
}
#content h2 {
	font-weight:bold;
	font-size: 13px;
	margin:0 0 6px;
}

/***** Page Layout ********************************************************************************/
#wrapper {
	width:975px;
	margin:0 auto;
	background:#fff;
	min-height: 100%;
}
#header{
	width:935px;
	padding:11px 20px 0px 20px;
	height: 73px;
}
#headmenu1 {
	height: 17px;
	text-align: right;
}
#headmenu2 {
	height: 27px;
}

#content {
	padding:0px 20px 50px 20px;
}
#footer {
	width: 975px;
	margin: 11px auto 0 auto;
	text-align: center;
}

/***** Page Header ********************************************************************************/
#headmenu1 a {
    background: url("../images/bg_footnav_seperator.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #666;
    margin-left: 7px;
    padding-left: 10px;
    text-decoration: none;
}
#headmenu1 *:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
#headmenu1 .langsel {
	color: #a6a6a6;
}
#headmenu1 .langselactive {
	color: #000;
}
#headmenu2 span {
	position: relative;
	top: -10px;
}

#headmenu2 span a {
    background: url("../images/bg_footnav_seperator.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #666;
    margin-left: 7px;
    padding-left: 10px;
    text-decoration: none;
/*	color: #a6a6a6; */
}
#headmenu2 span *:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}

/***** Page Footer ********************************************************************************/
#footer {
    clear: both;
    height: 50px;
    margin: 0 auto;
    padding: 11px 20px 0 13px;
    text-align: center;
    width: 943px;
}
#footer *:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
#footer a, #footer span {
    background: url("../images/bg_footnav_seperator.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #666;
    margin-left: 7px;
    padding-left: 10px;
    text-decoration: none;
}

/***** Popup and Overlay **************************************************************************/
#loadingbox {
        z-index: 10000;
        background-color:#FFFFFF;
        position:fixed; top:45%;left:45%;width:15px; height:15px; color:#000000; text-align:center; vertical-align:middle;
        border: 0px solid #000000;
}
#fmOverlay {
        z-index: 9999;
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
        position:fixed;
        background-color:#000;
        top: 0%;
        left: 0%;
        -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
        filter:alpha(opacity=75); /* IE5-7 */
        -moz-opacity: 0.75; /* Mozilla */
        opacity: 0.75;
}
* html #fmInner { /* ie6 hack */
   position: absolute;
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) +
     (TBWindowMargin = document.documentElement &&
     document.documentElement.scrollTop ||
     document.body.scrollTop) + 'px');
}
#fmInner {
        position: absolute;
        top: 10%;
        width: 500px;
        height: 80%;
        left: 50%;
        margin-left: -250px;
        z-index: 10000;
        background-color:#DDD;
        overflow:auto;
        padding: 10px;
}

/***** Content Navigation *************************************************************************/
#contentnav {
    height: 49px;
    margin: 0 0 10px 0;
    overflow: visible;
}

#contentnavmenu {
    font: bold 12px Arial;
}

#contentnavmenu .cnmitem {
    background: url("../images/menu-separator.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: -1px;
    float: left;
}

#contentnavmenu .cnmitem a {
    background: url("../images/menu-bar.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    margin: 0 1px;
    padding: 6px 10px 4px;
    text-decoration: none;
    font-weight: bold;
}

#contentnavmenu .cnmitem.selected {
    background: url("../images/menu-separator-s.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

#contentnavmenu .cnmitem.selected a {
    background: url("../images/menu-bar-selected.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

#contentnavmenu .cnmitem a:hover {
    color: #999999;
}

#contentnavmenusub {
   background: url("../images/menu-sub-bar.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 23px;
    overflow: visible;
    padding-bottom: 0;
    padding-left: 10px;
    position: absolute;
    top: 108px;
    width: 925px;
}

#contentnavmenusub .cnmitem {
    background: url("../images/menu-sub-separator.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: -1px;
	float: left;
}

#contentnavmenusub .cnmitem a {
	background: url("../images/menu-sub-bar.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    font-size: 11px;
    margin: 0 1px;
    padding: 6px 15px 3px;
    text-decoration: none;
}

#contentnavmenusub .cnmitem.selected a {
    background: none repeat scroll 0 0 #fff;
    margin: 2px 1px 0 1px;
    padding: 4px 15px 3px 15px;
    color: #444444;
    display: block;
    font-size: 11px;
    text-decoration: none;
}

#contentnavmenusub .cnmitem a:hover {
	color: #999999;
}

/***** Page Specific: Login ***********************************************************************/
#loginvis {
    position: relative;
    width: 935px;
    margin: auto;
}

#loginimg {
    position: relative;
    z-index: 0;
}

#logindiv {
    background: url("../images/bgWhite50.png") repeat scroll 0 0 transparent;
    height: 208px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 196px;
}

/***** Page Specific: Customer Menu ***************************************************************/
#customermenu {
	margin: auto;
	border-collapse:collapse;
}
#customermenu td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#customermenu td.greenback {
}
#customermenu td.grayback {
}

/***** Page Specific: index ***********************************************************************/
.groupbox {
    border: 1px solid;
    padding: 10px;
    margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 262px;
	height: 262px;
	display: table;
}
.groupbox hr {
	width: auto !important;
}
.groupboxinner {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.groupboxchart {
	width: 260px;
	height: 260px;
	color: #000;
}

/***** Colorful Table Format **********************************************************************/
.tablelist {
	border-collapse:collapse;	
}
.tablelist > tbody > tr > td {
    padding: 5px 10px 5px 5px;
	background-color: #E1E1DC;
	border: 1px solid #fff;
	border-bottom: 0px;
}
.tablelist > tbody > tr > td:first-child {
	padding-left: 10px;
	border-left: 0px;
}
.tablelist > tbody > tr > td:last-child {
	border-right: 0px;
}
.tablelist > thead > tr > th, .tablelist > tbody > tr > th {
    padding: 5px 10px 5px 0;
    background-color: #193725;
    color: #FFFFFF;
}
.tablelist > thead > tr > th:first-child, .tablelist > tbody > tr > th:first-child {
	padding-left: 10px;
}
.tablelist > thead > tr:first-child > th:first-child, .tablelist > tbody > tr:first-child > th:first-child {
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.tablelist > thead > tr:first-child > th:last-child, .tablelist > tbody > tr:first-child > th:last-child {
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.tablelist > tbody > tr:last-child > td:first-child {
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
.tablelist > tbody > tr:last-child > td:last-child {
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}

.tablelist th .tooltip {
	color: #FFF !important;
	border-bottom: 1px dotted #FFF;
}

.colorrows tr:nth-child(even) td { background-color: #E1E1DC; }
.colorrows tr:nth-child(odd) td { background-color: #F8F8F8; }
.colorrows tr:hover td { background-color: #dfdfb5 !important; }
.colorrows tr.darkrow td, .colorrows tr.darkrow td:hover { background-color: #193725 !important; color: #fff; font-weight: bold; }

/***** JqueryUI Overrides *************************************************************************/
/* Make autocomplete scrollable */
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
}

/***** fileuploader.css Override ******************************************************************/
.qq-upload-button {
}
.qq-upload-button-hover {
}
.qq-upload-drop-area-active {
}

/***** Small Helpers ******************************************************************************/
.b {
	font-weight: bold;
}
.l {
	white-space: nowrap;
}

.nw {
	white-space: nowrap;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.top {
	vertical-align: top;
}

.red {
	color: #EE0000;
}

.small {
	font-size: 90%;
}
.hand {
	cursor:pointer;
}
.button {
	text-decoration: none;
	padding: 2px 6px 1px 6px;
}

.reddiv {
    text-align: center;
    font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.textlabel {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.datadiv {
	background-color:#DDDAD2;
	padding: 10px;
	overflow-x: auto;
}

.filterdiv {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.filterdiv * {
	vertical-align: bottom;
}

.textboxdiv {
	float: left;
	margin-right: 10px;
	width: 250px;
	height: 45px;
}

.textboxdiv * {
	vertical-align: bottom;
}


/***** Control Specific ***************************************************************************/
.InputRefizinsRate {
	width: 30px !important;
}

