/* Start of CMSMS style sheet 'Main Styles' */
div {margin: 0;padding: 0; background-color:transparent;}
body {
    background: transparent url(images/bg-body.jpg) repeat-y top center;
}
* img { border: 0px solid #fff; }
#headerWrapper {
    padding-top: 20px;
    width: 100%;
    font: normal 12px Arial, Helvetica, sans-serif;
    background: transparent url(images/bg-header.jpg) no-repeat top center;
}
#header {
    display: block;
    width: 790px;
    margin: 0 auto;
}
#logo {
    width: 247px;
    height: 94px;
    background: transparent url(images/logo.png) no-repeat top left;
    float: left;
}
#logo #logolabel {
    margin-top: 80px; 
    vertical-align: bottom;
    text-align:center;
    font: normal 11px Arial, Helvetica, sans-serif;
}

#menu {
    margin-top: 10px;
    display: block;
    width: 536px;
    height: 46px;
    background: transparent url(images/top-right-bg.png) no-repeat top left;
    text-align: center;
    float: right;
}
#register {
    padding: 20px 35px 0px 0px;
    float: right;
    clear: right;
}
#logotag {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font: normal 11px Arial, Helvetica, sans-serif;
}
#address {
    display: block;
    float: right;
    clear: right;
    margin-top: 10px;
    padding: 0px 8px;
    font: normal 11px Arial, Helvetica, sans-serif;
    width: 523px; /* 552px */
    height: 28px;
    line-height: 28px;
    background: transparent url(images/address-bar.png) no-repeat top left;
}
#address a {
	text-decoration: none;
}
#rotator {
    clear: both;
    display: block;
    height: 238px;
}
#pageWrapper {
    width: 790px;
    margin: 0 auto;
    font: normal 12px Arial, Helvetica, sans-serif;
    background: #fff url(images/body-bg-top.png) repeat-x top left;
}
div.breadcrumbs {
	display: block;
	width: 80%;
	float: right;
	clear: both;
	text-align: right;
	padding: 10px 10px;
	margin: 0;
	font-size: 90%;
    background-color: transparent;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
#maincontent {
	display: block;
	width: 790px;
}

#pwtext {
    display: inline;
	width: 500px;
	font-size: 4px;
	font-weight: bold;
}
#pwtext span {
	font-size: 16px;
	line-height: 60px;
	padding: 0px 20px;
	color: #626262;
}

#content {
    margin-top: 0px;
    display: block;
    width: 550px;
    float: left;
    background-color: transparent;
}
#sidebar-rt {
    display: block;
    background-color: #D4E6F4;
    width: 200px;
    margin-top: 10px;
    margin-right: 15px;
    padding: 4px;
    float: right;
    clear: right;
}

#sidebar-rt input{
    max-width: 180px;
}

#content-nosb {
    padding-top: 0px;
    display: block;
    width: 790px;
    clear: both;
    background-color: transparent;
}

#content-footer {
    clear: both;
    margin-bottom: 10px;
    width: 790px;
    height: 16px;
    background: #fff url(images/body-bg-bottom.png) repeat-x bottom left;
}

#footer {
    clear: both;
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: right;
    vertical-align: bottom;
}
#footer span {
    text-align: right;
    line-height: 39px;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0;
	padding: 20px 2px 0px 2px;
	list-style: none;
	display: inline;
}
#menu li.currentpage span {
	text-decoration: none;
	border-bottom: 2px solid #002b54;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	border-bottom: 2px solid #002b54;
}
#register a {
	color: red;
}
#register a:hover {
	text-decoration: underline;
	border-bottom: 0px solid #002b54;
}

.inv_summary {
	width: 100%;
	margin-top: 10px;
}
.inv_summary td {
	height: 75px; 
}
.inv_summary td img {
	margin: 0 auto;
	vertical-align: middle;
}

.invDetail {
	width: 770px;
	padding:10px;
	background-color: #F0EBE5;
}
.invDetail div {
	width: 48%;
	padding:4px;
	background-color: #fff;
	border: 1px solid #A7A7A7;
}
.invDetail div img {
	max-width: 350px;
	max-height: 350px;
	margin: 0 auto;
}
.invDetail table {
	width: 100%;
}
.invDetail div li {
	margin: 0 14px;
	padding: 0 4px;
} 
.invDetail tr,.invDetail th,.invDetail td {
	border-top: 1px solid #A7A7A7;
}
.invDetail th {
	vertical-align: top;
}

.calendar {
	width: 100%;
}

.calendar td {
	width: 14%;
	height: 80px;
	text-align: center;
	border: 1px solid #F0EBE5;
}
.calendar ul {
	list-style: none;
}

.features {
    background: #fff url(images/features-box-bg.jpg) repeat-x top left;
}

.calendar-event {
    margin: 10px 0;
}
#billing_info fieldset legend {
	font-weight: bold;
}
/* End of 'Main Styles' */

