/* !jQuery */
@import url("/css/jquery-ui-1.7.1.custom.css");
@import url("/css/thickbox.css");

/* Globals */
html {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 1% 5% 1% 5%;
}

body {
	width: 98%;
	float: left;
	clear: both;
}

img, form, fieldset {
	border: none;
}
fieldset, form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a {
	color: #000000;
	text-decoration: none;
}

/* !Head */
#header {
	float: left;
	clear: both;
	width: 100%;
	background: #CECECE;
}
#searchArea {
	position: relative;
	top: 0px;
	right: 0px;
	background: #000000;
	color: #FFFFFF;
	width: 250px;
	float: right;
	border: none;
}

/* Menu */
#menu {
	float: left;
	clear: both;
	width: 100%;
	background: #CFCFCF;
}
#menu ul {
	float: left;
	clear: both;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0px 0px 0px 10px;
	list-style: none;
}
#rightClick {
	background: #CECECE;
}
#rightClick ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* MainArea */
#mainArea {
	width: 100%;
	clear: both;
	float: left;
	background: #CDCDCD;
}

/* !Footer */
#footer {
	float: left;
	width: 100%;
	clear: both;
	background: #CGCGCG;
}

/* !Manage Page */
#vehicleViewer {
	width: 30%;
	float: left;
	clear: left;
	background: purple;
}
#vehicleViewer ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mapOuterArea {
	width: 69%;
	float: left;
	clear: right;
	background: transparent;
	height: 768px;
	min-height: 765px;
}
#mapArea {
	width: 99%;
	height: 99%;
	background: transparent;
}

/* !Modal window */
#sm_content {
	display: none;
 	position: fixed;
	left: 50%;
	padding: 15px;
	top:10%;
	background:#FFF;
	width:671px;
	margin-left:-335px;
	text-align:center;
}
#sm_content small{
	font-size:77%;
}
#sm_content .sm_close{
	float:right;
	cursor:pointer;
}
#sm_content h3{
	font-size:116%;
}
#sm_olay {
	background-color: #000; 
}