/*
    Default Body
------------------------------------------------------ 
body {
 margin:            0;
 padding:           0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 background-color:  #fff;
}*/ 
/*
    Default Links
------------------------------------------------------ 
a {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}
  
a:visited {
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}

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

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

.largeLinks { 
 color:             #000000;
 background:        transparent;
 font-family:      Arial, Helvetica, sans-serif;
 font-size:         12px;
 font-weight: bold;
}




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

.altLinks { 
 color:             #FFFFFF;
 background:        transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
}
/*.altLinks a:link { 
 color:             #FFFFFF;
 background:        none;
 text-decoration:   underline;
} 
.altLinks a:visited { 
 color:             #FFFFFF;
 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:         11px;
 padding:           3px 0 0 0;
 color:             #323232;
 background-color:  transparent;  
}

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


/*
    Basic stuff
------------------------------------------------------ */ 

p {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #38394B;
 margin:			4px 0 8px 0;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
 background:		transparent;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px;
 color:             #555555;
 font-weight: normal;
}

.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:             #323232;
 margin:			0 0 6px 0;
}

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

.lighttext {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 color:             #989898;
 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 #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			10px 10px 10px 6px;
 white-space: 		normal;
}

.codeblock {
 background: 		#EFEFF4;
 border-left:		1px solid #B2B3CE;
 border-top:		1px solid #B2B3CE;
 border-bottom:		1px solid #B2B3CE;
 border-right:		1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 4px 10px 3px;
 padding:			10px 10px 10px 6px;
}

/*.blockquote {
 background: 		#EFEFF4;
 border-left:		4px solid #6363A0;
 border-top:		1px solid #B2B3CE;
 border-bottom:		1px solid #B2B3CE;
 border-right:		1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			5px 10px 10px 6px;
}*/

blockquote {
 background: 		#FFFFFF;
 border-left:		1px solid #E7E7E9;
 border-top:		1px solid #E7E7E9;
 border-bottom:		1px solid #E7E7E9;
 border-right:		1px solid #E7E7E9;
 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:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #38394B;
 margin:			0 0 4px 0;
 background-color:  transparent;
}

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

#topBar {  
 background: #666DAD url({path:image_url}bg_page_topbar.jpg) repeat-x left top;
}

.topBarLinks { 
 color:             #fff;
 background:        transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, 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:             #B8BDED;    
 background:        transparent;
 text-decoration:   none;
}

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

#pageheader {  
 background: #3F4585 url({path:image_url}bg_header.jpg) repeat-x left top;
 border-bottom: 1px solid #000;
}

/*
    Right side of page banner
------------------------------------------------------ */ 
.rightheader {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:				#fff;
 text-align:		left;
 padding:			0 22px 0 20px;
}
.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:        #303466;
 padding:			3px;
 border-top:		1px solid #181B3C;
 border-left:		1px solid #181B3C;
 border-bottom:		1px solid #4E548F;
 border-right:		1px solid #4E548F;
}

/*
    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:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			15px 0 0 0;
 padding:			3px 10px 4px 6px;
}

.signatureTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #AEB0D8;
 background-color:  transparent;  
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
 background: 		#F0F0F2 url({path:image_url}bg_breadcrumb.jpg) repeat-x left top;
 padding: 			4px 25px 3px 27px;
 border-bottom:		1px solid #8285AE;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 
.breadcrumb {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
}
.breadcrumb a:link { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
} 
.breadcrumb a:visited { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
}
.breadcrumb a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   underline;
}

.currentcrumb {
 color:  #38394B;
 font-weight: bold;
}
.breadcrumbspacer {
 color:  #6B6B85;
}






/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
 margin-bottom:     12px;
}

.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:            10px 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:         13px;
 letter-spacing:    .1em;
 color:             #323232;
 background-color:  transparent;   
}

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

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

/*.forumLightLinks a:link { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
} 
.forumLightLinks a:visited { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
}
.forumLightLinks a:hover { 
 color:             #A0A4C1;    
 background:        transparent;
 text-decoration:   underline;
}*/
.topicTitle {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 letter-spacing:    .1em;
 color:             #323232;
 background-color:  transparent;  
}

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

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

.attachTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #C8C8E1;
}
.attachBody {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, 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:         11px;
 font-weight:		bold;
 color:             #000000;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

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

.rankMember{
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 font-weight:		bold;
 color:             #989898;
 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
 	text-align:		center;
	text-decoration: none;
	background-color: #e56f00;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	cursor: pointer;
}

/*ato */
a.buttonLarge:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
 	text-align:		center;
	text-decoration: none;
	background-color: #e56f00;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	cursor: pointer;
}

