/* Main Body Formatting */
body
{
	background: #fff url(images/bg.png) repeat-x;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

p, h1, h2, h3, h4 { margin: 0px; padding-bottom:5px;}

.newsflash{display:none;
background: #990000;
color: #ffffff;
padding: 5px;
margin-top: 5px;}

.container
{
	width: 800px;
	margin: 0px auto;/*border: solid white thin;*/
}
.container-small
{
	width: 500px;
	margin: 0px auto;/*border: solid white thin;*/
}

a{
	color: #0099cc; font-weight: bold;}
img.polaroid{
	border: thin white solid;
	-mox-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	margin: 10px;
}
/* Header Section */

.header
{
	background:url('images/header-bg.png');
	color:#fff;
	width: 800px;
	height: 75px;
	margin: 10px 0px;
}

.header h1
{
	font-size: 36px;
	padding-left: 175px;
	padding-top: 15px;
}

/* Menu */

.menu
{
	background: url('images/menu-bg.png');
	display: block;
	width: 790px; /* 5px padding remember */
	height: 25px;
	padding: 0px 5px; /* protects the corner when hovering*/
}

select.textbox{ width: 200px; }

.menu li
{
	text-align: center;
	padding: 2px 5px;
	float: left;
	height: 21px;
	display: inline;
	border-right: solid thin #333333;
}

.menu li a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.menu li:hover
{
	text-decoration:underline;
	background: url('images/menu-bg-hover.png');
}

.menu-right
{
	float: right !important;
	background: none !important;
	width: 80px;
	border: none !important;
}

.balloon
{
	position: absolute;
	background: url('images/balloon-bg.png');
	width: 180px;
	height: 170px;
	display:none;
	text-align: left;
	color: #333333;
	padding: 20px 10px 10px 10px;
	z-index: 222;
}
.balloon a{color: #333333 !important;}
.balloon .option{
	width: 170px;
	padding: 5px;
	border-bottom: thin solid #999999;
	display:block;
}
.balloon .items{
	width: 170px;
	padding: 5px;
	overflow: auto;
}

.smallright{
	text-align: right;
	font-size:10px;
	cursor: pointer;
	text-shadow: none !important;
}

/* Message */
.message-green
{
	position:absolute;
	top:-30px;
	left: 0px;
	width: 100%;
	height: 25px;
	background:url('images/message-green-bg.png');
	padding: 2px 0px;
	text-align: center;
	cursor:default;
}

.message-green p
{
	display:inline;
	background: url('images/i-icon.png') no-repeat left top;
	padding-left: 25px;
	margin: 0px auto;
	text-align: center;
	height: 20px;
}

.message-red
{
	position:absolute;
	top:-30px;
	left: 0px;
	width: 100%;
	height: 25px;
	background:url('images/message-red-bg.png');
	padding: 2px 0px;
	text-align: center;
	cursor:default;
}

.message-red p
{
	background: url('images/exclaim-icon.png') no-repeat left top;
	padding-left: 25px;
	margin: 0px auto;
	display:inline;
	text-align: left;
	height: 20px;
}

/* Forms and Buttons */
.textbox
{
	background: #3d3d3d;
	color: #FFFFFF;
	border: thin solid #999999;
}

.green-button,.red-button,.blue-button
{
	display: inline;
	padding-right: 5px;
	padding-left: -5px;
	margin-left: 5px;
	color: #FFFFFF;
	background-image: url('images/buttons.png');
	font-weight: bold;
	-mox-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	background-position-x:100%;
		text-shadow: 0px 0px 5px #000000;
}
.green-button span,.red-button span,.blue-button span
{
	display: inline;
	padding-left: 5px;
	color: #FFFFFF;
	background-image: url('images/buttons.png');
	font-weight: bold;
	background-position-x: 0%;
}

	/* Button Sprite Setting */
	.green-button, .green-button span{background-position-y: 0%}
	.green-button:hover, .green-button span:hover{background-position-y: 20%}
	.red-button, .red-button span{background-position-y: 40%}
	.red-button:hover, .red-button span:hover{background-position-y: 60%}
	.blue-button, .blue-button span{background-position-y: 80%}
	.blue-button:hover, .blue-button span:hover{background-position-y: 100%}
/* LAYOUT - FULL WIDTH */

.fullwidth-top{
	width: 800px;
	height: 10px;
	background:url('images/layouts/full-width.png') top center;
}

.fullwidth-content{
	width: 790px;
	background:url('images/layouts/full-width-tile.png') repeat-y;
	padding: 0px 5px;
	color:#fff;
}

.fullwidth-bottom{
	width: 800px;
	height: 10px;
	background:url('images/layouts/full-width.png') bottom center;
	clear: both;
	margin-bottom: 20px;
}

.fullwidth-content .table{
	width: 790px;}
	
.fullwidth-content .table th{
	background: #3d3d3d;
	text-align:left;
}
.fullwidth-content .table tr:hover{
	background: #999999;
}

/* LAYOUT - LEFT COLUMN */

.leftcolumn-content{
	width: 290px;
	height: 90px;
	background:url('images/layouts/left-column.png') repeat-y;
	padding: 5px 5px;
	margin-bottom: 5px;
	color:#fff;
}

/* LAYOUT - RIGHT COLUMN */

.rightcolumn-top{
	width: 500px;
	height: 10px;
	background:url('images/layouts/right-column.png') top center;
	float:right;
	clear:none;
}

.rightcolumn-content{
	width: 490px;
	background:url('images/layouts/right-column-tile.png') repeat-y;
	padding: 0px 5px;
	float:right;
	clear:right;
	color:#fff;

}

.rightcolumn-bottom{
	width: 500px;
	height: 10px;
	background:url('images/layouts/right-column.png') bottom center;
	float:right;
	clear:right;
	margin-bottom: 20px;
}
.rightcolumn-content .table{
	width: 480px;}
	
.rightcolumn-content .table th{
	background: #3d3d3d;
	text-align:left;
}
.rightcolumn-content .table tr:hover{
	background: #999999;
}
/* FOOTER */

.footer{
	clear:both;
	width: 800px;
	text-align: center;
	padding: 10px 0px;
	font-size: 12px;
	border-top: solid white thin;
}

/* MISC */

.icon{margin: 0px 5px;}
.icon-hover{ cursor: pointer; margin: 0px 5px;}
.backbutton{ float:left; }
#shrinklink{ color: #FFFFFF; font-size:10px; width: 100%; float:left;}
/* Images */

.image{
	width: 175px;
	height: 140px;
	background: #AAA;
	border: #666666 thin solid;
	float: left;
	padding: 5px;
	margin: 5px;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
}
.image:hover{
	background: #CCC;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
}
.image .thumb{
	width: 175px;
	height: 100px;
	overflow:hidden;
	border-right: solid thin #eee;
	border-bottom: solid thin #eee;
	border-top: solid thin #666;
	border-left: solid thin #666;
}
.image input.width{
	width: 170px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.image input.rename{
	width: 100px;
}
/* Admin mode stuff */

.adminbox{
	width: 100%;
	color: #FFFFFF;
	background:#990000;}

/* uploading stuff */

fileQueue {
	width: 270px;
	padding: 0px 5px;
}
.uploadifyQueueItem {
	border: 2px solid #666666;
	background-color: #333333;
	padding: 10px;
	width: 260px;
}
.uploadifyError {
	border: 2px solid #990000 !important;
	background-color: #660000 !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#photoiframe{
width:100%;
height:300px;
border:none;
}
	
