
/**********************************Global Elements */
* {
	margin:0;
	padding:0;
}

body.blank {
	width:100%;
	height:100%;
	background:#fff;
	color:#3c3c3c;
	margin: 0;
	padding: 0;
	position: relative;
}

body.blank {
	float:left;
}

body {
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	background: #a19d8d url(../images/cacti.gif) repeat-x fixed bottom left;
	color:#4c4c4c;
	font-size:12px;
}

body#plain {
	background:#e3e3e3;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

input {
	background:#f0ead2;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding:.2em .1em;
	vertical-align:middle;
	font-size:10px;
}

input.file {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding-top:.2em;
	padding-bottom:.2em;
	vertical-align:middle;
	font-size:10px;
}

input.text {
	background:#f0ead2;
	width:90%;
}

textarea {
	background:#f0ead2;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding-top:.2em;
	padding-bottom:.2em;
	vertical-align:middle;
	font-size:10px;
}

select {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

a {
	color:#ac1700;
	text-decoration:none;
}

a:hover {
	color:#4c4c4c;
}

a img {
	border:0;
}

h1,h2,h3,h4,h5 {
	font-family:Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
}

.button {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	color:#333;
	text-transform: uppercase;
	background:#e0dac2;
	border:1px solid #999;
	padding:.2em;
}

.button:hover {
	background:#d0cab2;
	color:#c00;
	cursor: pointer;
}

.greenbutton {
	color:#fff;
	text-transform: uppercase;
	background:#009900;
	border:1px solid #999;
	padding:.2em;
}

.greenbutton:hover {
	color:#fff;
	background:#008800;
	cursor: pointer;
}
.redbutton {
	color:#fff;
	text-transform: uppercase;
	background:#cc0000;
	border:1px solid #999;
	padding:.2em;
}

.redbutton:hover {
	color:#fff;
	background:#bb0000;
	cursor: pointer;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

/**********************************Container */

#container {
	background:url(../images/body_bg.png) center top repeat-y !important;
	background:none;
}

/**********************************Wrapper */
#wrapper {
	width:900px;
	background:#fff url(../images/bottom.jpg) bottom center no-repeat;
	margin:0 auto;
	padding-bottom:300px;	
}

/********************************** Header */
#header {
	color:#ffffff;
	background:#880000 url(/images/header_bg.gif) repeat-y top center;
	padding-top:12px;
	padding-bottom:14px;
}

#headerWrapper {
	width:898px;
	margin:0 auto;
	background:#cc0000;
}

#header a {
	color:#ffffff;
}

#header a:hover, #nav a.over:hover {
	color:#000000;
}

#header h2 {
	float:left;
	display:inline;
	font-size:2.5em;
	font-weight:normal;
	text-indent:-9999px;
}

#header h2 a {
	display:block;
	width:49px;
	height:40px;
	margin-left:18px;
	background:url(../images/logo.gif) left top no-repeat;
	margin-top:6px;
}

#header h2 a:hover {
	background:url(../images/logo.gif) left bottom no-repeat;
}


/**********************************Footer */
#footer {
	clear:both;
	color:#a6a6a6;
	font-size:10px;
	padding-bottom:20px;
	background: url(../images/footer_bg.png) bottom center no-repeat !important;
	background: none;
}

#footer p {
	float:right;
	display:inline;
}

#footer a {
	color:#a3a3a3;
}

#footer a:hover {
	text-decoration: underline;
}

/**********************************Nav */
#nav {
	background:#cc0000;
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	margin-top:12px;
	margin-left:10px;
	letter-spacing:.1em;
}

#nav li {
	display:inline;
}

#nav a.over {
	font-size:1.3em;
	line-height:1em;
	color:#f0ead2;
}

#nav a {
	float:left;
	display:inline;
	margin:6px;
	margin-right:10px;
	line-height:1.5em;
}

#nav strong {
	padding:5px;
}

/**********************************User Status */

#userStatus {
	color:#4c4c4c;
	background: #c4daff;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size:13px;
	border-top:1px solid #a4bacf;
	border-bottom:1px solid #a4bacf;
	line-height: 16px;
	text-align: right;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}


#userStatus a {
	color:#144479;
}

#userStatus a:hover {
	color:#333;
	text-decoration: underline;
}

/**********************************Main Content */

/*Two-column settings*/
#mainContent {
	float:left;
	display:inline;
	width:400px;
	text-align:left;
	margin-top:12px;
	padding-bottom:15px;
}


