/* GAPAN DIV layout style */
/* page elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #efefef;
	padding-bottom: 30px;	
}

.pageWrapper {
	background: #efefef url(/template/theme/gapan/img/im-bkg-tile.gif) repeat-x;
}

/* DIVs */
/* functional stuff */
.floatEnder {
	clear: both;
}

/* Control Bar
*********************************************************/
#control{
	padding:0 10px;
	background:#000 url(/template/admin/img/header.jpg) repeat-x 0 50%;
	border-bottom:1px solid #666;
	height:40px;
	}
	#control ul{
		float:right;
		font-size:11px;
		list-style:none;
		text-align:right;
		width:300px;
		}
		#control img{
			vertical-align: middle;
			}
		#control li{
			display:inline;
			margin-left:10px;
			color:#aaa;
			line-height:40px;
			white-space:nowrap;
			}
			#control li.first{
				border-left:none;
				}
			#control a{
				color:#eee;
				text-decoration:none;
				}
				#control a:hover{
					color:#fff;
					text-decoration:underline;
					}
	#control ul.userinfo{
		float:left;
		}
		#control ul.userinfo li{
			float:left;
			text-align:left;
			}


#sitemap {
	font-size: 0.9em !important;
	margin: 20px 0 0 30px !important;
}

#sitemap li {
	margin: 15px 0 0 0;
	background: url(/template/theme/gapan/img/bullet-sitemap.gif) left top no-repeat !important;
	padding: 2.5px 0px 5px 30px !important;
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
}

#sitemap ul {
	margin: 15px 0 -10px 0 !important;
}

#sitemap ul ul, ul#sitemap ul ul ul {
	margin: 15px 0 -10px 0;
}

#sitemap li ul li {
	font-size: 0.9em;
}

/* layout DIVs */
.header {
	margin: 0px auto;
	width: 990px;
	background: url(/template/theme/gapan/img/im-header-bkg.gif) no-repeat bottom;
}
.headerContent {
	padding: 19px 27px 10px 27px;
}
.headerFloat {
	float: left;
	width: 468px;
}
.headerFloat#right {
	text-align: right;
}
.wrapper {
	margin: 0px auto;
	width: 990px;
	background: url(/template/theme/gapan/img/im-body-bkg-tile.gif) repeat-y;
}
.wrapper02 {
	width: 990px;
	background: url(/template/theme/gapan/img/im-body-bkg.gif) no-repeat 0 0;
}
.container {
	margin: 0px auto;
	width: 960px;
}
.crestFloat {
	float: left;
	width: 138px;
}
.bannerFloat {
	float: left;
	width: 822px;
}
.navBar {
	width: 960px;
	background: #083d80;
}
.menuFloat {
	float: left;
	width: 751px;
}
.searchFloat {
	float: left;
	width: 209px;
}
.searchContentFloat {
	float: left;
	padding-top: 2px;
}
.searchLabel {
	float: right;
}
.searchInput {
	float: right;
	margin-right: 2px;
}
.searchButton {
	float: right;
	margin-top: 1px;
}
form.shrink {
	margin: 0;
	padding: 0;
	border-width: 0;
	float: left;
}
form.shrink fieldset{
	margin: 0;
	padding: 0;
	border-width: 0;
}
form.shrink input.image{
	margin-left: 3px;
	height: 18px;
	width: 24px;
	float: right;	
}
/* left area */
.leftArea {
	float: left;
	width: 190px;
	margin-right: 19px;
}
.subNavArea {
	padding: 0;
}
/* main area */
.rightArea {
	float: left;
	width: 731px;
	border-left: 1px solid #c1c1c1;
	height: auto;
	min-height: 500px;
}
.mainAreaContent {
	padding: 17px 0px 17px 9px;
}
.breadcrumbArea {
	
}
#hpAnimArea {
	background: #1051a3;
}
/* footer DIVS */
.footerWrapper {
	margin: 0px auto;
	width: 990px;
	background: url(/template/theme/gapan/img/im-body-bkg-tile.gif) repeat-y;
}
.footerWrapper02 {
	width: 990px;
	background: url(/template/theme/gapan/img/im-footer-bkg.gif) no-repeat bottom;
}
.footerContainer {
	margin: 0px auto;
	width: 960px;
}
.footerNavArea {
	width: 960px;
	background: #083d80;
}
.footerDetails {
	width: 960px;
	background: #1051a3 url(/template/theme/gapan/img/im-footer-blue-bkg.gif) no-repeat bottom;
}
.footerDetailsFloat {
	float: left;
	width: 480px;
}
.footerDetailsContent {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.footerDetailsContent#right {
	padding: 10px 10px 10px 10px;
	text-align: right;
}
.footerBase {
	margin: 0px auto;
	width: 990px;
}
/*Form Element Styles
*********************************************************/

