﻿/* @group Base layout */
body{
	background-color: #eaeaea;
	font-family: Helvetica, Verdana, Arial;
	font-size: 0.8em;
	margin: 24px;
}

#wrapper{
	width: 975px;
	margin: auto;
	background: url(images/content_repeater.png) repeat-y;}
#wrapper_top{
	height: 15px;
	background: url(images/content_top.png) no-repeat;
}
#wrapper_bottom{
	height: 15px;
	background: url(images/content_bottom.png) no-repeat;}
#bottom{
	height: 15px;
	margin: 0 0 0 8px;
}
#container{
	margin: 0;
	padding: 0;
}
#header {
	height: 100px;
	width: 960px;
	margin: 0 0 0 8px;
	position: relative;
	top: -9px;
}
#header .header_col1{
	width: 135px;
	height: 100px;
	float: left;
}
#header .header_col2{
	float: left;
	margin: auto;
	height: 100px;
	width: 625px;
}
#header .header_col3{
	width: 200px;
	height: 100px;
	float: left;
	background-image: url(images/scansource_logo.jpg);
}
#content_wrapper {
	overflow: hidden;
	position: relative;
	top: -9px;
}
.left{
	float: left;
}
.right{
	float: right;
}

#wrapper_bottom .bottom_col1{
	width: 135px;
	height: 18px;
	float: left;
	background-color: #f6f6f6;
	position: relative;
	top: -9px;
}
#wrapper_bottom .bottom_col2{
	float: left;
	margin: auto;
	height: 18px;
	width: 625px;
	position: relative;
	top: -9px;
}
#wrapper_bottom .bottom_col3{
	width: 200px;
	height: 18px;
	float: left;
	background-color: #f6f6f6;
	position: relative;
	top: -9px;
}
#footer_wrapper{
	width: 975px;
	clear: both;
	margin: auto;
}
#footer{	
	margin: 5px 15px 5px 15px;
	font-size: 0.8em;

}
#footer .scan_footer_img{
	float: left;
}
#footer .scan_footer_img img{
	margin-right:24px;
	vertical-align:top;
}
#footer  span{
	float: left;
}
#footer  .byantroad{
	float: right;
}
/* @end */

/* @group Dashboard */
#dashboard #content_wrapper{
	margin: 40px;
}

#dashboard .content{
	overflow: hidden;
}
#dashboard .content .events_left{
	float: left;
	width: 50%;
}
#dashboard .content .events_right{
	float: right;
	width: 49%;
}

#dashboard .content img{
	width: 420px;
	height: 60px;
	margin: 10px 0px 10px 0px;
}
#tempdashboard .content img.inactive
{
	background-color: #000;
    filter:alpha(opacity=30); /* IE*/
    opacity: 0.3; /* Safari, Opera*/
    -moz-opacity:0.30; /* FireFox */
    z-index: 20;
}
/* @end */

/* @group Columns */
#dashboard#content_wrapper{
	margin: 0 8px 0 8px;
	background-color: #f6f6f6;
}
#main #content_wrapper{
	margin: 0 8px 0 8px;
	background-color: #f6f6f6;
}
.column{
}
#colleft {
	float: left;
	width: 135px;
}
#colright {
	float: right;
	width: 192px;
	margin: 0 7px 0 0px;
}
#colcenter { 
	float: left;
	width: 625px;
	background-color: #fff;
	min-height: 870px;
}
#colcenter .content{ 
	padding: 24px;
}
#colright .content{
}
/* @end */

/* @group Menu */
#colleft .menu_left{
	list-style: none;
}
#colleft .menu_left a{
	display: block;
	background-color: #bebebe;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding: 5px;
	color: #fff;
	cursor: pointer;
}
#colleft .menu_left div.inactive{
	display: block;
	background-color: #f6f6f6;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding: 10px;
	color: #bebebe;
}
#colleft .menu_left a b,
#colleft .menu_left div.inactive b{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
}
#colleft .menu_left a i,
#colleft .menu_left div.inactive i{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}
#colleft .menu_left a:hover,
#colleft .menu_left a:focus,
#colleft .menu_left a:active,
#colleft .menu_left a{
	background-color: #bebebe;
	color: #000000;

}
#colleft .menu_left a:hover,
#colleft .menu_left a:focus{
	background-color: #5a5a5a;
	color: #ffffff;
}

/* TAB MENU ----------------------------------------------------------*/
ul#menu
{
    border: 1px solid #2683a6;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 10px;
    text-decoration: none;
}

ul#menu li a:hover
{
    text-decoration: underline;
}

ul#menu li a:active
{
    text-decoration: underline;
}