#mainContent.double {
	width:628px;
}

#mainContent h2 {
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:5px 18px;
	background:#cc0000;
	margin-bottom:15px;
}

#mainContent .day {
	font-size:16px;
}

#mainContent .entry {
	padding-bottom:5px;
}

/**********************************Sub Content */
#subContent {
	float:right;
	display:inline;
	text-align:left;
	width:468px;
	margin-top:12px;
}

#subContent.equal {
	width:380px;
	padding-top:5px;
}

#subContent.double {
	width:250px;
	padding-top:5px;
}

#subContent p {
	line-height:1.6em;
}

.smallColumn {
	float:left;
	display:inline;
	width:49%;
}

.smallColumnRight {
	float:right;
	display:inline;
	width:50%;
}

/**********************************Advertisment */

#advertisment {
	text-align:right;
	margin-right:15px;
	margin-bottom:18px;
}

#advertisment p {
	font-size:11px;
	display:inline;
	margin-left:15px;
}

#advertisment a img {
	border:0;
}


/**********************************Box */

.box {
	background: #eee url(../images/border_bottomleft.gif) repeat-y bottom left;
	margin:0px 10px 20px 10px;
	overflow:hidden;
}

.box hr {
	margin-right:15px;
	color:#666;
	height:1px;
	line-height:1px;
	font-size:1px;
	background:#666;
	border:0;
}

#subContent .box {
	margin-left:5px;
	margin-right:15px;
}

.outer {
	background:url(../images/border_right.gif) repeat-y top right;
}

.inner {
	background:url(../images/border_topleft.gif) no-repeat top left;
	padding-left:23px;
	padding:0px 0px 8px 23px;
}

.box h1, .box h2, .box h3, .box h4 {
	float:left;
	display:inline;
	font-style:italic;
	margin-right:0px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:4px;
	background:url(../images/border_header.gif) repeat-x top center;
}

.update .box {
	width:800px;
}

.box h1 {
	font-size:20px;	
	padding-top:.1em;
}

.box h2 {
	font-size:18px;	
	padding-top:.2em;
}

.box h3 {
	font-size:14px;	
	padding-top:.3em;
}

.box p {
	font-size:13px;
	clear:both;
	line-height:1.4em;
	padding-bottom:.7em;
	margin-left:8px;
	margin-right:15px;
}

.box p small {
	font-size:.9em;
	text-transform:uppercase;
}

.box p em {
	text-transform:none;
}

.box object {
	display:block;
}

.box p.comment {
	text-align:right;
}

.box p.embed {
	font-size: 1.1em;
}

.box p.embed strong {
	padding:4px;
	border:1px solid #4c4c4c;
	border-top:0;
	background:#f0ead2;
	font-weight:normal;
}

.box p.embed a img {
	border:1px solid #4c4c4c;
}

.box p.embed img {
	margin-top:3px;
}

.box ol {
	margin-left:25px;
	padding-bottom:10px;
}

.box ol li {
	color:#666;
	font-size:11px;
	line-height:13px;
	padding-right:10px;
	padding-bottom:5px;
}

.browse {
	padding:5px 12px 5px 12px;
	background:#fff;
	margin-right:15px;
}

.browse small {
	font-weight:bold;
	color:#666;
}

.browse p {
	margin:0;
	line-height:1.2em;
	padding:0;
	clear:none;
}

.browse p.left {
	text-align:left;
	border-right:1px solid #666;
	width:50%;
}

.browse p.right {
	text-align:right;
	width:49%;
}


/**********************************Comment */

.commentBox {
	border-top:10px solid #aa0000;
	background:#fff;
	text-align:center;
	clear:both;
	overflow:hidden;
	margin-right:15px;
	padding:8px;
	padding-top:4px;
}

#mainContent .commentBox .day {
	color:#000;
} 

.commentBox p {
	padding:.2em;
}

.commentBox .avatar {
	float:left;
}

.commentBox .avatar img {
	margin:10px;
}

.commentBox .posthead {
	margin:10px;
	height:15px;
}

.commentBox h3 {
	font-weight:normal;
	margin:0;
	float:left;
}

.commentBox .date {
	font-size:13px;
	margin:0;
	float: right;
	clear:none;
}

#mainContent .commentBox .day {
	font-size:13px;
}

.commentBox .date img {
	vertical-align: top;
}