.mainAreaContent form {
	clear: both;
	width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mainAreaContent fieldset {
	padding: 0 0 0 0;
	margin: 0 0 15px;
	border-width: 0;
}

.mainAreaContent fieldset fieldset {
	padding: 0;
	margin:0;
	background: none;
	border: none;
	display: block;
	float: left;
	clear: both;
}

.mainAreaContent legend {
	font-size: 1.3em;
	color: #666;
	padding-bottom: 20px;
}

.mainAreaContent fieldset fieldset legend {
	font-size:0.8em;
	font-weight:normal;
	padding-left:220px;
	}
	
.mainAreaContent form p {
	margin-bottom: 10px;
	float: left;
	clear: both;
	padding: 0 !important;	
	width: 100%;
}

.mainAreaContent label {
	width: 220px;
	margin: 0 5px 0 0;
	padding: 2px 0;
	font-size: 1em;
	display: block;
	text-align: right;
	float: left;
	color: #666;
}

.mainAreaContent input, .mainAreaContent textarea, .mainAreaContent select {
	width: 350px;
	font-size: 1em;
	display: block;
	padding: 2px;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
}

.mainAreaContent select{
	width:auto;
	}

.mainAreaContent textarea{
	height:140px;
	font-family:Arial,Helvetica,sans-serif;
	}

.mainAreaContent textarea.readonly{
	border-color:#fff;
	}

.mainAreaContent input.btn{
	width:170px;
	border:1px solid #888;
	margin-top:4px;
	background:#eee;
	}
	.mainAreaContent input.btn:hover{
		background:#ddd;
		cursor:pointer;	
		}

.mainAreaContent fieldset.checkboxes input {
	width: auto;
	line-height: 1em;
	margin: 1px 0 1px 225px !important;
	padding: 0;
	background: none;
	border: none !important;
}
	
.mainAreaContent fieldset.checkboxes p.password {
	margin: 1px 0 0 95px !important;
	width: 100% !important;
}

.mainAreaContent fieldset.checkboxes label {
	width: 345px;
	margin: 0 0 0 5px;
	text-align: left;
	line-height: 1em;
}


/* Sidebar
*********************************************************/

#sidebar {
	margin:24px 0 17px 20px;
	}


/* Widgets
*********************************************************/

.widget {
	margin: 10px 0 20px 0;
	}
	
	.widget h3{
		margin-bottom:4px;
	}
	
	.widget p{
		margin-bottom:4px;
	}

/* Profile
*********************************************************/

.profilepage img.category{
	vertical-align:middle;
	padding:0;
	}
	
.columns{
	float:left;
	clear:left;
	}	
	
.columns.twocolumn .column1, .columns.twocolumn .column2{
	width:361px;
	float:left;
	}	

.columns.twocolumn column1{
	}

.columns.twocolumn column2{
	}

p.editprofilelink {
	float:right;
	}

form.login p.check label{
	width:auto;
	float:left;
	}	

form.login p.check input{
	margin:0;
	padding:0;
	border:0;
	float:left;
	width:24px;
	margin-left:220px;
	margin-top:5px;
	}	
	
form.status{
	margin:0 0 10px 0;
	padding:0;
	}
	
	form.status fieldset{
		margin:0;
		padding:0;
		}

	form.status input{
		width:361px;
		border:1px solid #aaa;
		background:#fff;
		padding:3px 4px 3px 4px;
		margin-right:5px;
	}

	form.status input.btn {
		margin:0;
		padding:4px;
		font-size:0.8em;
		border:1px solid #888 !important;
		background:#eee !important;
		line-height:20px !important;
		width:70px;
		cursor:pointer;
		}
		form.status input.btn:hover {
			background:#ddd !important;
			cursor:pointer;
			}

form.search{
	margin:0 !important;
	padding:0 !important;
	}
	form.search fieldset{
		margin:0 0 8px 0 !important;
		padding:0 !important;
		border:0;
		}
	form.search input{
		margin:0;
		padding:2px !important;
		border:1px solid #aaa;
		width:164px;
		}
	form.search input.btn{
		width:170px;
		border:1px solid #888;
		margin-top:4px;
		background:#eee;
		}
		form.search input.btn:hover{
			background:#ddd;
			cursor:pointer;
			}
img.profile {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 0 5px 0;
	}
	
ul.friends {
	list-style-type:none;
	}
	
ul.statuses {
	width:722px !important;
	list-style-type:none;
	margin:0 !important;
	}
	
ul.statuses li {
	margin:0 !important;
	}
ul.statuses li span.date {
	color:#999;
	font-size:0.8em;
	}

table.memberresults{
	width:100%;
	}
	table.memberresults tr{
		line-height:1.8em;
	}	
		table.memberresults th{
			font-weight:bold;
			text-align:left;
			border-bottom:1px solid #ccc;
		}
		table.memberresults td{	
			border-bottom:1px dashed #ccc;
			}
			table.memberresults td a{
				font-weight:normal;
				font-size:1em;
			}
			table.memberresults td img.category{
				padding:0;
				vertical-align:middle;
				}

table.addresses{
	width:100%;
	}
	table.addresses tr{
		line-height:1.8em;
	}	
		table.addresses th{
			font-weight:bold;
			text-align:left;
			border-bottom:1px solid #ccc;
		}
		table.addresses td{	
			border-bottom:1px dashed #ccc;
			}
			table.addresses td a{
				font-weight:normal;
				font-size:1em;
			}

ul.gallery {
	float:left;
	}
	ul.gallery li{
		list-style-type:none;
		background:#ccc;
		float:left;
		width:138px;
		height:84px;
		padding:5px;
		margin:0 10px 10px 0;
		}
	ul.gallery li:hover{
		background:#eee;
		}

blockquote {
	margin:10px 15px;
	padding:0 10px;
	border-left:5px solid #ccc;
	}
