@charset "utf-8";
/* CSS Document */

/*
    Default Body
------------------------------------------------------ */ 
body {
	margin:            0;
	padding:           0;
	color:             #333333;
	background-color:  #fff;
	font: 11px Arial, Helvetica, sans-serif;
}
body#sec-5 {background: url(../assets/2ndary-5.jpg) no-repeat left top;}

/*
    Default Links
------------------------------------------------------ */ 
a {
	text-decoration:   none;
	color:             #1E73A6;
	text-decoration:   none;
	background-color:  transparent;
}
  
a:visited {
 color:             #1E73A6;
 text-decoration:   none;
 background-color:  transparent;
}

a:hover {
 color:             #A0A4C1;
 text-decoration:   underline;
 background-color:  transparent;
}

/*
    Larger Links 
------------------------------------------------------ */ 

.largeLinks { 
 color:             #000;
 background:        transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
}
.largeLinks a:link {
	color:             #155199;
	background:        none;
	text-decoration:   none;
} 
.largeLinks a:visited { 
 color:             #155199;
 background:        transparent;
 text-decoration:   none;
}
.largeLinks a:hover {
	color:             #4DA8DF;
	background:        transparent;
	text-decoration:   underline;
}



/*
    Alternate links in opposit color
------------------------------------------------------ */ 

.altLinks {
	color:             #1E73A6;
	background:        transparent;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
}
.altLinks a:link {
	color:             #1E73A6;
	background:        none;
	text-decoration:   underline;
} 
.altLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   none;
}
.altLinks a:hover { 
 color:             #B8BDED;    
 background:        transparent;
 text-decoration:   underline;
}

/*
    Small links
------------------------------------------------------ */ 
.smallLinks {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         10px;
	color:             #134B6C;
	background-color:  transparent;
}

.smallLinks a:link { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
} 
.smallLinks a:visited { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
}
.smallLinks a:hover { 
 color:             #1E73A6;    
 background:        transparent;
 text-decoration:   underline;
}

/*
  Links in forum posts
------------------------------------------------------ */ 
.post a {
 text-decoration:   none;
 color:             #1E73A6;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.post a:visited {
 color:             #1E73A6;
 text-decoration:   underline;
 background-color:  transparent;
}

.post a:hover {
 color:             #A0A4C1;
 text-decoration:   none;
 background-color:  transparent;
}
/*
    Basic stuff
------------------------------------------------------ */ 

p {
	background:		transparent;
	color:             #333333;
	margin:			4px 0 8px 0;
	font: 12px/17px Arial, Helvetica, sans-serif;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
	background:		transparent;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         10px;
	color:             #38394B;
}

.defaultBold {
 font-weight: bold;
}

.defaultRight {
 text-align: right;
}

.defaultCenter {
text-align: center;
}


h2 {
 background:		transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 color:             #38394B;
 margin:			0 0 6px 0;
}

h3 {
 background:		transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px;
 color:             #38394B;
 margin:			3px 0 3px 0;
}

.lighttext {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 color:             #73769D;
 padding:           4px 0 2px 0;
 background-color:  transparent;  
}

/*
    Special formatting for quotes, <code>, <pre> etc..
------------------------------------------------------ */ 

code {
  white-space: normal;
 }

 pre {
 background: 		#EFEFF4;
 border:			1px solid #ccc;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			10px 10px 10px 6px;
 white-space: 		normal;
}

.codeblock {
	background: 		#f2f2f2;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #38394B;
	margin:			8px 4px 10px 3px;
	padding:			10px 10px 10px 6px;
	border: 1px solid #CCCCCC;
}

blockquote {
	background: 		#EFEFF4;
	border-left:		4px solid #999999;
	border-top:		1px solid #ccc;
	border-bottom:		1px solid #ccc;
	border-right:		1px solid #ccc;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #38394B;
	margin:			8px 2px 10px 6px;
	padding:			5px 10px 10px 6px;
}

.quote_author {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #38394B;
 margin:			0 0 4px 0;
 background-color:  transparent;
}

/*
    Top Bar 
------------------------------------------------------ */ 

#topBar {
	height: 90px;
	background: url(../assets/header-nav.png) repeat-x left top;
	position: relative;
}

.topBarLinks { 
 color:             #fff;
 background:        transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 text-align:		center;
 padding:           15px 30px 6px 20px;
}
.topBarLinks a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.topBarLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.topBarLinks a:hover {
	color:             #1E73A6;
	background:        transparent;
	text-decoration:   none;
}