.commentBox blockquote {
	padding:10px;
	margin:5px;
	background:#fff;
	border:1px dotted #ccc;
	clear:both;
}

.commentBox .rating a:hover {
	text-indent: 0px;
	border:0;
}

.commentBox blockquote p {
	overflow:hidden;
	padding:0;
	margin:0;
}

.commentBox .footer {
	clear:both;
	height:1px;
	line-height: 1px;
}

/**********************************Comment Form */


.commentForm input {
	border:1px solid #999;
	font-size:11px;
}

.commentForm p {
	margin-bottom:2px;
	color:#666;
	font-size:.9em;
}

.commentForm textarea {
	color:#666;
	border:1px solid #999;
	font-size:12px;
	margin:0 auto;
	margin-bottom:5px;
	text-align:center;
	width:96%;
	height:50px;
	padding-top:.5em;
}

.commentForm .button {
	padding-top:.5em;
	padding-bottom:.5em;
	margin-bottom:10px;
	margin-right:15px;
	width:15%;
	float:right;
	display:inline;
}

/*********************View Upcoming*****/
#viewupcoming h1 {
	margin-bottom:12px;
}

#viewupcoming a img {
	border:1px solid #cc0000;
	margin:5px;
}

#viewupcoming a:hover img {
	border:1px solid #4c4c4c;
}

#viewupcoming p {
	clear:none;
}

#viewupcoming ul {
	list-style:none;
	margin-left:12px;
	margin-right:12px;
	margin-top:8px;
}

#viewupcoming ul li {
	clear:both;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:.2em;
}

#viewupcoming ul li strong {
	float:left;
	display:inline;
	width:60px;
	line-height:2.2em;
}

#viewupcoming ul li ul {
	float:left;
	margin:0px 0px 12px 0px;
	display:inline;
}

#viewupcoming ul li ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.7em;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	width:auto;
}

#viewupcoming .day {
	font-size:inherit;
}


/*********************Upcoming List*****/


ul#upcoming {
	list-style:none;
	line-height:1.8em;
	margin-top:15px;
}

#upcoming li {
	list-style:none;
	padding:12px;
	margin-bottom:10px;
	margin-right:15px;
	background:#f0ead2;
}

#upcoming h2, #upcoming h3, #upcoming h4 {
	display:block;
	float:none;
	background:none;
	font-weight:normal;
	margin-left:0px;
	color:#4c4c4c;
}

#upcoming h2 {
	font-size:1.7em;
	margin-bottom:0;
	padding:8px 0px 0px 8px;
}

#upcoming .icon {
	padding:40px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/upcoming.jpg);
}

#upcoming li.past {
	background:#ddd;
}

#upcoming .past a {
	color:#666;
}

#upcoming .past a:hover {
	color:#4c4c4c;
}


#upcoming .past h3 {
	text-decoration:line-through;
}	
/*********************Recent Comments*****/

#recentComments {
	clear:both;
	background:#f0ebd3;
	margin-right:15px;
	list-style: none;
	overflow:hidden;
}

#recentComments li {
	color:#666;
	margin:0 auto;
	line-height:14px;
	z-index: 0;
	overflow:hidden;
}

#recentComments li big {
	font-family:Georgia, "Times New Roman", sans-serif;
	font-style:italic;
}

#recentComments li big a {
	color:#cc0000;
}

#recentComments li.odd {
	background:#fff;
}

#recentComments li a {
	color:#666;
	display:block;
	padding:9px;
}

#recentComments li a:hover {
	color:#000;
	background:#e0dbc3;
}

#recentComments li.odd a:hover {
	background:#e3e3e3;
}

#recentComments span {
	color:#ac1700;
}

#recentComments strong {
	display:block;
	font-style: oblique;
	margin-left:3px;
	color:#333;
}

#recentComments em {
	display:block;
	margin-left:3px;
	margin-top:3px;
	color:#333;
}

#recentComments.upcoming em {
	font-size:.8em;
	margin-top:5px;
}

#recentComments.upcoming em .day {
	color:#666;
}
/**********************************Ratings */
.score {
	margin-left:10px;
	background:url("/images/rateColor.gif") repeat-y -90px 0px #999;
	height:17px;
	width:100px;
}

#ratings {
	width:100px;
	height:17px;
	list-style: none;
	background:url("/images/rate.gif") no-repeat;
}

#ratings li {
	float:left;
}