a.buttonLarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
 	text-align:		center;
	text-decoration: none;
	background-color: #989898;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	cursor: pointer;
}

/*ato */

.buttonLargeHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
 	text-align:		center;
	text-decoration: none;
	background-color: #989898;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	cursor: pointer;
}


.buttonSmall {
 background: 		#E7E7E9;
 border-top:		#6266A6 1px solid;
 border-left:		#6266A6 1px solid;
 border-right:		#44488E 1px solid;
 border-bottom:		#44488E 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#fff;
 padding:           2px 3px 2px 3px;
 margin:     		0 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}

.buttonSmallHover {
 background: 		#E7E7E9;
 border-top:		#7B7EB4 1px solid;
 border-left:		#7B7EB4 1px solid;
 border-right:		#66699D 1px solid;
 border-bottom:		#66699D 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#D0D2E8;
 padding:           2px 2px 2px 3px;
 margin:     		0 3px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}


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

.postPreview {
 background:		#FFFFFF;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #323232;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #989898;
}
.PostPreviewheading {
 background: 		#E7E7E9;
 font-family:       Arial, Helvetica, sans-serif;
 font-weight:		bold;
 font-size:         11px;
 color:             #323232;
 padding:           5px 0 5px 10px;
 border-top:     	1px solid #989898;
 border-right:     	1px solid #989898;
 border-left:     	1px solid #989898;
}

/*
    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 #989898;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorder {
 border-left:     	1px solid #989898;
 border-right:     	1px solid #989898;
 border-bottom:     1px solid #989898;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderLeft {
 border-left:      1px solid #989898;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderTopLeft {
 border-top:     	1px solid #989898;
 border-left:     	1px solid #989898;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderPad {
 border:      		1px solid #989898;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}
.threadBorder {
 border-left:      1px solid #989898;
 padding:			0;
 margin:			0 0 8px 0;
}
.tableBG {
 background-color: #F0F0F0;
}

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

.tableHeadingBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
 padding:           7px 6px 7px 6px;
  border-bottom:     1px solid #fff;
  	text-transform: uppercase;
	/*margin-bottom: 0px;
	margin-right: 0px;
	letter-spacing: 1px;*/
 
 
 
}
.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
 background-color:  transparent; 
	padding: 0;
 margin:			0;
	text-transform: uppercase;
	letter-spacing: 1px;
white-space: 		nowrap;
}

.tableHeadingSmall {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:		normal;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent;  
}
.tableRowHeading, .tableRowHeadingBold {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
 padding:           8px 10px 8px 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
border-top:        1px solid #989898;
border-bottom:     1px solid #989898;
 
}
.tableRowHeadingBold {
 font-weight: bold;
}
.tableRowSpacer {
 background: 		#FBFBFD;
 padding:           0;
}

.tableCellOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #FFFFFF;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;
}

.tableCellOne2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	
	padding:           3px 6px 3px 6px;
	background-color: #FFFFFF;
	border-bottom:     1px solid #989898;
	/*border-top:        1px solid #fff;
	
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;*/
}

.tableCellTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #E7E7E9;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;
}

.tableCellTwo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	
	padding:           3px 6px 3px 6px;
	background-color: #E7E7E9;
	border-bottom:     1px solid #989898;/*
	border-top:        1px solid #fff;
	
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;*/
}

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

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

.profileHeadingBG {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
 padding:           6px 6px 6px 6px;
  border-bottom:     #989898 1px solid;
  	text-transform: uppercase;
	/*margin-bottom: 0px;
	margin-right: 0px;
	letter-spacing: 1px;*/
 
 
 
}

.profileTopBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #E7E7E9;
 padding:		7px 5px 5px 5px;
 
	/*border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;*/
 margin:		0;

}
/* by ato */
.profileTopBoxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #E7E7E9;
 padding:		0px 0px 0px 5px;
 margin:		0;
}
/* by ato */

.profileTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #323232;
text-decoration: none;
height: auto;
width: auto;
font-weight: bold;
padding: 			3px 5px 3px 0;
margin-bottom: 0px;
background-color: transparent; 
}

.profileItem {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin: 			2px 0 2px 0;
 background-color: transparent;  
}

