body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #FFF;
	background-image: url('/sites/ipa/images/main_layout/main_back.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
}

form {
	margin: 0px; 
	padding: 0px; 
}

td {
	font-size: 1em;
}

table {
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;

}

.size16 {
	font-size: 16px;
	line-height: 1.4em;
}

img {
	border: 0px;
}

.body_container{
	float:left;
	width:1100px;
	text-align:center; /*centers the wrapper in early IE versions that don't support auto margins*/
}

.advert_wrapper
{
	/* Advert Wrapper */
	width: 120px;
	margin-top: 15px;
	float: right;
	overflow: hidden; /* Don't break the layout with stupid size adverts! */
}

.body_wrapper{
	width:870px; /*necessary for auto margin centering; equals total width of all children (870)*/
	margin:0 auto; /*centers in compliant browsers*/
	padding: 0px;
	text-align:left;
} 

.main_header {
	text-align: left;
	height: 105px;
}

a.topmenu	{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #990101
}

a.topmenu:hover	{
	color: #000000;
}

#plain_box {
	margin: 0px 0px 10px 0px;
}

#plain_box .box_header {
	background-image: url('/sites/ipa-secure/images/main_layout/diag_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
	border-top: 1px solid #990101;
	border-bottom: 1px solid #990101;
	color: black;
	font-weight:bold;
	min-height:14px;
	font-size: 14px;
	font-family: arial;
}

#plain_box .box_body {
	font-size: 12px;
	padding: 5px;
	color:black;
}

#coloured_box {
	margin: 0px 0px 10px 0px;
}

#coloured_box .box_header {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #990101;
	color: white;
	border-bottom: 3px solid white;
	font-family: verdana;
}

#coloured_box .box_body {
	padding: 5px;
	font-size: 12px;
	background-color: #E3D5D4;
}

#coloured_box_white .box_header {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #990101;
	color: white;
	border-bottom: 3px solid white;
	font-family: verdana;
}

#coloured_box_white .box_body {
	padding: 5px;
	font-size: 12px;
	background-color: #fff;
}

#login_box {
	float: left;
	text-align: left;
}

#login_box form {
	margin: 0px;
	padding: 0px;
}

#login_box input {
	font-size: 10px;
}

#login_box .box_body {
	padding: 3px;
	font-size: 10px;
	/* background-color: #E3D5D4; */
}

a {
	color: blue;
}

a:hover {
	color: #990101;
}

#content {
	padding: 10px 0px 0px 0px;	
}

ul {
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 0px 3px 0px 2.3em;
	margin: 6px;	
	/*text-indent: -0.5em;*/
	list-style-image: url('/sites/ipa/images/bullet.gif'); 
}

li {
	padding: 3px;	
}
	
.main_footer {
	clear: both;
	background-color: #990101;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 0.8em;
	height: 20px;
}

.main_body_top {
	background-image: url('/sites/ipa/images/main_layout/top_border.png');	
	background-positon: top;
	background-repeat: no-repeat;
	padding-top: 19px;
}

.main_body_back {
	background-image: url('/sites/ipa/images/main_layout/main_border.png');	
}

.main_body_bottom {
	background-image: url('/sites/ipa/images/main_layout/bottom_border.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 16px;
}
.main_body {
	padding: 0px 22px 4px 21px;
}

.content_container {
	padding: 10px 0px;
}

p {
	margin: 3px 0px 20px 0px;
	line-height: 1.3em;
}

.heading {
	font-size: 18px;
	color: #990101;
	font-family:georgia;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.center	{
text-align: center;
}

.right	{
text-align: right;
}

.middle {
vertical-align:middle;
}

.top {
vertical-align:top;
}

.bottom {
vertical-align:bottom;
}

.red	{
color: red;
}

.green {
color: #008000;
}

.small	{
font-size: 10px;
}

.italic	{
font-style: italic;
}

.silver	{
color: gray;
}

.maintable {
	border-collapse: collapse;
	border: 1px solid #E3D5D4;
}

.maintable thead {
	background-color: #E3D5D4;
	font-weight: bold;
	color: #990101;
	padding: 5px;
}

.maintable td {
	padding: 3px;
}

.not_a_day {
border: 1px solid #990101;
background-color: #EFEFEF;
color: #990101;
}

.day, .days td {
border: 1px solid #990101;
background-color: white;
color: #990101;
border-collapse: collapse; 
width: 30px; 
height: 25px; 
vertical-align: bottom;
text-align: right;
padding: 2px 4px 2px 2px;
}

blockquote {
background-color: #F8F8F8;
padding: 3px 6px 1px 6px;
}

.silver_bottom_cells tr td {
border-bottom: 1px solid silver;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.rent_transactions tr td {

border-top: 1px solid silver;
height: 20px;

}
	
.input_number{
	font-size:12px;
	width:60px;
	height:11px;
	text-align: right;
}

.input_number_disabled{
	font-size:14px;
	text-align: right;
	width:60px;
	height:14px;
	background-color: #EEEEEE;
	font-weight:bolder;
	color: #000000;
}

.big_one{
	font-size:18px;
	font_style: bold;
}

.customer_nav {
	color: #666;
}

.customer_nav a {
	color: #888;
}

.customer_nav a:hover {
	color: #555;
}

.customer_nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.customer_nav a {
	text-decoration: none;
}

.customer_nav a:hover {
	text-decoration: underline;
}

.customer_nav .country {
	font-size: 12px;
	/*border-bottom: 1px solid silver;*/
}

.customer_nav .country a {
	background-color: #EFEFEF;
	padding: 2px;
	font-weight: bold
}

.customer_nav .city {
	font-size: 12px;
}

.customer_nav .city a {
	background-color: white;
	font-weight: normal;

}

.customer_nav .investment {
	font-size: 10px;
}

.customer_nav .investment a {
	border-bottom: 1px dashed silver;
}

.customer_nav .unit {
	font-size: 10px;
	list-style-type: square;
	margin-left: 10px;
}

.customer_nav .unit a {
	border-bottom: none;
}

.breadcrumbs {
	margin-bottom: 10px;
	border-bottom: 1px dashed silver;
	padding-bottom: 3px;
}

.roundcont {
	width: 250px;
	background-color: #EFEFEF;
	color: #666;
}

.roundcont p {
	margin: 10px;
}

.roundtop { 
	background: url(../images/box/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/box/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.subheading {
font-family: Verdana, Arial;
font-size: 14px;
color: #990101;
}

.medli {
color: #990101;
font-size: 16px;
font-family: Arial;
font-weight: bold;
}