#ratings li a {
	width:20px;
	height:17px;
	display: block;
	float:left;
}

#ratings li a:hover {
	background:url("/images/rate.gif") no-repeat #990000;
}


/**********************************Pagination */

.pagination {
	color:#999;
	text-align: center;
	font-size:12px;
	word-spacing:2px;
	padding:4px;
	clear:both;
	margin-right:15px;
}

.pagination strong {
	color:#666;
}

.older {
	float:right;
	display:inline;
}

.newer {
	float:left;
	display:inline;
}


/***********************************Image Links*/
.thumbs a img {
	border:1px solid #cc0000;
}

.thumbs a:hover img {
	border:1px solid #4c4c4c;
}

/**********************************Thumbs*/


#subContent .thumbs {
	clear:both;
}

#subContent .thumbs p {
	padding-top:8px;
	margin-left:9px;
	margin-bottom:0px;
	clear:both;
}

#subContent .thumbs p strong {
	font-weight:normal;
	font-size:15px;
}

#mainContent .thumbs a.thumbLink {
	position: relative;
	display:inline;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

#subContent .thumbs a.thumbLink {
	position: relative;
	display:inline;
	float:left;
	margin-right:9px;
	margin-top:9px;
}

#subContent.double .thumbs a.thumbLink {
	margin:0;
}

#subContent.double .thumbs a.thumbLink img {
	margin:0;
	border:0;
}

#mainContent .thumbs {
	padding-top:8px;
}

.thumbs .photoInfo {
	text-align:center;
	font-size:10px;
	line-height:15px;
	visibility: hidden;
	top:100px;
	left:100px;
	position:absolute;
	width:120px;
	z-index: 200;
}

#subContent .thumbs .photoInfo {
	top:50px;
	left:50px;
}

.thumbs .photoInfoB {
	background:url(../images/photoInfoBgB.gif) no-repeat bottom left;
	display:block;
	padding-bottom:5px;
	padding-right:2px;
	padding-left:2px;
}

.thumbs .photoInfoT {
	display:block;
	height:12px;
	background:transparent url(../images/photoInfoBg.gif) no-repeat;
}

.thumbs .photoInfo p {
	height:20px;
}

.thumbs .photoInfo strong {
	font-size:11px;
}

em.photo {
	padding-left:17px;
	background:url(../images/cameraIcon.gif) left center no-repeat;
}

em.video {
	padding-top:2px;
	padding-left:17px;
	background:url(../images/videoIcon.gif) left center no-repeat;
}

.thumbs a img.selectedp {
	border:3px solid #4c4c4c;
}

/**************Browse*/

#browse .thumbs {
	padding-top:5px;
	padding-bottom:5px;
	border-top:2px dotted #4c4c4c;
	border-bottom:2px dotted #4c4c4c;
}

#browse .thumbs .thumb {
	display:inline;
	margin-right:4px;
}

#browse .thumbs img {
	width:110px;
	height:110px;
	margin-bottom:8px;
}

#browse {
	background:#fff;
	padding:5px;
	margin-left:20px;
	margin-right:20px;
	padding-left:11px;
}

#browse h3 {
	text-align:left;
	font-size:1.4em;
	font-weight:normal;
	position:relative;
	padding-bottom:2px;
	margin-bottom:3px;
}

#browse p.author {
	text-align:left;
	font-size:1.4em;
	padding-bottom:5px;
}

#browse hr {
	display:none;
}

/**************Information*/
#information {
	background:#e3e3e3;
	padding:12px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:8px;
}

#information h2, #information h3 {
	float:left;
	display:inline;
	font-weight:normal;
}

#information h4 {
	font-weight:normal;
}

#information h2 {
	font-size:1.8em;
}

#information h3 {
	font-size:1.6em;
	margin-top:.1em;
	margin-left:.2em;
}

#information h4 {
	font-size:1.4em;
	float:right;
	display:inline;
	margin-top:.3em;
}


/**************View Media*/

.viewMedia {
	padding-top:20px;
	padding-bottom:28px;
	text-align:center;
	background:#000000 url(../images/mediaviewer_bg.jpg) center bottom no-repeat;
}

.viewMedia span {
	display:block;
	width:20px;
	height:100%;
	text-indent: -9999px;
}

.viewMedia span a {
	display:block;
	height:100%;
}

.viewMedia span.left a {
	background:url(../images/arrow_l.gif) right center no-repeat;
}