.profilePhoto {
background-color: #E7E7E9;
 border-left:       1px solid #B2B3CE;
 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: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	/*letter-spacing: 1px;*/
 padding:			3px 4px 3px 10px;
	border-top: 1px solid #fff;
border-bottom:		1px solid #fff;
 margin:			0 0 0 0;
}

.menuHeadingBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
 padding:           6px 6px 6px 6px;
	/*margin-bottom:  #989898 1px solid;*/ /*091208*/
	text-transform: uppercase;
	/*margin-right: 0px;
	letter-spacing: 1px;*/
 
}

.profileMenu {
 background: 		#FFFFFF;
 border:            1px solid #989898;
 padding:			0px;
 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:         12px;
 padding:           3px 0 0 0;
 color:             #323232;
 background-color:  transparent;  
 line-height: 		15px;
 
   
}

.borderTopBot {
 border-top:	1px solid #989898;
 border-bottom:	1px solid #989898;
}

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

.success {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
 padding:			3px 0 3px 0;
 background-color:	transparent; 
}

.memberlistRowOne {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #E7E7E9;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;
}


.memberlistRowTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #FFFFFF;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;
	}

.memberlistHead {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
padding: 			8px 0 8px 8px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
border-bottom:     #4B5388 1px solid;
}

.memberlistFooter {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #E7E7E9;
	letter-spacing: 1px;
 padding:           6px 10px 6px 6px;
 border-top:        1px solid #FFFFFF;
 border-bottom:     1px solid #989898;
 border-right:      1px solid #FFFFFF;
 
 
 
  
}

.innerShade {
font-family:       Arial, Helvetica, sans-serif;
font-size:         11px;
background-color:	#E7E7E9;
 border:      	 	1px solid #989898;
 margin:			0;
 padding:			10px;
line-height: 15px;
 
}

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

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

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

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

.searchspacer {
 margin-bottom:     6px;
}



/*
    Pagination Links
------------------------------------------------------ */ 
.paginateBorder {
 background-color:  transparent;
 border-top:        1px solid #989898;
 border-right:      1px solid #989898;
 border-bottom:     1px solid #989898;
 margin-bottom:		4px;
 }
.paginate {
 background: 		#E7E7E9;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #000000;
 border-right:      1px solid #fff;
 border-left:      	1px solid #989898;
 padding:           2px 4px 2px 4px;
 margin:		 	0;
 }
/*.paginateStat {
 background: 		#5F6398;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 }*/
 
.paginateStat {
 background: 		#E7E7E9;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #000000;
 border-left:      	1px solid #989898;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 } 
 
.paginateCur {
 background: 		#E7E7E9;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 color:             #000000;
 font-weight:       bold;
 border-left:      	1px solid #7B81A9;
 padding:           2px 6px 2px 6px;
 margin:			0;
 }
 
/*.paginate a:link {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}
  
.paginatea:visited {
 color:             #330099;
 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 {
 border-top:        2px solid #989898;
 border-left:       2px solid #989898;
 border-bottom:     1px solid #989898;
 border-right:      1px solid #989898;
 color:             #333333;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 height:            1.7em;
 padding:           0;
 margin:        	0;
} 

.input2 {
 border-top:        1px solid #7e9dba;
 border-left:       1px solid #7e9dba;
 border-bottom:     1px solid #7e9dba;
 border-right:      1px solid #7e9dba;
 color:             #333333;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 height:            1.7em;
 padding:           0;
 margin:        	0;
} 

.textarea {
 border-top:        2px solid #989898;
 border-left:       2px solid #989898;
 border-bottom:     1px solid #989898;
 border-right:      1px solid #989898;
 color:             #323232;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 padding:           0;
 margin:        	0;
}

.textarea2 {
 border-top:        1px solid #7e9dba;
 border-left:       1px solid #7e9dba;
 border-bottom:     1px solid #7e9dba;
 border-right:      1px solid #7e9dba;
 color:             #323232;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         13px;
 padding:           0;
 margin:        	0;
}

.select {
 background-color:  #fff;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 font-weight:       normal;
 letter-spacing:    .1em;
 color:             #323232;
 margin-top:        2px;
 margin-bottom:     2px;
} 
.multiselect {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 background-color:  #fff;
 color:             #333;
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 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;
 border-top:		1px solid #9EA3D5;
 border-left:		1px solid #9EA3D5;
 border-right:		1px solid #000;
 border-bottom:		1px solid #000;
 letter-spacing:    .1em;
 margin:        	0;
 padding:			1px 6px 3px 6px;
 background-color:  #3F4471;
 color:             #fff;
 cursor: pointer;
}

.submit {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         11px;
 font-weight:       bold;
 border-top:		1px solid #9EA3D5;
 border-left:		1px solid #9EA3D5;
 border-right:		1px solid #000;
 border-bottom:		1px solid #000;
 letter-spacing:    .1em;
 margin:        	0;
 padding:			1px 4px 1px 4px;
 background-color:  #3F4471;
 color:             #fff;
 cursor: pointer;
}  
/*
    Error messages
------------------------------------------------------ */ 

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

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

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

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

.alert2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	font-weight:		bold;
}

