@charset "utf-8";

/*	-----------------------------------------------------------------------
	- number:	21.0.0
	- build:	20100614
	- status:	alpha
	-----------------------------------------------------------------------
	Base styles (overridden by space styles and skin styles).
	-----------------------------------------------------------------------	*/

body,span,table,col,h1,h2,h3,h4,tr,th,td,input,p,textarea,ul,div,textarea{
	color:#000;
	font-family:Arial;
	font-size:12px;
}
body{
	padding:0px;
	margin:0px;
	font-size:75%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
div,img,iframe,table,th,td,form,ul,li{border:0px;padding:0px;margin:0px;}
input{
	padding-left:0px;
	margin-left:0px;
	float: left;
}

h1{
	font-size:24px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #333;
}
h2{
	font-size:16px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}
h3{font-size:1.4em;}
h4{font-size:1.1em;}

#main {margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;width:752px;overflow:hidden;}

#box  			{ background-color: #FFF; margin-bottom: 15px; }
#box .tl		{ background-image: url(images/b_01.png); background-repeat: no-repeat; background-position: top; line-height: 0px; }
#box .top 		{ background-image: url(images/b_02.png); background-repeat: repeat-x; background-position: top; line-height: 0px; }
#box .tr		{
	background-image: url(images/b_03.png);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 0px;
}
#box .left 		{ background-image: url(images/b_04.png); background-repeat: repeat-y; }
#box .right 	{ background-image: url(images/b_06.png); background-repeat: repeat-y; }
#box .bl		{ background-image: url(images/b_07.png); background-repeat: no-repeat; background-position: top; line-height: 0px; }
#box .bottom 	{
	background-image: url(images/b_08.png);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 0px;
	height: 6px;
}
#box .br		{ background-image: url(images/b_09.png); background-repeat: no-repeat; background-position: top; line-height: 0px; }
#box td {
	font-size: 12px;
	color: #333;
}

.hd {
	line-height: 30px;
	background-color: #CCC;
	background-image: url(images/hd_bg.gif);
	background-repeat: repeat-x;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#ajaxResults {
	display: none;
}
#error {
	font-size: 14px;
	color: #F00;
	padding: 5px;
}
#error ul {
	color: #F00;
}
#error ul li {
	list-style-type: circle;
}

.grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 5px;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	padding-top: 3px;
}
.divider-noline {
	padding-top: 3px;
	padding-bottom: 3px;
}



img.spinner {
    display: none;
    vertical-align: middle;
}
.input-form-label {
	float:left;
	margin-left:2px;
	margin-right:5px;
	line-height: 20px;
}
.form-input {
	color: #333;
	width: 190px;
	border: 1px solid #999;
	font-size: 12px;
}
.input-form-radio {
	float: left;
	clear: left;
	margin-right: 10px;
}
.input-form-radio-inline {
	float: left;
	margin-left: 10px;
}


.details-button {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
.details-button {
	width: auto;
	float: right;
}


.mAvailable {
    color: green;
}
.mNAvailable {
    color: #FF0000;
}
.hidecp {
    display: none;
}
.hidega {
    display: none;
}