.viewMedia span.right a {
	background:url(../images/arrow_r.gif) left center no-repeat;
}

.viewMedia span.left a.over {
	background:url(../images/arrow_l_over.gif) right center no-repeat;
}

.viewMedia span.right a.over {
	background:url(../images/arrow_r_over.gif) left center no-repeat;
}


.viewMedia img, .viewMedia p {
	display: block;
	margin:0 auto;
	border:1px solid #999;
	background:#ffffff;
	padding:4px;
}

.viewMedia a img {
	border:1px solid #c00;
}

.viewMedia a:hover img {
	border:1px solid #333;
}

.viewMedia a {
	color:#ffffff;
}

.viewMedia a:hover {
	color:#999999;
}

/**************subContent DropDown*/

#subContent select {
	background:#fff;
	width: 95%;
	border:1px solid #999;
	font-size:11px;
	padding:1px;
	color:#666666;
	font-weight:bold;
	margin-top:1px;
	margin-bottom:2px;
}

#subContent select option {
	color:#4c4c4c;
	font-weight:normal;
	line-height:18px;
	padding-left:2px;
}

#subContent select .bold {
	font-weight:bold;
}

/************ User Menu */

#userMenu {
	background:#fff;
	border:1px solid #999;
	margin-left: 20px;
}

#userMenu h1 {
	color:#fff;
	font-size: 13px;
	text-align: left;
	background: #144479;
	padding:5px;
	padding-left:10px;
	font-weight: normal;
	margin-bottom: 1px;
}

#userMenu h1.toggler {
	cursor: pointer;
}

#userMenu h1.toggler:hover {
	padding-left:12px;
}

#userMenu h1 a {
	color:#fff;
}

#userMenu h1 a:hover {
	color:#f2ecd9;
}

#userMenu ul {
	padding:10px;
}

#userMenu li {
	font-size:13px;
	margin-left:20px;
	line-height: 20px;
}

/**********************************Error Message*/
.error {
	font-weight: bold;
	color:#ff0000;
}

#mainContent .error, #subContent .error {
	margin-bottom:1px;
	text-align: center;
}

/**********************************Info Message*/

.info {
	font-weight: bold;
	color:#009900;
}

#mainContent .info, #subContent .info {
	margin-bottom:1px;
	text-align: center;
}



/********************************************* FORMS *************************************/

/**********************************Labels*/

/**********************************Simple Form*/

#simpleForm {
	clear:both;
	width:300px;
	text-align: left;
	margin:0 auto;
	padding-top:10px;
}

#simpleForm.fluid {
	width:90%;
	position:relative;
}

#simpleForm label {
	color:#666;
	padding-bottom:2px;
	display:block;
}

#simpleForm .text {
	width:100%;
	font-size:13px;
	margin-right:0px;
	text-align:left;
	color:#333;
}

#simpleForm textarea.big {
	width:100%;
	height:200px;
	font-size:13px;
	margin-right:0px;
	text-align:left;
	color:#333;
}

#simpleForm p {
	margin-bottom:8px;
	margin-left:0px;
}

#simpleForm .button {
	padding:.2em;
	font-size:13px;
}

/**********************************Inset Login*/
#insetLogin {
	text-align: right;
}

#insetLogin h4 {
	margin-left:0px;
}

#insetLogin input {
	margin:0;
}

#insetLogin .text {
	width:100px;
	margin-right:0px;
	text-align:left;
	color:#666;
}

#insetLogin p {
	font-size:11px;
	margin-bottom:2px;
	margin-left:0px;
}

#insetLogin .button {
	padding:.2em;
	font-size:10px;
}

/**********************************Update Content*/
#content.update {
	margin-top:0px;
}

#content.update #mainContent {
	float:left;
	display:inline;
	margin-left:20px;
	width:460px;
	padding:0;
}

#content.update #subContent {
	width:370px;
	float:left;
	display:inline;
	margin-left:10px;
	padding:0;
}

#content.update h1 {
	font-weight:normal;
}

#content.update ul {
	list-style:none;
	margin:8px;
}

#content.update ul li {
	margin-bottom:1em;
}

/**********************************Update Nav*/

.updateNav {
	display:block;
	list-style:none;
	font-size:1.5em;
	height:1.8em;
	text-align:right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #ccc;
}

.updateNav li {
	float:left;
	display:inline;
	padding-right:8px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	border-right:1px solid #666;
}

.updateNav a.selected {
	color:#666;
}