.highlight {
 color:             #e56f00;
}

/*
    Page Footer
------------------------------------------------------ 
#footer {
 clear: 			both;
 text-align:        center;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         9px;
 color:             #999;
 line-height:       15px;
 margin-top:        20px;
 margin-bottom:     15px;
}
*/ 
/*
    Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 color:             #323232;
 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:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 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 {
 color:             #000000; 
 text-decoration:   none;
}
.htmlButtonOff a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOff a:hover { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         10px;
 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 {
 color:             #000000;
 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;
}

/* ------------------------------------------------------ FROM HERE MY FTMP STYLES --------------------------------------------------------------*/

/* Florida Transportation Modeling
Created in Jan 19, 2006 by atiosis
Last modified: May 3, 2006*/

body {
	text-align: center;
	background-color: #E7E7E9;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	border: none;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: capitalize;
 }	

a {
	color: #e56f00;
	text-decoration: none;
 }
 
a:link {
	color: #e56f00;
	text-decoration: none;
 }
a:hover {
	color: #e56f00;
	text-decoration: underline;
 }



/* HEADER */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #989898;
	border-bottom-color: #989898;
	border-left-color: #989898;
	margin-bottom: 10px;
	height: 80px;
 }
 
 .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
 }

a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
}

a.header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
}

a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e56f00;
	text-decoration: none;
}
 
 .forum_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
 }

a.forum_header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.forum_header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.forum_header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e56f00;
	text-decoration: none;
}

/* HEADER */

/* CONTAINER */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #989898;
 }
 
#path {
	/*width: auto;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 10px;*/
	
	width: 100%;
	background-color: #989898;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
 }
 
 
#leftcolumn {
	width: 185px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	/*height: 100%;*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #989898;
	vertical-align: top;
	margin: 0px;
	
	/*begin FDOT logo 
	background-image:url(http://131.94.117.181/fsutmsonline/imgs/FDOT_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:1150px;
	end FDOT logo */
	
 }
  
.fdot_logo {
/*width:100%;
height:170px;*/
}
 
.leftcolumn {
	width: 140px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #989898;
	vertical-align: top;
	margin: 0px;
	float:left;
 }
 
#rightcolumn {
	width: 140px;
	text-align: left;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #989898;
	height: auto;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	vertical-align: top;
 }

.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 	text-transform: uppercase;
	letter-spacing: 1px;
 } 


a.path:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
	
 } 
 
a.path:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
a.path:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }
 
 a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e56f00;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
}

a.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }
 
.menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E9;
	padding-bottom: 7px;
	padding-top: 7px;
	width: auto;
	margin-right: 10px;
 }
 
 /* begin accordion styles */
 .menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E9;
	padding-bottom: 7px;
	padding-top: 7px;
	width: auto;
	margin-right: 10px;
 }

.subdotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E9;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

.sublink_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	font-weight: normal;
	margin-right: 0px;
	text-transform:none;
	margin-left:5px;
	background-image:url(http://131.94.117.181/fsutmsonline/imgs/submenu_bullet.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}

.sublink_container2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	font-weight: normal;
	margin-right: 0px;
	text-transform:none;
	margin-left:15px;
	background-image:url(http://131.94.117.181/fsutmsonline/imgs/submenu_bullet2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10;
}

.sublink_container {
	margin-left:5px;
}

.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	font-weight: normal;
	margin-right: 0px;
	text-transform:none;
}

a.sublink:link {
	color: #323232;
	text-decoration:none;
 }
 
a.sublink:visited {
	color:#323232;
	text-decoration: none;
	}

a.sublink:hover {
	color: #e56f00;
	text-decoration:none;
}


.link_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
}
a.link_selected:link {
	color: #e56f00;
 }
 
a.link_selected:visited {
	color:#e56f00;
	}

a.link_selected:hover {
	color: #e56f00;
}