/*
    Page Header 
------------------------------------------------------ */ 

#pageheader {
	margin-bottom: 55px;
	position: relative;
	height: 60px;

}
#forumstatson {
	margin-top: 50px;
}


/*
    Right side of page banner
------------------------------------------------------ */ 
.rightheader {
	background-color:  transparent;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:				#fff;
	text-align:		left;
	padding:			0 22px 0 20px;
	position: absolute;
	right: 0%;
}
.rightheader a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.rightheader a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.rightheader a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   none;
}
/*
    Private message box
------------------------------------------------------ */ 

.privatemessagebox{
	background:        #0065BA;
	padding:			3px;
	width: 400px;
	position: absolute;
	right: 2%;
	color: #FFFFFF;
	opacity:.75;
}
.privatemessagebox a {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}


/*
    Member Signature
------------------------------------------------------ */ 

.signature {
 background: 		transparent;
 border-top:		1px solid #DBDCF5;
 border-right:		1px solid transparent;
 border-left:		1px solid transparent;
 border-bottom:		1px solid transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			15px 0 0 0;
 padding:			3px 10px 4px 6px;
}

.signatureTitle {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 color:             #AEB0D8;
 background-color:  transparent;  
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
	background: url(../assets/vert-fade.jpg) no-repeat center top;
	padding: 			15px 25px 3px 27px;
	height: 30px;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 
.breadcrumb {  
 background-color:  transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
}
.breadcrumb a:link { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
} 
.breadcrumb a:visited { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
}
.breadcrumb a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   underline;
}

.currentcrumb {
	color:  #666666;
	font-weight: bold;
}
.breadcrumbspacer {
 color:  #6B6B85;
}
/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
 margin-bottom: 5px;
}

.itempad {
padding: 2px 0 2px 0;
}

.itempadbig {
padding: 5px 0 5px 0;
}

.bottompad {
padding: 0 0 2px 0;
}

.marginpad {
 margin: 12px 0 10px 3px;
}

.leftpad {
 padding: 0 0 0 4px;
}

/*
    Main Content Wrapper
------------------------------------------------------ */ 
#content {
	left:              0px;
	right:             10px;
	margin:            0px 20px 0 20px;
	padding:           0;
	width:             auto;
}
* html #content {
 width:             100%;
 width:            auto;
}

/*
   Forum related text formatting
------------------------------------------------------ */ 

.forumName {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         12px;
	color:             #333449;
	background-color:  transparent;
}

.forumDescription {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	padding:           3px 0 0 0;
	color:             #333333;
	background-color:  transparent;
}

.forumLightLinks {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         10px;
	color:             #000000;
	padding:           4px 0 2px 0;
	background-color:  transparent;
}

.forumLightLinks a:link { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
} 
.forumLightLinks a:visited { 
 color:             #1E73A6;
 background:        transparent;
 text-decoration:   none;
}
.forumLightLinks a:hover { 
 color:             #A0A4C1;    
 background:        transparent;
 text-decoration:   underline;
}
.topicTitle {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px; 
 color:             #333449;
 background-color:  transparent;  
}

.userBlock {
 padding:	2px 0 2px 0;
}

.edited {
	font-size:		9px;
	color:			#555;
}

/*
    File Attachments
------------------------------------------------------ */ 

.attachTitle {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #C8C8E1;
}
.attachBody {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #73769D;
 padding:           4px;
 margin-bottom:		10px;
 background-color:  #EFEFF6;
}

.attachThumb {
 margin: 3px 6px 3px 3px;
 border: 1px solid 	#6A6F93;
 background-color:  #6A6F93;
}

/*
    User Rank Text in Post
------------------------------------------------------ */ 
.rankAdmin {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #349A01;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankModerator {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #990000;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankMember{
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #424A65;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankImage {
 margin: 0;
 padding: 0;
 border:  0;
}

/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */ 

.button {
 width:				80px;
 background-color: 	transparent;
}
.button40 {
 width:				40px;
 background-color: 	transparent;
}
.button80 {
 width:				80px;
 background-color: 	transparent;
}
.button100 {
 width:				100px;
 background-color: 	transparent;
}
.button150 {
 width:				150px;
 background-color: 	transparent;
}
.button210 {
 width:				210px;
 background-color: 	transparent;
}
.buttonSpacer{
 margin:	0 0 0 6px;
}
.buttonLarge {
 background: 		#ccc ;
 text-transform:    uppercase;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 text-align:		center;
 color:				#555;
 font-weight:		bold;
 padding:           4px 6px 4px 6px;
 margin:     		2px 0 4px 0;
 white-space: 		nowrap;
 cursor: pointer;
}
.buttonLargeHover {
 background: 		#aaa;
 text-transform:    uppercase;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 text-align:		center;
 color:				#333;
 font-weight:		bold;
 padding:           4px 6px 4px 6px;
 margin:     		2px 0 4px 0;
 white-space: 		nowrap;
 cursor: pointer;
}


