﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-image:url(../img/bg.jpg);
}

/*HEADER*/
#header {
	margin-left:35px;	
}
div#quote {
	top:30px;
	right:50px;
	position:absolute;	
}
div#blue_uppercorner {
	right:4px;
	top:4px;
	position:absolute;
	background-color:#084065;
	height:155px;
	width:20px;	
}
/*Topmenu */
#topmenu {
	border-top:1px solid #ccc;
	margin-top:10px;
	margin-left:35px;
	margin-right:40px;
	text-align:right;	
}
/*HOME SPECIFIED*/
#home_content {
	margin-top:30px;
	margin-left:35px;
	position:relative;	
}
div.home_contentbox {
	width:255px;
	float:left;
	margin-right:35px;	
}

/*Layout*/
#content {
	margin-top:30px;
	margin-left:35px;
	position:relative;	
}

div#title_left {
	color:#FFF;
	width:255px;
	text-transform:uppercase;
	background-color:#084065;
	margin-top:10px;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}

div#contentbox_left {
	width:255px;
	float:left;
	margin-right:35px;
}
div.menuitemsub  {
	height:18px;
	width:255px;
	padding:2px;
	cursor:pointer;
}
div#active {
	cursor:pointer;
	background-color:#efefef;
	height:18px;
	width:255px;
	padding:2px;
}
div#active a, div.menuitemsub a{
	color:#000;
	height:16px;
	text-decoration:none;
	font-size:11px;
}

div#content_right {
	width:550px;
	float:left;
}
div#title {
	color:#FFF;
	text-transform:uppercase;
	background-color:#084065;
	margin-top:10px;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}

div#contentbox_right {
	width:255px;
	float:left;
	margin-left:30px;
}
#container {
	position: absolute;
	width: 914px;
	left:50%;
	margin-left:-457px;
	margin-top:20px;
}
div#shadow_top {
	background-image:url(../img/shadow_top.png);	
	height:11px;
	margin:0px;
	font-size:2px;
}
div#contentbox {
	width:914px;
	margin:0px;
	padding:0px;
	background-image:url(../img/shadow_content.png);	
}
div#shadow_bottom {
	background-image:url(../img/shadow_bottom.png);	
	height:19px;
	padding-top:5px;
	font-size:11px;
	text-transform:uppercase;
	color:#6c6f70;
	text-align:right;
}
div#shadow_bottom a{
	text-transform:uppercase;
	color:#6c6f70;
	text-decoration:none;
	
}

div#footer {
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	width:906px;
	margin-left:4px;
	height:276px;	
	
}
div.footercolumn, .footercolumn p {
	width:255px;	
	float:left;
	color:#6c6f70;	

}
/*FORMS*/
form {
	color:#6c6f70;	
	font-size:12px;
}


/*menu*/
ul#menu {
	margin:0px;
	margin-top:2px;
	list-style-type:none;
	float:right;
	font-size:11px;
}
ul#menu li {
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	margin-right:10px;
}
ul#menu li.active {	
	background-color:#054363;
	color:#FFF;
	font-weight:bold;
}
ul#menu li a {
	color:#000;	
	font-weight:bold;
}
ul#menu li.active a:hover {
	color:#efefef;	
	text-decoration:none;
}

ul#menu li a {
	color:#000;	
	text-decoration:none;
}

.img {
	border:0px solid black;
	vertical-align:middle;	
}



/*OPENAGENDA*/


.reserveSlotDialog table td {	
    font-size: 75%;
}

.reserveSlotDialog table td a {	
    font-size: 90%;
}

/* Select panel */

.selectPanel {
   
    padding: 0 5px 5px 5px;
}

.resultsTable, .controls {
	margin: 10px;
    padding: 5px;    
}


.selectPanel .gwt-Label {
    margin-top: 5px;
    color: #666;    
}

.selectPanel .buttonPanel {
    width: 80%;    
    margin-top: 8px;
    margin-bottom: 8px;
}

.selectPanel .dayPartWidget {
    width: 80%;
}

.selectPanel .disciplineWidget {
    width: 90%;
}

.selectPanel .locationWidget {
    width: 90%;
}

/* Result panel */

.resultsTable {
    background-color: #eee;
    border-collapse: collapse;
    padding-bottom: 10px;
}

.resultsTable td {
    padding: 1px 3px;
    border-bottom: 1px solid #999;
    white-space: nowrap;
}

/* ***** DIALOGS *******/

.gwt-DialogBox table td {
    font-size: 75%;
}

.gwt-DialogBox {
    background-color: #fff;
    border: 2px solid #3589CB;
    width: 300px;    
}

/* todo: temporary implementation specific, labels and other elements don't obey dimension of dialogbox */
.gwt-DialogBox div {
    padding: 2px;
}

.gwt-DialogBox .gwt-Label {
    width: 80%;
    margin-right: 20px;
}



/* Reserve time slot */

.reserveSlotDialog {
    background-color: #fff;    
    border: 1px solid #999;
	margin-left: 220px;	
	margin-bottom:300px;
}
.reserveSlotDialog a{
	color:#666666;
}

.reserveSlotDialog .proposedDate, .reserveSlotDialog .paragraph, .reserveSlotDialog .formLabel {
    padding: 10px;
    padding-bottom: 2px;
}

.reserveSlotDialog .proposedDate .date {
    font-weight: bold;
}

.reserveSlotDialog .proposedDate {
    padding-left: 40px;
}

.reserveSlotDialog .chosenSlotLabel {
    padding-bottom: 0.4em;
}

.reserveSlotDialog .closeButton {
    background: url("images/close.png") top left no-repeat;	
		margin: 4px;
    width: 16px;
    height: 16px;
    
    cursor: pointer;	

}

.reservationForm {
    width: 300px;
}

.reservationForm .reservationComments {
    width: 88%;
    height: 50px;    
}

.gwt-StackPanelItem {
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding: 3px 2px	;
}

.gwt-StackPanelItem {   
    cursor: pointer;	

}

.reserveSlotDialog button {
    margin-top: 20px;
    margin-bottom: 15px;
}


/* Careweb widgets */

.validationMessage {
    font-size: 75%;
}


/* GWT widgets: Paging control layout */
.oddRow { }

.evenRow { }

.oddCell { }

.evenCell { }

.headerRow { }

.headerCell { font-weight: bold;}

.pagingRow { }

.noPreviousPageCell a, .noNextPageCell a {
    text-decoration: none;
    color: #666;
    cursor: default;
}

.noPreviousPageCell a, .noNextPageCell a, .previousPageCell a, .nextPageCell a, .resultsTable {    
    padding-bottom: 5px;
}

.noPreviousPageCell a {
    background: url("images/icon_arrow_left_disabled.gif") top left no-repeat;
    padding-left: 20px;
    visibility: hidden;
}

.noNextPageCell a {
    background: url("images/icon_arrow_right_disabled.gif") top right no-repeat;
    padding-right: 20px;
}

.pageCell, .currentPageCell {
    display: none;
}

.previousPageCell a {
    background: url("images/icon_arrow_left.gif") top left no-repeat;
    padding-left: 20px;

}

.nextPageCell a {
    background: url("images/icon_arrow_right.gif") top right no-repeat;
    padding-right: 20px;
}