.sublink_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e56f00;
	text-decoration: none;
	font-weight: normal;
	margin-right: 0px;
	text-transform:none;
}

a.sublink_selected:link {
	color: #e56f00;
 }
 
a.sublink_selected:visited {
	color:#e56f00;
	}

a.sublink_selected:hover {
	color: #e56f00;
}

 /* end accordion styles */
 
.boxleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	background-color: #E7E7E9;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #989898;
	line-height: 20px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 0px;
 }
 
 .boxright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	background-color: #E7E7E9;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #989898;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
 }
 
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e56f00;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
	/*padding-bottom: 5px;
	line-height: 16px;*/
 }
 
 .titleList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }
 
 .titleColumns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e56f00;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: capitalize;
	/*line-height: 16px;*/
 }
 
 #GIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	height: auto;
	width: 585px;
	margin-top: 0px;
	padding: 0px;
 }
 
.GIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-right: 10px;
 }
 
 a.GIS:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
 }
 
  a.GIS:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
 }
 
.GIS_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
 } 
 

/* CONTAINER */

/* CONTENT */


#content {
	width: 440px;
	text-align: left;
	padding: 0px;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
 }
 
 #section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
  #section2level {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #989898;
	text-decoration: none;
	margin-bottom: -15px;
	margin-top: 15px;
	/*padding-top: 10px;*/
 }
 
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
 	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://131.94.118.103/expengine/imgs/bullet.gif);
 }
 
 .textnoline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	margin-bottom: 15px;
	margin-right: 10px;
 	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://131.94.118.103/expengine/imgs/bullet.gif);
 }
 
 .commentsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-bottom: 30px;
 }
 
.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	/*line-height: 19px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	/*padding-bottom: 15px;*/
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-type: square;
	margin-right: 10px;
 } 
 
 .preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	/*line-height: 19px;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-type: square;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding: 10px;
 } 
 
 .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	/*line-height: 24px;*/
 }
 
  .textfield_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999999;
	text-decoration: none;
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	/*line-height: 24px;*/
	height:24px;
 }
 
  .textlist {
	list-style: square inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	/*line-height: 25px;*/
	padding-bottom: 0px;
	margin-bottom: 15px;
	text-indent: 20px;
	padding-top: 10px;
	margin-top: 10px;
 }
 
.linksnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e56f00;
	text-decoration: none;
	/*margin-top: -5px;*/
	text-align: right;
 }
 
a.linksnews:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e56f00;
	text-decoration: none;
	/*margin-top: -10px;*/
	text-align: right;
	margin-bottom: 10px;
 } 
 
a.linksnews:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e56f00;
	text-decoration: underline;
	/*margin-top: -10px;*/
	text-align: right;
	margin-bottom: 10px;
 }
 
 .status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	background-color: 323232;
	width: auto;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-top: 12px;
	text-transform: uppercase;
 }
 
 /*CONTENT*/
 
 /*FOOTER*/
 
 #footer {
	width: auto;
	text-align: center;
	background-color: #989898;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
 }
 
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height:15px;
 }
 
a.footer_link:link {
	color: #FFFFFF;
	text-decoration:underline;
 }
 
a.footer_link:visited {
	color: #FFFFFF;
	text-decoration:underline;
	}

a.footer_link:hover {
	color: #e56f00;
	text-decoration:none;
}
 
 /* PUBLISH PAGE STYLES */
 
ol {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
}
ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://131.94.118.103/expengine/imgs/arrow.gif);
}

li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
 } 
 
.box {
	margin-top: 15px;
	margin-bottom: -10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #989898;
 } 
 .indentSmall {
 	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
 
 } 
 .indentBig {
 	margin-left: 60px; 
	margin-bottom: 0px;
	margin-top: 0px;
}

blockquote {
	margin-bottom: 0px;
}

b {
	color: #555555;
	font-weight: bold;
 }
 
/* ------------------------------------------------------ FORUM STYLES --------------------------------------------------------------*/
 
 .forumCategory {
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #323232;
	padding: 8px 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;

 } 
 
.forumCategoryDescription {
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	text-transform: none;

 } 
 

.ForumTopicName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	letter-spacing: 1px;
	padding: 8px 10px;
	border-top: 1px solid #fff;
}

.ForumCellOne {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #E7E7E9;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;

}

.ForumCellOne2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	
	padding:           3px 6px 3px 6px;
	background-color: #E7E7E9;
	border-bottom:     1px solid #989898;
	/*border-top:        1px solid #fff;
	
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;*/

}

