/********common**********/
body{
	background-color: #005a84;
	text-align:center;
	width:100%;
	font-family: Arial;
}
#logout{
	color:#FFFFFF;
}
#close_window_small{
	position:absolute;
	bottom:0;
	left:210px;
}
#close_window_large{
	position:absolute;
	bottom:0;
	left:260px;
}
div.admin{
	color:#FFFFFF;
}
div.admin a{
	color:#FF0000;
}
#flash_container{
	position:relative;
	margin:0pt auto;
	width:1120px;
	height:724;
}
#fake_flash{
	position:absolute;
	top:0;
	left:0;
}
#flash{
	position:absolute;
	top:0;
	left:0;
}
.content{
	padding:25px;
}
div.clear{
	height:1px;
	clear:both;
}
div.hide{
	display:none;
}
.bold{
	font-weight:bold
}
.tiny{
	font-size:6pt
}
.small{
	font-size:8pt
}
.medium{
	font-size:10pt
}
.large{
	font-size:16pt;
}
.white{
	background:#FFFFFF;
}
/********IE7 can suck my nuts***********/
div.prices_content div.col_0,div.col_1,div.col_2{
	float:left;
	position:relative;
}
div.prices_content div.row{
	clear:both;
	white-space:nowrap;
	padding-top:1px;
}
div.prices_content div.col_0{
	width:170px;
	padding-left:9px;
}
div.prices_content div.double div.col_1{
	width:260px;
}
div.prices_content div.triple div.col_1{
	width:141px;
}
div.tab_row{
	width:100%;
	white-space:nowrap;
	padding-left:3px;
	padding-top:3px;
	clear:both;
	overflow:visible;
	position:relative;
}
div.tab_col{
	float:left;
}
div.hours div.col_0{
	width:64px;
	font-weight:bold;
}
div.hours div.col_1{
	width:18px;
	text-align:right;
}
div.hours div.col_2{
	width:5px;
}
div.hours div.col_3{
	width:27px;
}
div.hours div.col_4{
	width:55px;
	padding-left:5px;
	white-space:nowrap;
}
div.user_content div.prices div.tab_col{
	white-space:nowrap;
}
div.user_content div.prices div.col_2{
	padding-left:3px;
}
div.user_content div.prices .col_0, div.prices .col_2{
	font-weight:bold;
}
/********pictures********/
div.pictures_content{
	height:600px;
}
div.gallery div#pictures_top{
	margin:0pt auto;
	position:relative;
}
div#pictures_left, div#pictures_right{
	float:left;
}
div#pictures_left{
	width:400px;
	height:400px;
}
div#pictures_top{
	width:400px;
	height:400px;
	text-align:center;
}
div#pictures_right{
	width:150px;
	height:325px;
	text-align:center;
}
div#pictures_bottom{
	width:500px;
	overflow:hidden;
	position:relative;
}
div#pictures_bottom div.thumbnail img{
	cursor:pointer
}
div#overflow_container{
	padding-right:80px;
	white-space:nowrap;
}
div#breadcrumbs{
	padding-top:25px;
	width:125px;
	height:325px;
	background:url(/images/pics/vline.png) repeat-y center top #E7D2AD;
}
div#breadcrumbs div{
	background:#E7D2AD;
}
a img{
	border:none;
	text-decoration:none;
}
div.thumbnail{
	position:relative;
	width:75px;
	height:75px;
	float:left;
	margin:5px;
}
a.delete{
	position:absolute;
	width:25px;
	height:25px;
	top:0px;
	right:0px;
	background:url(/graphics/delete.gif);
}
/**************users************/
div.user_content{
	height:400px;
}
div#user_left, div#user_right{
	float:left;
}
div#user_left{
	width:200px;
}
div#user_right{
	margin-left:15px;
	width:235px;
}
div#user_bottom{
	position:absolute;
	bottom:10px;
	width:400px;
	height:30px;
}
div#user_image{
	position:relative;
	width:200px;
	height:200px;
}
span.name{
	color:#C41230;
	font-weight:bold;
}
img#hours{
	float:right;
}