.buttonSmall {
 background: 		#ccc;
 text-transform:    uppercase;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#555;
 padding:           2px 3px 2px 3px;
 margin:     		0 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}

.buttonSmallHover {
 background: 		#aaa;
 text-transform:    uppercase;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#333;
 padding:           2px 2px 2px 3px;
 margin:     		0 3px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}


/*
    Post Preview
------------------------------------------------------ */ 

.preview {
 background:		#f9f9f9;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #ccc;
}
.previewheading {
 background: 		#C9CAE2;
 font-family:       Arial, Helvetica, sans-serif;
 font-weight:		bold;
 font-size:         11px;
 color:             #fff;
 padding:           5px 0 5px 10px;
 border-top:     	1px solid #A7A9C7;
 border-right:     	1px solid #A7A9C7;
 border-left:     	1px solid #A7A9C7;
}

/*
    Moderator Highlight
    This controls the look of the name of moderators
    that appear in the stats area.  The idea is that
    moderators appear in the list differently than
    regular members
------------------------------------------------------ */ 
.activeModerator {
 font-weight: bold;
}

/*
    Table Formatting
------------------------------------------------------ */ 
.border {
 border:     		1px solid #ccc;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorder {
 border-left:     	1px solid #ccc;
 border-right:     	1px solid #ccc;
 border-bottom:     1px solid #ccc;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderLeft {
	padding:			0;
	margin-top:        1px;
	margin-bottom:     3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.tableBorderTopLeft {
 border-top:     	1px solid #ccc;
 border-left:     	1px solid #ccc;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderPad {
	padding:			1px;
	margin-top:        1px;
	margin-bottom:     3px;
}
.threadBorder {
 border-left:      1px solid #ccc;
 padding:			0;
 margin:			0 0 8px 0;
}
.tableBG {
 background-color: #F0F0F0;
}

.tablePad {
 padding:  0 2px 4px 2px;
}

.tableHeadingBG {
	color:             #fff;
	padding:           7px 6px 7px 6px;
	border-bottom:     1px solid #fff;
	border-right: 1px;
	background: #E6DFCA;
}
.tableHeading {
	color:             #333333;
	padding:           0;
	margin:			0;
	background-color:  transparent;
	white-space: 		nowrap;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
.tableHeadingSmall {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 font-weight:		normal;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent;  
}
.tableRowHeading, .tableRowHeadingBold {
	background: #F0ECE0;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #333333;
	padding:           8px 10px 8px 6px;
	border-top:        1px solid #E2DBC5;
	border-bottom:     1px solid #E2DBC5;
	border-right: 1px solid #CCCCCC;
}
.tableRowHeadingBold {
	font-weight: bold;
}
.tableRowSpacer {
 background: 		#FBFBFD;
 padding:           0;
}

.tableCellOne {
	background: #FBFBFD;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #333333;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #ccc;
	border-left:       1px solid #fff;
	border-right:      1px solid #ccc;
}
.tableCellTwo {
	background: #F0F0F0;
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #333333;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #ccc;
	border-left:       1px solid #fff;
	border-right:      1px solid #ccc;
}

.tablePostInfo {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 color:             #73769D;
 background-color:  transparent;  
}

.ignored {
 border:     		1px solid #ccc;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     8px;
}

/*
    Member Profile Page
------------------------------------------------------ */ 

.profileHeadingBG {
	color:             #fff;
	padding:           6px 6px 6px 6px;
	border-bottom:     1px solid #EBE4D6;
	background: #F3EFE6;
}

.profileAlertHeadingBG {
 background:		#6e0001 url({path:image_url}bg_alert.jpg) repeat-x left top;
 color:				#fff;
 padding:			6px 6px 6px 6px;
 border-bottom:		#585C9C 1px solid;
}

.profileTopBox {
 background:	#F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 margin:		0;
 padding:		7px 5px 5px 5px;
}

.profileTitle {
 font-family:		Tahoma, Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profileItem {
 background:		transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin: 			2px 0 2px 0;
 background-color: transparent;  
}

.profilePhoto {
 background:		#F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 border-left:       1px solid #ccc;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.avatar {
 background:	transparent;
 margin:		3px 14px 0 3px;
}

.photo {
 background:	transparent;
 margin:		6px 14px 0 3px;
}

.profileHead {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-weight:		bold;
	text-transform:	uppercase;
	color:				#666666;
	padding:			3px 4px 3px 10px;
	background-color:	#F3EFE6;
	margin:			0 0 0 0;
	border-bottom: 1px solid #EBE4D6;
}

.menuHeadingBG {
	color:             #fff;
	padding:           6px 6px 6px 6px;
	background: #F3EFE6;
	border-bottom: 1px solid #EBE4D6;
}

.profileMenu {
	padding:			1px;
	margin-top:        1px;
	margin-bottom:     3px;
}

.profileMenuInner {
 padding-left:		10px;
 padding-right:		8px;
 margin-bottom:		4px;
 margin-top:		4px;
}

.menuItem {
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			11px;
 padding:			3px 0 3px 0;
 background-color:	transparent;  
}

.borderTopBot {

}

.borderBot {
	border-bottom: 1px solid #EBE4D6;

}

.success {
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			11px;
 color:				#009933;
 font-weight:		bold;
 padding:			3px 0 3px 0;
 background-color:	transparent; 
}

.memberlistRowOne {
 background: #FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #ccc;
 border-left:       1px solid #ccc;
 border-right:      1px solid #fff;
}
.memberlistRowTwo {
 background: #F0F0F0 url({path:image_url}bg_table_td_two.jpg) repeat-x left top;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #ccc;
 border-left:       1px solid #ccc;
 border-right:      1px solid #fff;
}

.memberlistHead {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		11px;
 font-weight: 		bold; 
 background: 		#74779D url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 border-bottom:     #4B5388 1px solid;
 padding: 			8px 0 8px 8px;
}

.memberlistFooter {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #000;
 padding:           6px 10px 6px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #999;
 border-right:      1px solid #fff;
 background-color:  #B8B9D1;  
}

.innerShade {
 background-color:	#DDE1E7;
 border:      	 	1px solid #74779D;
 margin:			0;
 padding:			10px;
}

/*
    Search Formatting
------------------------------------------------------ */ 

.searchBox {
 background: 		transparent;
 border:			1px solid #C1C2E2;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			16px 0 0 0;
 padding:			8px 5px 5px 5px;
}

.searchBoxTitle {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #333;
 background-color:  transparent;  
}

.searchpad {
 padding:  6px 0 8px 0;
}

.searchspacer {
 margin-bottom:     6px;
}



/*
    Pagination Links
------------------------------------------------------ */ 
.paginateBorder {
 background-color:  transparent;
 border-top:        1px solid #696EA4;
 border-right:      1px solid #696EA4;
 border-bottom:     1px solid #696EA4;
 margin-bottom:		4px;
 }
.paginate {
 background: 		#FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #000;
 border-right:      1px solid #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 4px 2px 4px;
 margin:		 	0;
 }
.paginateStat {
 background: 		#4A4E80;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 }
.paginateCur {
 background: 		#FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #ccc;
 border-left:      	1px solid #7B81A9;
 padding:           2px 6px 2px 6px;
 margin:			0;
 }
 
.paginate a:link {
 text-decoration:   none;
 color:             #1E73A6;
 text-decoration:   none;
 background-color:  transparent;
}
  
.paginatea:visited {
 color:             #1E73A6;
 text-decoration:   none;
 background-color:  transparent;
}

.paginate a:hover {
 color:             #A0A4C1;
 text-decoration:   none;
 background-color:  transparent;
}

/*

    Form Field Formatting
------------------------------------------------------ */ 

form {
 margin:            0;
 padding:           0;
 border:            0;
}
.hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.input {
	color:             #333;
	font: 13px/17px Arial, Helvetica, sans-serif;
	padding:           0;
	margin:        	0;
} 
input.input#search{
	background: url(../assets/bg_input.gif);
	padding: 3px;
	border-style: none;
	color: #CCCCCC;
	margin-right:5px;
}
.textarea {
	color:             #333;
	padding:           0;
	margin:        	0;
	font: 13px/17px Arial, Helvetica, sans-serif;
}
.select {
 background-color:  #fff;
font: 13px/17px Arial, Helvetica, sans-serif;
 font-weight:       normal; 
 color:             #333;
 margin-top:        2px;
 margin-bottom:     2px;
} 
.multiselect {
 background-color:  #fff;
 color:             #333;
	font: 13px/17px Arial, Helvetica, sans-serif;
 margin-top:        2px;
 margin-top:        2px;
} 
.radio {
 background-color:  transparent;
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 background-color:  transparent;
 padding:           0;
 border:            0;
}
.buttons {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 font-weight:       bold;
 margin:        	0;
 padding:			1px 6px 3px 6px;
 background-color:  #ccc;
 color:             #333;
 cursor: pointer;
}

.submit {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         11px;
	font-weight:       normal;
	margin:        	0;
	padding:			1px 4px 1px 4px;
	background-color:  #CCCCCC;
	color:             #333333;
	cursor: pointer;
}  
/*
    Error messages
------------------------------------------------------ */ 

.errorHeading {
 background: 		#660000;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     1px solid #fff;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px; 
 font-weight:		bold;
}

.errorMessage {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #990000;
 padding:           10px 0 10px 0;
}

.errorBox {
 background:		#f9f9f9;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #990000;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #990000;
}

.alert {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #990000;
 font-weight:		bold;
}

.highlight {
 color:             #990000;
}

/*
    Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         10px;
	color:             #333333;
	background-color:  transparent;
	white-space: 		nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
 background-color:  #f6f6f6;  
 padding:           0;
 border-top:        #333 1px solid;
 border-right:      #333 1px solid;
 border-bottom:     #333 1px solid;
}
.htmlButtonOuterL  {
 border-left:       #333 1px solid;
}
.htmlButtonInner {
 background-color:  transparent; 
 text-align:		center;
 padding:			0 3px 0 3px;
 border-left:       #fff 1px solid;
 border-top:        #fff 1px solid;
 border-right:      #ccc 1px solid;
 border-bottom:     #ccc 1px solid;
}
.htmlButtonOff {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         11px;
 font-weight:       bold;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOff a:link { 
 color:             #000;
 text-decoration:   none;
 white-space:       nowrap;
}
.htmlButtonOff  a:visited { 
 text-decoration:   none;
}
.htmlButtonOff a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOff a:hover { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:       bold;
 background:        #f6f6f6;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOn a:link { 
 color:             #990000;
 text-decoration:   none;
 white-space:       nowrap;
}  
.htmlButtonOn  a:visited { 
 text-decoration:   none;
} 
.htmlButtonOn a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn a:hover { 
 color:             #999;
 text-decoration:   none;
}

/*
    SPELL CHECK CSS
--------------------------------------------------------------- */

.iframe {border:1px solid #6666CC;}

.wordSuggestion
{
	background-color: #f4f4f4; 
	border: 1px solid #ccc; 
	padding: 4px; 
}

.wordSuggestion a, .wordSuggestion a:active
{
	cursor: pointer;
}

.spellchecked_word
{
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px dashed #ff0000;
}

.spellchecked_word_selected
{
	cursor: pointer;
	background-color: #ADFF98;
}



#nav-cntr {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	right: 2%;
	bottom: 21px;
	width: 600px;
}
#search-cntr {
	position: absolute;
	top: 10px;
	right: 2%;
}
#search-cntr input[type="image"]{
	vertical-align: middle;
	}
#tools {
	position: absolute;
	top: 10px;
	right: 225px;

}
#tools p{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}
#tools a {
	color: #1E73A6;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 10px;
}


ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	border-right: 1px solid #ddd;
}
#nav li a {
	color: #555;
	text-decoration: none;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 3px 15px;
	font-weight: normal;
}
#nav li a:hover {color:#111}
#nav li.end, #footer li.end {
	border-style: none;
}
#nav li.end a{
	padding-right: 0px;
}
#logo  {
	position: absolute;
	top: 15px;
	left: 2%;
}

/*
    Page Footer
------------------------------------------------------ */ 
#footer {
	float: left;
	width: 960px;
	border-top: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	margin-top:50px;
	margin-left:2%;
}
.post {
	padding-bottom: 20px;
}


#footer ul {
	list-style: none;
	margin: 15px 0px 0px;
	padding: 0px;
	color: #333333;
}
#footer li {
	display: block;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #999999;
}
#footer li a {
	text-decoration: none;
	color: #333333;
}
#footer li a:hover{
	border-bottom: 1px solid #333333;
}
#footer p {
	clear: both;
	padding-top: 5px;
	color: #999999;
	font-size: 10px;
}
