@import url("navigation.css");
@import url("module-default.css");
@import url("admin.css");

html, body {
	margin: 0;
	padding: 0;
	font: normal 11px/1.5em Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

/* ELEMENT POSITIONING */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 968px;
	text-align: left;
}
.clear { clear:both; }

/* Header - START */
#header { }
#header_top {
	margin: 0;
	padding: 0;
	height: 85px;
	background: url(../Images/Design/header-summer-top.jpg) no-repeat top left;
}
#header #header-text-right {
	margin: 7px 7px 0 0;
	padding: 0;
	float: right;
}

#header_nav {
	margin: 0;
	padding: 0;
	/*height: 24px;*/
	color: #0c479d;
	background: #a4caff;
}

#header_photo {
	height: 195px;
	background: url(../Images/Design/header-summer-middle.jpg) no-repeat top left;
}

#header_sub {
	margin: 0;
	padding: 0 7px;
	clear: both;
	height: 22px;
	font-size: 10px;
	background: url(../Images/Design/header-summer-bottom.jpg) no-repeat top left;
}
#header_sub #breadcrumbs {
	margin: 2px 0 0 0;
	padding: 0;
	float: right;
	font-size: 10px;
}
/* Header - END */

/* Content - START */
#content {
	margin: 0;
	padding: 8px 0;
	display: block;
}
#content #left {
	margin: 0;
	padding:0;
	float: left;
	width: 236px;
}
#content #left .component {
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #dfdfdf;
}
#content #center {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 480px;
	.width: 474px; /* for IE 6 */
}

#content #wide {
	margin: 0;
	padding:0 0 0 16px;
	float: left;
	width: 715px;
}

#content #focus {
	margin: 0 0 0 244px;
	padding: 0;
	width: 720px;
}
#content #admin {
	margin: 0;
	padding: 0;
}
#special-item-homepage {
	margin: 5px 0 0 0;
	padding: 5px 5px 1px 5px;
	background: #a4caff;
}
#content #right {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	width: 220px;
}
/* Content - END */

#products {
	float: left;
	width: 968px;
	margin: 10px 0 0 0;
	padding: 10px 0 0;
	background: #fff url(../Images/Design/footer_top_border.gif) left top repeat-x;
}
#products div {
	float: left;
	width: 138px;
	text-align: center;
}
#products div.left {
	text-align: left;
}
#products div.right {
	text-align: right;
}

.logos {
	width: 228px;
	height: 84px;
}

/* Footer - START */
#footer {
	margin: 0 0 10px 0;
	padding: 8px;
	float: left;
	clear: both;
	width: 952px;
	color: #8F8F8F;
	font-size: 10px;
	border-bottom: 10px solid #a4Caff;
	background: #fff url(../Images/Design/footer_middle_border.gif) left top repeat-x;
}
#footer #copyright {
	float: left;
	margin-bottom: 5px;
}
#footer #disclaimer {
	float: right;
}
/* Footer - END */

td{
	 font-size: 11px !important;
}
/* TABLES */
table {
	width: 100%;
}
thead tr td, 
th {
	font-weight: bold;	
	border-bottom: solid 1px #aeaeae;
}
tbody tr.even {
	background: none;	
}
tbody tr.odd {
	background: #f3f3f3;	
}

.rowEven{
	background: none;	
}

.rowOdd{
	background: #f3f3f3;	
}

/* BUTTONS */
button {
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 7px; /* IE6 */
    font-weight: bold;
	width: auto;
    overflow: visible;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #565656;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
button.btn-filter,
button.btn-filter:hover,
button.btn-filter.negative:hover {
	padding: 1px 10px 1px 7px; /* IE6 */
	font-size: 10px;
	background: #dadaff;
	border: 1px solid #99f;
    border-top: 1px solid #ccf;
    border-left: 1px solid #ccf;
}
button.btn-filter:hover,
button.btn-filter.negative:hover {
	background: #ccf;
}
button img {
	margin: 0 3px -3px 0 !important;
	padding: 0 !important;
	border: none !important;
}
button:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
button.negative {
    color: #d12f19;
}
button.negative:hover {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
h1 {
	font-size: 17px;	
	padding: 7px 0 0 0;	
	margin: 0 0 1em;
}
h1 a:link, h1 a:visited {
	color: #000 !important;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	margin: 20px 0 5px 0;
	font-size: 14px;
}
h3 {
	margin: 0px 0 1em 0;	
	padding: 0;
	font-size: 11px;
}
h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 11px;
}
h5 {}
h6 {}

h1#header-logo,
h1#header-logo a,
h1#header-logo a:visited, 
h1#header-logo a:hover {
	margin: 10px 0 0 20px;
	padding: 0;
	width: 190px;
	height: 60px;
	float: left;
	text-indent: -999em;
	overflow: hidden;
	background: none;
	border: 0;
}
h1#header-logo a,
h1#header-logo a:visited, 
h1#header-logo a:hover {
	margin: 0;
}