.updateNav .cstart, .updateNav .cend {
	border:0;
}

/**********************************Update Box*/

#updateBox {
	width:440px;
	background: #ffffff;
	border: 1px solid #45403c;
	margin:0 auto;
}

#myfiles #updateBox {
	width:auto;
	background: #ffffff;
	border: 1px solid #45403c;
	margin-left:25px;
	margin-right:25px;
}


#updateBox h2 {
	font-size:1.3em;
	color:#4c4c4c;
	font-weight:normal;
	font-style: normal;
	padding:8px;
	padding-left:15px;
	background: #c4daff;
	border-bottom:1px solid #999;
	margin:0;
}

#myfiles #updateBox div.files {
	width:30%;
	float:left;
	display:inline;
	background:#eeeeee;
	border:1px solid #ccc;
	margin-left:16px;
	margin-top:18px;
	margin-bottom:20px;
}

#myfiles #updateBox .full div.files {
	width:85%;
	float:none;
	display:block;
	margin:20px auto;
}


#myfiles #updateBox .half div.files {
	width:46%;
}

#myfiles #updateBox div.files .news {
	text-align:left;
	margin:0px 15px;
}

#myfiles #updateBox h3 {
	font-weight:normal;
	color:#45403c;
	border-bottom:1px solid #cecece;
	padding:5px;
	margin:8px;
}


#myfiles #updateBox div.files img {
	width:94px;
	margin-bottom:2px;
}

#myfiles #updateBox div.files p {
	position:relative;
	line-height:1.7em;
}

#myfiles #updateBox div.files div {
	padding:5px;
	margin-left:14px;
	margin-bottom:10px;
	position:relative;
}

#myfiles #updateBox div.files .error {
	position:absolute;
	text-align:center;
	padding:2px;
	background:#ffffff;
	border:1px solid #ccc;
	bottom:5px;
	right:5px;
}


/**********************************Tools Nav*/

ul#toolsNav {
	float:left;
	list-style: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size:1.3em;
	width:98%;
	height:29px;
	background: url('../images/line.gif') repeat-x bottom;
}

ul#toolsNav li {
	color:#ffffff;
	background: #144479;
	margin:0;
	float:left;
	width:25%;
	border:1px #999 solid;
	height:25px;
	margin-top:5px;
	margin-left:5px;
	display: inline;
}

ul#toolsNav li#end {
	border-right:1px #999 solid;
}

ul#toolsNav li a {
	color:#ffffff;
	display: block;
	margin-top:5px;
}

ul#toolsNav li a:hover {
	text-decoration:underline;
}

ul#toolsNav li.selected {
	background: #ffffff;
	border-bottom:0;
	margin-top:0;
	height:30px;
}

ul#toolsNav li.selected a {
	color:#4c4c4c;
}

/**********************************Tools*/

#tools {
	background:#ffffff;
	border:1px solid #999;
	border-top:0;
	float:left;
	width:98%;
	position: relative;
	display: inline;
}

iframe#toolsFrame {
	border:0;
	width:100%;
	height:400px;
	margin-left:20px;
	background:url('../slimbox/css/loading.gif') no-repeat center;
}

#tools #info, #updateBox #info, .disclaimer {
	background: #e2eaff;
	border:1px solid #a4bacf;
	text-align: left;
	margin-left:15px;
	margin-right:15px;
	margin-top:12px;
	padding:8px;
	font-size:10px;
	line-height:15px;
}

.disclaimer {
	width:60%;
	margin:0 auto;
}

#disclaimer {
	width:70%;
	font-size:11px;
	background:#ffdac3;
	border:1px solid #b49a8a;
}

/**********************************Insert*/

ul#insert {
	clear:both;
	margin-left:12px;
	list-style: none;
	line-height: 16px;
}

ul#insert li {
	font-weight: bold;
	font-size: 13px;
}

ul#insert li ul {
	margin-left:12px;
	margin-bottom: 8px;
	list-style: disc;
}

ul#insert li ul li {
	font-weight: normal;
	font-size:12px;
}

/**********************************Upload Bar*/

#progress_win {
	text-align: center;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
	visibility: hidden;
}

#progressouter {
	background:#eeeeee url('../images/loadbar.gif') repeat-x;
	width:90%;
	height:18px;
	border-left:1px #c0c0c0 solid;
	border-right:1px #c0c0c0 solid;
	margin:0 auto;
	margin-top:4px;
	margin-bottom:2px;
}