ul#menu li.selected a
{
    background-color: #5a5a5a;
    color: #ffffff;
}
/* @end */

/* @group HTML Elements */
h2{
	color: #2683a6;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}
p{
	margin-bottom: 1em;
}
a{
  color:#60a4be;
  text-decoration: underline;
}
a:link{
  color:#60a4be;
  text-decoration: underline;
}

a:visited{
  color:#60a4be;
}

a:hover,
a:focus{
  color:#60a4be;
  text-decoration: none;
}

a:active{
  color:#60a4be;
  text-decoration: none;
}
/* @end */

/* @group Forms*/

fieldset {
    margin: 1em 0;
    padding: 1px;
    border: 1px solid #2683a6;
}
fieldset .existing_user{
	float: left;
	width: 432px;
}
fieldset .new_user{
	float: right;
	width: 122px;
	height: 99px;
}
fieldset p{
	clear:left;
}

/* @group Tables */
table{
	width: 100%;
}
table th{
	color: #2683a6;
}
table tr td.hours{
	width: 120px;
}

table tr.row_even td{
	background-color: #e5f0f4;
}
.poland table tr.row_even td{
	background-color: #d5deff;
}
.danmark table tr.row_even td{
	background-color: #e6eaa0;
}
.spain table tr.row_even td{
	background-color: #cd3990;
}
.italy table tr.row_even td{
	background-color: #c7d210;
}
.germany table tr.row_even td{
	background-color: #e4ceef;
}
.france table tr.row_even td{
	background-color: #cbbfbf;
}
.sweden table tr.row_even td{
	background-color: #e17b31;
}

table tr.row_uneven td{
	background-color: #ffffff;
}
.content ul
{
	margin-left:20px;
}
/* @end */
fieldset p 
{
    margin: 2px 12px 10px 10px;
}
fieldset legend 
{
	font-size: 0px;
	display:block;
	line-height: 0px;
}

fieldset label 
{
    display: block;
    width: 140px;
    float: left;
    margin: 2px;
}

fieldset label.inline 
{
    display: inline;
}
fieldset .existing_user label{
    display: block;
    width: 100px;
    float: left;
    margin: 2px;
}

fieldset .existing_user input[type="text"] {
    width: 300px;
    border: 1px solid #b0b0b0;
    padding: 2px;
}fieldset .existing_user input[type="password"] 
{
    width: 300px;
    border: 1px solid #b0b0b0;
    padding: 2px;
}

input[type="text"] 
{
    width: 390px;
    border: 1px solid #b0b0b0;
    padding: 2px;
}

input[type="password"] 
{
    width: 390px;
    border: 1px solid #b0b0b0;
    padding: 2px;
}
fieldset .btn_lostpw{
	margin-left: 150px;
	float: left;
}
fieldset .btn_submit{
	float: right;
	width: 80px;
	height: 20px;
	background: url(../images/btn_submit.png) no-repeat left top;
    background-color: #2683a6;
	border: 0;
	text-indent: -9000px;
	cursor: pointer;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
fieldset .btn_register{
	float: right;
	width: 80px;
	height: 20px;
	background: url(../images/btn_register.jpg) no-repeat left top;
	border: 0;
	text-indent: -9000px;
	cursor: pointer;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
	padding:10px 10px 10px 20px;
	margin:0 0 0 0;
}
ul.validation-summary-errors
{
	padding:10px 10px 10px 35px;
}


ul.validation-summary-errors li{
	padding:0 0 0 0;
}

.form_result{
	font-size:1.2em;
	padding:10px;
}
.form_success{
	border:1px solid #65a603;
	background-color: #f0f0f0;
}

.form_error{
	border:1px solid #A60303;
	background-color: #f0f0f0;
}
.checkboxlist{
	margin-left:150px;
}
fieldset .checkboxlist input{
	clear:both;
	float:left;
}
.checkboxlist span{
	float:left;
	display:block;
	width:350px;
	height:25px;
}
/* @end */

/*EVENT COLORS*/
/*MENU BLOCK*/
.netherlands #colleft .menu_left .active a{
	background-color: #2683a6;
	background-image: url(../images/mnu_bg_netherlands.png);
	color: #ffffff;
}
.uk #colleft .menu_left .active a{
	background-color: #ff7f00;
	background-image: url(../images/mnu_bg_uk.png);
	color: #ffffff;
}
.sweden #colleft .menu_left .active a{
	background-color: #e17b31;
	background-image: url(../images/mnu_bg_sweden.png);
	color: #ffffff;
}
.poland #colleft .menu_left .active a{
	background-color: #5b75d2;
	background-image: url(../images/mnu_bg_poland.png);
	color: #ffffff;
}
.italy #colleft .menu_left .active a{
	background-color: #c7d210;
	background-image: url(../images/mnu_bg_italy.png);
	color: #ffffff;
}
.spain #colleft .menu_left .active a{
	background-color: #cd3990;
	background-image: url(../images/mnu_bg_spain.png);
	color: #ffffff;
}
.germany #colleft .menu_left .active a{
	background-color: #770ab0;
	background-image: url(../images/mnu_bg_germany.png);
	color: #ffffff;
}
.france #colleft .menu_left .active a{
	background-color: #b00000;
	background-image: url(../images/mnu_bg_france.png);
	color: #ffffff;
}