.ForumCellTwo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	background-color: #FFFFFF;
	padding:           3px 6px 3px 6px;
	border-top:        1px solid #fff;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;

}

.ForumCellTwo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	
	padding:           3px 6px 3px 6px;
	background-color: #FFFFFF;
	border-bottom:     1px solid #989898;
	/*border-top:        1px solid #fff;
	
	border-left:       1px solid #fff;
	border-right:      1px solid #989898;*/

}

 .ForumLegendBox {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	font-weight: normal;
 	width: 589px; 
	margin-top: 5px;
	margin-left: 10px; 
	margin-right: 10px; 
	background: #FFFFFF;
 	padding:           3px 6px 3px 6px;
	border-top:        1px solid #989898;
	border-bottom:     1px solid #989898;
	border-left:       1px solid #989898;
	border-right:      1px solid #989898;
 
 }
 
  .ForumLegendText {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	font-weight: normal;
 	width: auto; 
	margin-top: 5px;
	margin-left: 10px; 
	margin-right: 10px; 
	background: #FFFFFF;
 	padding:           3px 6px 3px 6px;
	border-top:        1px solid #FFFFFF;
	border-bottom:     1px solid #FFFFFF;
	border-left:       1px solid #FFFFFF;
	border-right:      1px solid #FFFFFF;
 
 }
 
 
 .login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 	text-transform: none;
 } 


a.login:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: none;	
 } 
 
a.login:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: none;
 }
 
a.login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
 }
 
  .loginsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
 	text-transform: none;
 } 


a.loginsmall:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: none;	
 } 
 
a.loginsmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: none;
 }
 
a.loginsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
 }
 
 .search_box_blur {
 color:#CCCCCC;
 background-color:green;
 border-color:#ff9900;
 border-width:1px;
 border-style:1px;
 }
 
.search_box_focus {
color:#333333; background-color:yellow;
 border-color:#ff9900;
 border-width:1px;
 border-style:1px;
 }
 
 * html .button_register {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
		background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-right:10px;
	width:120px;
	height:22px;
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 }
 
 * + html .button_register {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-right:10px;
	width:120px;
	height:22px;
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 } 
  
 .button_register {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-right:10px;
	width:120px;
	/*height:22px;*/
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 }
 
  
 * html .button_posting_rules {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-left: 0px;
	width:100px;
	height:22px;
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 }
 
 * + html .button_posting_rules {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-left: 0px;
	width:100px;
	height:22px;
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 } 
  
 .button_posting_rules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	/*border: none;*/
	padding-right: 4px;
	padding-left: 4px;
	/*text-transform: capitalize;*/
	
	margin-top: 0px;
	margin-left: 0px;
	width:100px;
	/*height:22px;*/
	text-align:center;
	border-color:#989898;
	border-width:1px;
	border-style:solid;
	text-transform: uppercase;
	float:left;
 }

a.button_posting_rules:link {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	cursor: pointer;
}
a.button_register:link {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	cursor: pointer;
}

a.button_posting_rules:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	cursor: pointer;
}

a.button_register:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #e56f00;
	/*background-color: #FF9900;*/
	cursor: pointer;
}
 
 * html .search_icon {
	 margin-bottom: -4px;
	 margin-left:-4px;
	 margin-right:0px;
 }
  
 * + html .search_icon {
	 margin-bottom: -4px;
	 margin-left:-4px;
	 margin-right:0px;
 }
  
 .search_icon {
	 margin-bottom: -7px;
	 margin-left:-5px;
	 margin-right:0px;
 }
 
* html .search_text_box {
	margin-left:0px;
	margin-top:-5px;
	height:22px;
	width:144px;
	border-color:#cbcbcb;
	border-width:1px;
	border-style:solid;
	color:#999999;
 }
  
* + html .search_text_box {
	margin-left:0px;
	margin-top:-5px;
	height:22px;
	width:144px;
	border-color:#cbcbcb;
	border-width:1px;
	border-style:solid;
	color:#999999;
 }
   
.search_text_box {
	margin-left:0px;
	margin-top:-5px;
	height:22px;
	width:144px;
	border-color:#cbcbcb;
	border-width:1px;
	border-style:solid;
	color:#999999;
 }
 
.button_forum_back {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: center;
	background-color: #323232;
	padding: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	
	/*height:22px;*/
	
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	
 }
 

a.button_forum_back:link {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #323232;
	cursor: pointer;
}

a.button_forum_back:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	cursor: pointer;
}
