body {
    background: rgb(197,204,211) url(img/pinstripes.png);
    margin: 0 0 2em 0;
}

.grey {
	color: gray;
}

#logo {
	width: 100%;
	text-align: center;
}

#logoimg {
	height: 10em;
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
    float: left;
}

.right {
	text-align: right;
    float: right;
}

.topbar {
    font-family: serif;
    text-align: center;
	font-size:1.8em;
	font-weight:500;
	background: #01094F;
	color: white;
	padding: 0.5em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0.3em 0.2em 0.3em 0.2em;
	text-align: center;
	text-transform: capitalize;
}

.subTitle {
    font-family: serif;
    text-align:center;
	font-size:1.1em;
	font-weight:400;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #343A75;
	color: white;
	text-align: center;
	display: block;
}

.title {
    font-family: serif;
    text-align:center;
	font-size:1.5em;
	font-weight:400;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #343A75;
	color: white;
	padding: 0.4em;
	margin: 0.3em 0.2em 0em 0.2em;
	text-align: center;
	display: block;
	text-transform: capitalize;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333 !important;
	font-family:arial;
	font-weight:bold;
	padding: 0.6em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-align: center;
	text-transform: capitalize;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}
.button.wide {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.button.half {
	width: 30%;
}
.button.fill {
	width: 80%;
}
.button.thin {
	width: 5%;
}
/*.button.half.right {
	margin-right: 0.8em;
	margin-left: auto;
}
.button.half.right {
	margin-left: 0.8em;
	margin-right: auto;
}*/

.text {
    color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    border-top: 0;
    font-family: serif;
	font-weight: normal;
    padding: 0.2em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	margin: 0.6em 0.2em 0.6em 0.2em;
    
    -webkit-border-radius: 8px;
    border-radius:8px;
    -moz-border-radius:8px;
}
/*.small .text {
	font: 1em;
}
.medium .text {
	font: 1.4em;
}
.large .text {
	font: 1.8em;
}*/

select.sip-calendar {
	width:100%;
	color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    border-top: 0;
    font: serif;
	font-weight: normal;
    padding: 0.2em;
	padding-left: 0.7em;
	padding-right: 0.7em;

    -webkit-border-radius: 8px;
    border-radius:8px;
    -moz-border-radius:8px;
}
/*.small select.sip-calendar {
	font: 1em;
}
.medium select.sip-calendar {
	font: 1.4em;
}
.large select.sip-calendar {
	font: 1.8em;
}*/

div.select-wrapper {
/*    padding: 0.2em;
	padding-left: 0.7em;
	padding-right: 0.7em;*/
	margin-left: 0.2em;
	margin-right: 0.2em;
}

table {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	table-layout: fixed;
	overflow-x: hidden;
	text-overflow: ellipsis;
	border-collapse: collapse;
}

#desktop_footer {
	text-align:center;
	margin-top:20px;
	font-family:sans-serif;
	font-size:.8em;
	color:#777;
}
#desktop_footer a {
	font-weight:bold;
	color:#777;
}

.resizer span {
	padding: 0.5em;
}

.small {
	font-size: 1em;
}
.medium {
	font-size: 1.4em;
}
.large {
	font-size: 1.8em;
}