#left h3 {
	margin: 0;
	padding: 10px 0 0 35px;
	height: 25px;
	font: bold 15px Verdana, Tahoma, Arial, sans-serif;
	background: #f4f4f4 url(../Images/Design/icon-header-arrow.gif) no-repeat 18px 14px;
}

#center h1.nospace, 
h1.line,
#right h1.nospace, 
#right h3, 
#popupPage #content h1.nospace {
	padding: 6px 0 0 0;
	height: 25px;
	font: bold 15px Verdana, Tahoma, Arial, sans-serif;	
	background: url(../Images/Design/icon-header-line.gif) no-repeat top left;
}
#left h1
#left h2,
#right h1,
#right h3 {
	border: 0;
	height: auto;
}
#center h1.nospace {
	margin: 0px 0 10px 0;
	border-bottom: 1px dashed #a9a9a9;
}
#focus h1.nospace, #admin h1.nospace {
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	height: 25px;
	font: bold 15px Verdana, Tahoma, Arial, sans-serif;
	background: url(../Images/Design/icon-header-line.gif) no-repeat top left;
}

#focus h1.nospace, #admin h1.nospace {
	margin: 5px 0 10px 0;
	border-bottom: 1px dashed #a9a9a9;
}
#special-item-homepage h1 {
	margin: 0px 0 15px 0;
	padding: 0;
	font: bold 15px Verdana, Tahoma, Arial, sans-serif;
	background: 0;
	border: 0;
}
#right h2 {
	margin: 0 0 5px 0;
	padding: 11px 0 0 0;
	clear: both;
	font: bold 11px Verdana, Tahoma, Arial, sans-serif;
	border-top: 1px dashed #a9a9a9;
}
#content #left .STEP-item h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* PARAGRAPHS */
p {
	margin: 0 0 1em 0;
}
#content #left .STEP-item {
	margin: 9px 0;
	padding: 0 0 0 36px;
	/* background: url(../Images/Design/homepage-item.gif) no-repeat 8px 2px;	*/
}
p.p-objectLinks {
	margin-top: 1em;
}

/* LINKS */
a, a:visited {
	color: #154e9c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* GLOBAL STYLES */
.clear {
	clear: both;
}
.error {
	color: #c00;
}
.hidden {
	display: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* STARSALE MODULES */
.ST_DateTime {
	padding: 0;
	margin: 0;
}
.ST_DateTime img {
	padding-left: 2px;
	margin-bottom: -3px;
}
.ST_DateTime input,
.ST_DateTime input.readonly {
	width: auto;
	background: #fff;
	border: 1px solid #ccc;
}

#form-login {
	margin: 0;
	padding: 0;
}
#form-login input {
	margin: 0;
	padding: 0;
}
#form-login label {
	padding: 0;
	font-weight: normal;	
	display: block;	
}
div.viewObject {
	width: 100%;
}
div.viewObject div {
	float: left;
}
div.viewObject br {
	clear: both;
}

/* OTHER STYLES */
.no-margin {
	margin: 0;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-right {
	float: left;
}
.float-right {
	float: right;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

.homepage-items {
	margin: 0 0 1em 0;
	padding: 5px 2px 2px 7px;	
	/* background: url(../Images/Design/homepage-item.gif) no-repeat 8px 15px; */
	min-height:74px;
}

.viewAll {
	margin:0pt 0pt 0pt 35px;
}

.STMGE_AttrTitle{
	width:175px;
	font-weight:bold;
}


/* Front End */
#focus fieldset.viewzone-filter input {
	border:1px solid #CCCCCC;
	width:100px;
	margin-bottom:3.5pt;
}

#focus fieldset.viewzone-filter select{
	border:1px solid #CCCCCC;
	width:auto;
	margin-bottom:3.5pt;

}

#focus fieldset.viewzone-filter {
	background-color:#EEEEFF;
	margin-bottom:20px;
}
#focus div.filter-item {
	float:left;
	margin-right:15px;
}
#focus div.filter-buttons {
	border-top:1px solid #CCCCCC;
	clear:both;
	padding:5px 10px 0px;
	text-align:right;
}


#focus fieldset {
	border:1px solid #DFDFDF;
	margin:0pt 0pt 5px;
	padding:0 0 10px 0;
}

#focus form {
	margin:0pt;
	padding:0pt;
	width:auto;
}

#focus .ST_DateTime {
	margin:0pt;
	padding:0pt;
}
#focus .ST_DateTime img {
	margin-bottom:0px;
	padding-left:2px;
}
#focus .ST_DateTime input, #focus .ST_DateTime input.readonly {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
}


#focus fieldset p {
	margin:0px;
	padding:0px;
}

#focus legend {
	color:#1554A6;
}

#focus label {
	/*float:left;*/
	font-weight:bold;
	line-height:15px;
	padding:2px 0pt 0pt;
	width:150px;
	
}