#progressinner {
	background:#eeeeee url('../images/progress.gif') repeat-x;
	height:18px;
	width:0px;
}

#percent {
	font-weight: bold;
	width:90%;
	text-align:center;
	line-height:18px;
	font-size:14px;
	color:#4c4c4c;
}

#details {
	width:90%;
	text-align:center;
	line-height:18px;
	font-size:13px;
	color:#4c4c4c;
}

#details .error {
	width:80%;
	margin:0 auto;
	text-align: left;
}

/**********************************Upload Details*/

#upload_details {
	border:1px solid #ccc;
	margin:5px;
	padding:4px;
}

#upload_details img {
	float:left;
	display:inline;
	margin:3px;
	margin-bottom:8px;
	padding:2px;
	border: 1px solid #999;
}

#upload_details p {
	float:left;
	display:inline;
	margin:0;
	width:50%;
	margin-left:3%;
}

#upload_details hr {
	margin:8px;
	color:#666;
	height:1px;
	line-height:1px;
	font-size:1px;
	background:#666;
	border:0;
}


/**********************************Scrolling Content*/

#scrolling_content {
	overflow:auto;
	border:1px solid #ccc;
	margin:5px;
	height:150px;
	padding:12px;
}

#scrolling_content img {
	float:left;
	display:inline;
	margin:5px;
	padding:2px;
	border: 1px solid #999;
	width:120px;
}

#scrolling_content p {
	float:left;
	display:inline;
	margin-top:8px;
}

/**********************************Image Select*/

.image_select select {
	width:170px;
	height:180px;
	float:right;
	display:inline;
	margin:0;
	border:1px solid #999;
}

.image_select option {
	line-height:16px;
	padding:3px;
}

#previewImage {
	float:left;
	display:inline;
	padding:2px;
	border: 1px solid #999;
}
/**********************************User Table*/

#usertable {
	background:#fff;
	width:98%;
	margin:0 auto;
	border:1px solid #ccc;
	border-collapse: collapse;
}


#usertable tr.even {
	background:#f0ead2;
}

#usertable td, #usertable th {
	text-align:left;
	padding:5px;
	border:1px solid #ccc;
}

#usertable a {
	display:block;
	text-align:center;
	margin:1px;
}
/**********************************Google Custom Search*/
#cse-search-box {
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:20px;
}

#cse-search-box input {
	background:#aa0000;
	color:#eee;
	border:1px solid #660000;
}

/**********************************Photo of the Week*/
#pow {
	margin-left:10px;
}

#pow a img {
	border:0;
}

/**********************************Featured Video*/
#fv {
	margin-left:18px;
}
#fv span {
	display:block;
	width:238px;
	height:162px;
	background:url(../images/tv.gif) no-repeat top left;
}

#fv object {
	margin-top:13px;
	margin-left:13px;
}

/**********************************iPod*/
.ipod a {
	display:block;
	font-weight:bold;
	line-height:1.2em !important;
	background:url(../images/ipod_icon.gif) left top no-repeat;
	padding:2px 90px 20px 32px;
}
/************************************Poll*/

.poll {
	clear:both;
}

.poll h4 {
	background:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:6px;
}

.poll span {
	font-size:11px;
}

.smallbox .middle .poll p {
	clear:both;
	text-align:left;
	margin-left:0px;
	padding-left:20px;
	font-size:13px;
}

.poll em {
	background:#fff;
	float:left;
	display:inline;
	width:120px;
	padding-bottom:2px;
	padding-left:5px;
	font-style:normal;
	margin-bottom:5px;
}

.poll .percent {
	display:inline;
	float:left;
	background:#cc0000;
	color:#ffffff;
}

.poll .percent strong {
	display:block;
	padding-top:3px;
	padding-right:3px;
	text-align:right;
}

.poll .votes {
	float:left;
	display:inline;
	color:#666666;
	padding-top:3px;
	padding-left:5px;
}

/************************************Friends*/
#friends {
	padding:20px;
}

.friends {
	float:left;
	display:inline;
	text-align:left;
}

.friends .box {
	width:260px;
}

.friends h2 {
	font-style:italic;
	padding:3px;
}

.friendsList {
	list-style:none;
	clear:both;
	font-size:1.4em;
	margin-bottom:3px;
}

.friendsList ul li {
	list-style:none;
	font-size:.7em;
	margin-bottom:5px;
}


