/* HTML STYLES */
th {
	text-align: left;
	color: #4b5d8e;
}
hr {
	border: 1px dashed #CCCCCC;
	font-weight: normal;
	width: 785px;
}

/* Main DIVs common to all pages */
#main-right {
	float: right;
	width: 200px;
	margin: 0px;
}
#main-left {
	float: left;
	width: 787px;
}
#main-left-header {
	width: 775px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
	text-align: center;
}
#main-left-left {
	float: left;
	width: 400px;
	padding: 5px;
}
#main-left-right {
	float: right;
	width: 350px;
	border-left: 1px dashed #CCCCCC;
	padding: 5px;
}
#main-left-footer {
	float: left;
	width: 775px;
}
#cms-logged-in {
	width: 190px;
	float: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background: #EDEFFC;
}

#quick-menu {
	width: 190px;
	float: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #EDEFFC;
}
.quick-menu-title {
	color: #4b5d8e;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 5px;
}
#edit-area {
	/*border-bottom: 1px dashed #CCCCCC;*/
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 5e76b6;
	padding: 3px;
}
.item {
	width: 100px;
	text-align:center;
	font-size: 12px;
	padding: 0px;
}

/* General styles used all around */
/* styling for the add, edit & delete buttons */
.small-buttons {
	font-size: 10px;
	font-weight: normal;
}
/* Confirm dialog box */
#confirm-box-outer {
	width: 200px;
	border: 1px solid #FF0000;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#confirm-box-title {
	text-align: center;
}
.confirm-button {
	width: 30px;
	text-align: center;
	
}
#confirm-box-content {
	text-align: center;
}

.cms-title {
	font-size: 16px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #4b5d8e;
	font-weight: bold;
}

/* POTENTIALY UNUSED - IF BUGS OCCUR CHECK THESE 
#main-left-wrapper {
	width: 780px;
}
#image-menu {
	width: 360px;
}
.orange-header {
  font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: #e4a827;
  width: 375px;
  padding: 1px;
  border: 1px solid #CCCCCC;
}
#attention-1-header a:link {
  color: #000000;
}
#attention-1-header a:hover {
  color: #000000;
}
#attention-1-header a:visited {
  color: #000000;
}*/

/* Links */
#inner-wrap a:link, table div.side-box a:link {
	color: #5e76b6;
}
#inner-wrap a:visited, table div.side-box a:visited {
	color: #5e76b6;
}
#inner-wrap a:hover, table div.side-box a:hover {
	color: #e4a827;
}

/* messages & error */
.welcome-msg {
	font-size: 18px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #5e76b6;
}
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	margin: auto;
	text-align: center;
}
.error-msg {
	margin: auto;
}
.message {
	color: #000000;
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
}

/* Show and hide classes */
.show {
  visibility: visible;
}
.hide {
  visibility: hidden;
}


/* Form styling */

.form-label {
	width: 80px;
	padding: 5px;
	vertical-align: top;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form-side-content {
	width: 680px;
	border-left: 1px dashed #CCCCCC;
	padding: 2px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input {
	width: 280px;
}

/* Categories */
#main-categories {
}
.subcat {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FF9900;
}
.maincat {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
#categories-main {
	float: right;
	width: 430px;
	padding: 10px;
}
#categories-inactive {
	float: left;
	width: 280px;
	padding: 10px;
}


/* Links */
#admin-left {
	float: left;
	width: 250px;
	padding: 5px;
}
#admin-right {
	float: left;
	width: 500px;
	padding: 5px;
	border-left: 1px solid #D0D8F2;
}
#links-approve {
	float: left;
	width: 200px;
	padding: 10px;
}
#links-main {
	float: right;
	width: 500px;
	padding: 10px;
}
#viewby-menu {
	padding: 5px;
	border-bottom: 1px solid #D0D8F2;
}
.link-outer {
	width: 400px;
	padding: 5px;
}
.link-title {
	font-size: 12px;
	width: 400px;
	padding: 2px;
	height: 12px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}
.link-content {
	font-size: 11px;
	width: 400px;
	/*border-top: 1px solid #666666;*/
	padding: 2px;
}
.link-label {
	font-size: 11px;
	color: #003366;
	font-style: italic;
}

/* Newsletters */

#current-newsletters {
	float: left;
	width: 550px;
	height: 70px;
	padding: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#news-topright-menu {
	float: right;
	width: 200px;
	height: 57px;
	margin: auto;
}
#news-option-menu {
	float: right;
	height: 13px;
	width: 200px;
	text-align: right;
}
#news-current-content {
	float: left;
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
#past-newsletters {
	float: left;
	margin-top: 30px;
	padding: 5px;
}
.news-item {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news-current-left {
	width: 200px;
}
.news-current-right {
	width: 550px;
}

/* Articles */

#art-author, #art-title, #art-options, #art-date, #art-edited, #art-order {
	color: #FFFFFF;
	text-align: center;
}
.article-cell-order {
	width: 50px;
	text-align: center;
}
.article-cell-title {
	width: 250px;
}
.article-cell-date {
	width: 140px;	
	text-align: center;
}
.article-cell-author {
	width: 150px;
	text-align: center;
}
.article-cell-options {
	width: 90px;
	text-align: center;
}

/* newly featured article selection list */
.f-article-header {
	height: 15px;
	background-image: url('../forum/templates/fiso/images/new/cat_bluebar_bg.gif')
}
.f-article-title {
	width: 410px;
	float: left;
}
.f-article-author {
	width: 150px;
	float: left;
	text-align: center;
}
.f-article-date {
	width: 150px;
	float: left;
	text-align: center;
}
.f-article-select {
	width: 60px;
	float: left;
	text-align: center;
}

.article-footer {
	width: 786px;
	border-top: 1px solid #D0D8F2;
}
#index-unapproved-articles {
	padding: 5px;
}
#index-unapproved-links {
	padding: 5px;
}

/* moderators page */

#add-new-moderator {
	width: 750px;
	padding: 5px;
}
* html #add-new-moderator {
	width: 760px;
	w\idth: 750px;
}

#mod-tbl {
	width: 770px;
}
.mod-name {
	width: 150px;
	background:  url('../forum/templates/fiso/images/new/cat_bluebar_bg.gif');
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #D0D8F2;
}
.mod-cats {
	width: 350px;
	background:  url('../forum/templates/fiso/images/new/cat_bluebar_bg.gif');
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #D0D8F2;
}
.mod-add {
	width: 200px;
	background:  url('../forum/templates/fiso/images/new/cat_bluebar_bg.gif');
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #D0D8F2;
}
.mod-injury {
	width: 80px;
	background:  url('../forum/templates/fiso/images/new/cat_bluebar_bg.gif');
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #D0D8F2;
}
.mod-cell-name {
	border-bottom: 1px solid #D0D8F2;
}
.mod-cell-cats {
	border-bottom: 1px solid #D0D8F2;
}
.mod-cell-add {
	border-bottom: 1px solid #D0D8F2;
}
.mod-cell-injury {
	border-bottom: 1px solid #D0D8F2;
	text-align: center;
}
.parent-menu {
	color: #333333;
	font-size: 11px;
}