div#message{
	background:url(/images/users/SendMeAMessage.png) center top no-repeat;
	width:100%;
	height:100px;
	margin-top:5px;
	padding-top:22px;
}
div#message form textarea{
	width:225px;
	height:90px;
	overflow:auto;
}
div#message img{
	float:right;
	margin-right:5px;
	cursor:pointer;
}

/**************forms***************/
div#formbox_container{
	position: absolute;
	display:none;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	text-align:left;
}
div#fboverlay{
	position: absolute;
	left: 0;
	top:0;
	display:none;
	width: 100%;
	height:100%;
	cursor: pointer;
	background:#000000;
}
div#loading{
	width:100%;
	height:100%;
	padding:200px;
}
div#new_picture_form input.file{
	width:auto;
}
div#new_picture_form .status{
	padding:10px 15px;
}
div#new_picture_form .status .progress{
	background:white url(/graphics/progress.gif) no-repeat;
	background-position:+50% 0;
	margin-right:0.5em;
}
div#new_picture_form .status .progress-text{
	font-size:8pt;
}
 
div#new_picture_form .list{
	list-style:none;
	margin:0;
	padding:0;
}
div#new_picture_form .list li.file{
	border-bottom:1px solid #eee;
	background:url(/graphics/file.png) no-repeat 4px 4px;
}
div#new_picture_form .list li.file.file-uploading{
	background-image:url(/graphics/uploading.png);
	background-color:#D9DDE9;
}
div#new_picture_form .list li.file.file-failed{
	background-image:url(/graphics/failed.png);
}
 
div#new_picture_form .list li.file .file-name{
	font-size:8pt;
	margin-left:44px;
	display:block;
	clear:left;
	line-height:40px;
	height:40px;
}
div#new_picture_form .list li.file .file-size{
	font-size:8pt;
	line-height:18px;
	float:right;
	margin-top:2px;
	margin-right:6px;
}
div#new_picture_form .list li.file .file-info{
	display:block;
	margin-left:44px;
	font-size:8pt;
	line-height:20px;
	clear:right;
}
div#new_picture_form .list li.file .file-remove{
	clear:right;
	float:right;
	line-height:18px;
	margin-right:6px;
}
div.image_title img{
	float:left;
	margin-right:5px;
}
div.uploaded-file input{
	padding-top:3px;
}
/*************news****************/
div.news_container{
	height:400px;
}
div.news_content{
	position:relative;
	top:100px;
	left:120px;
	width:260px;
	padding:0;
	height:280px;
	overflow:auto;
}
div.news_content input{
	width:225px;
}
div.news_content textarea{
	width:225px;
	height:150px;
}
div.news_content div{
	color:#FFFFFF;
}
div.news_content div.entry_title{
	margin-top:20px;
}
/*************events****************/
div.events_container{
	height:400px;
}
div.events_content{
	position:relative;
	top:100px;
	left:120px;
	width:260px;
	padding:0;
	height:280px;
	overflow:auto;
}
div.events_content input{
	width:100px;
}
div.events_content textarea{
	width:225px;
	height:75px;
}
div.events_content div.entry_title{
	margin-top:15px;
	width:225px;
	background:#C78DA8;
	color:#FFFFFF;
	padding:3px;
}
/*************prices****************/
div.prices_content{
	height:400px;
	padding:50px 20px 20px 15px;
}
div.prices_content tr,table{
	padding:0;
	margin:0;
}
div.prices_content td{
	padding:1px 0 0 0;
}
div.prices_content tr.head td div{
	width:100%;
	height:12px;
	overflow:visible;
	margin-left:-15px;
}
div.prices_content table{
	margin-top:20px;
	white-space:nowrap;
}
div.prices_content table input{
	width:40px;
	margin:0;
	height:10px;
	font-size:8pt;
}