#focus form input, #focus form textarea {
	border:1px solid #CCCCCC;
	width:300px;
	margin-bottom:3.5pt;

}

#focus form button {
	border:1px solid #CCCCCC;
	width:auto;
	margin-bottom:3.5pt;

}

#focus form select{
	border:1px solid #CCCCCC;
	width:auto;
	clear:right;
	margin-bottom:3.5pt;

}

#focus form .inputCheckBox{
	width:auto;
	border:none;
}

hr {
	border:none;
	border-bottom:1px dashed #AEAEAE;
}


/*Profile*/
.usrprflObj {border-top:1px solid #eee;;overflow:hidden;clear:both;padding:5px 2px;}
.usrprflObj:hover {background:#F2F7FF;border-top:1px solid #DDEAFF;}


/*Status Changing*/
div.qscboard{
display:none;
margin-right:80px;
margin-top:20px;
position:absolute;
background:transparent url(/Static/Sites/S1/Images/Design/qsc_Right.png);
background-position:top right;
background-repeat:no-repeat;
border:0px solid black;
padding-right:11px;
}

div.qscboard select{
font:normal 10px Verdana;
margin-bottom:5px;
padding:0px;
}

div.qsc_left{
margin:0px;
float:left;
width:11px;
height:39px;
border:0px solid black;
background:url(/Static/Sites/S1/Images/Design/qsc_Left.png) top left no-repeat;
}

div.qsc_content{
float:left;
margin:0px;
background:url(/Static/Sites/S1/Images/Design/qsc_Middle.png) top left;
padding-top:12px;
height:27px;
}




div.webcamscreen{
	background:url(/Static/Sites/S1/Images/Design/webcam.jpg) no-repeat;
	padding-top: 19px;
	padding-left: 20px;
	height:184px;
	width:225px;
	margin-left:5px;
}

#webcam{
	margin-left:20px;
	margin-top: -165px;
	width:185px;
	z-index: 2;  
}
.webcamClose{
	margin-left:45px;
	margin-top: 0px;
	z-index: 3;
	cursor:pointer;
}


#name{
	height:350px; 
	width:154px; 
	border:none;
	float:left; 
	text-align:left;
} 
#status{
	height:350px; 
	width:73px; 
	float:right;
	border:none;
	text-align:left;
} 


/*temp stuff? */

.columns{
	background:#ffffff;
	height:620px;
	float:left;
	border:solid;
	border-width:2px;
	border-color:#F4F4F4;
	width:240px;
	margin-right:5px;
}

#communications{
	width:210px;
}


.header{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:#F4F4F4;
	height:40px;
	float:center;
	margin-left:1px;
	border:solid;
	border-width:2px;
	border-color:#FFFFFF;
	padding-top:8px;
}

.header #vestment{
	width:234px;
}

.header#communications{
	width:204px;
}

.webcam{
	margin-left:5px;
	width:225px;
}

.corners{
	width:20px;
	height:20px;
}

.sides{
	height:145px;
}

.topUnder{
	width:225px;
	height:20px;
}

.webcamScreen{
	background:#000000;
	width:225px;
	height:145px;
}

#communicationsTable{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	background:#F4F4F4;
	width:204px;
	height:530px;
	float:center;
	margin-left:1px;
	border:solid;
	border-top-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-bottom-width:0px;
	border-color:#FFFFFF;
}


.statusTable{
	height:387px; 
	width:234px; 
	background: #f4f4f4; 	
	border:solid;
	border-width:2px;
	border-color:#FFFFFF;
}

.headerStatusTable{
	height:20px; 
	border:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

.headerStatusTable#headerName{
	float:left; 
	width:150px; 
}

#headerStatus{
	float:left;
}

.twtr-hd {
	display: none !important;
}		
.twtr-ft {
	display: none !important;
}		

.bnr {
	z-index: 5;
}


div.bluecontent {
	float:left;
	width:225px;
	height:220px;
	overflow: hidden;
	margin-left:20px; 
}
div.bluecontent.first {
	margin-left:0; 
}
div.componentcontent {
	width:205px;
	height:200px;
	padding: 10px;
	background-color:#A4CAFF;
}
div.bluecontent h1 {
	margin: 0;
}
div.bluecontent ul {
	margin-left: -20px;
	:margin-left: 20px;
}

ul.footersitemap {
	clear:both;
}
ul.footersitemap, 
ul.footersitemap li ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.footersitemap li a {
	text-decoration: none;
}
ul.footersitemap li a:hover {
	text-decoration: underline;
}
ul.footersitemap li {
	padding: 0;
	margin: 0px 15px 0px 0px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
ul.footersitemap li ul {
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	margin: 0;
	display: block;
	clear: both;
}
ul.footersitemap li ul li {
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0.9em;
	font-weight: normal;
}
ul.footersitemap a {
	color: #8F8F8F;
}