/*MENU BORDER TOP*/
.netherlands ul#menu
{
    border: 1px solid #2683a6;
}
.uk ul#menu
{
    border: 1px solid #ff7f00;
}
.sweden ul#menu
{
    border: 1px solid #e17b31;
}
.poland ul#menu
{
    border: 1px solid #5b75d2;
}
.spain ul#menu
{
    border: 1px solid #cd3990;
}
.italy ul#menu
{
    border: 1px solid #c7d210;
}
.germany ul#menu
{
    border: 1px solid #770ab0;
}
.france ul#menu
{
    border: 1px solid #b00000;
}

/*H2 HEADER*/
.netherlands h2{
	color: #2683a6;
}
.uk h2{
	color: #ff7f00;
}
.sweden h2{
	color: #e17b31;
}
.poland h2{
	color: #5b75d2;
}
.spain h2{
	color: #cd3990;
}
.italy h2{
	color: #c7d210;
}
.germany h2{
	color: #770ab0;
}
.france h2{
	color: #b00000;
}

/*FIELDSET BORDER*/
.netherlands fieldset {
    border: 1px solid #2683a6;
}
.uk fieldset {
    border: 1px solid #ff7f00;
}
.sweden fieldset {
    border: 1px solid #e17b31;
}
.poland fieldset {
    border: 1px solid #5b75d2;
}
.spain fieldset {
    border: 1px solid #cd3990;
}
.italy fieldset {
    border: 1px solid #c7d210;
}
.germany fieldset {
    border: 1px solid #770ab0;
}
.france fieldset {
    border: 1px solid #b00000;
}

/*Submit button*/
.netherlands .btn_submit {
    background-color: #2683a6;
}
.uk .btn_submit {
    background-color: #ff7f00;
}
.sweden .btn_submit {
    background-color: #e17b31;
}
.poland .btn_submit {
    background-color: #5b75d2;
}
.spain .btn_submit {
    background-color: #cd3990;
}
.italy .btn_submit {
    background-color: #c7d210;
}
.germany .btn_submit {
    background-color: #770ab0;
}
.france .btn_submit {
    background-color: #b00000;
}

/*TABLE HEADER*/
.netherlands table th{
	color: #2683a6;
}
.uk table th{
	color: #ff7f00;
}
.sweden table th{
	color: #e17b31;
}
.poland table th{
	color: #5b75d2;
}
.spain table th{
	color: #cd3990;
}
.italy table th{
	color: #c7d210;
}
.germany table th{
	color: #770ab0;
}
.france table th{
	color: #b00000;
}

/*HYPERLINKS*/
.netherlands a,
.netherlands a:link,
.netherlands a:visited,
.netherlands a:hover,
.netherlands a:focus,
.netherlands a:active{
  color:#60a4be;
}

.uk a,
.uk a:link,
.uk a:visited,
.uk a:hover,
.uk a:focus,
.uk a:active{
  color:#ff7f00;
}

.sweden a,
.sweden a:link,
.sweden a:visited,
.sweden a:hover,
.sweden a:focus,
.sweden a:active{
  color:#e17b31;
}

.poland a,
.poland a:link,
.poland a:visited,
.poland a:hover,
.poland a:focus,
.poland a:active{
  color:#5b75d2;
}
.spain a,
.spain a:link,
.spain a:visited,
.spain a:hover,
.spain a:focus,
.spain a:active{
  color:#cd3990;
}
.italy a,
.italy a:link,
.italy a:visited,
.italy a:hover,
.italy a:focus,
.italy a:active{
  color:#c7d210;
}
.germany a,
.germany a:link,
.germany a:visited,
.germany a:hover,
.germany a:focus,
.germany a:active{
  color:#770ab0;
}
.france a,
.france a:link,
.france a:visited,
.france a:hover,
.france a:focus,
.france a:active{
  color:#b00000;
}

/* DateEntry styles */
.dateEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .dateEntry_control { /* IE only */
	margin-top: -4px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

