/*
    Default Body
------------------------------------------------------ */ 

/*
    Default Links
------------------------------------------------------ */ 


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

.largeLinks { 
 color:             #000;
 background:        transparent;

 font-size:         12px;
}

.largeLinks a:link { 
 color:             #330066;
 background:        none;
 text-decoration:   none;
} 

.largeLinks a:visited { 
 color:             #330066;
 background:        transparent;
 text-decoration:   none;
}
.largeLinks a:hover { 
 color:             #A0A4C1;    
 background:        transparent;
 text-decoration:   underline;
}



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

.altLinks { 
 color:             #fff;
 background:        transparent;

 font-size:         11px;
}
.altLinks a:link { 
 color:             #fff;
 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-size:         10px;
 color:             #38394B;
 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;
}

/*
  Links in forum posts
------------------------------------------------------ */ 
.post p {
margin:0px;
padding:0px;
padding-bottom:10px;
}

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

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



.default, .defaultBold, .defaultRight, .defaultCenter {
 background:		transparent;

 font-size:         11px;
 color:             #38394B;
}

.defaultBold {
 font-weight: bold;
}

.defaultRight {
 text-align: right;
}

.defaultCenter {
text-align: center;
}






.lighttext {

 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 #B2B3CE;

 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-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-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			5px 10px 10px 6px;
}

.quote_author {

 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-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-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-size:         11px;
 color:             #38394B;
 margin:			15px 0 0 0;
 padding:			3px 10px 0px 6px;
}

.signature p {
margin:10px 0px 0px 0px;
}

.signatureTitle {

 font-size:         10px;
 color:             #A1A488;
 background-color:  transparent;  
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
 background: 		#F0F0F2 url(images/bg_breadcrumb.jpg) repeat-x left top;
 padding: 			4px 25px 3px 27px;
 border-bottom:		1px solid #8285AE;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 


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

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


}

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

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

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

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

/*
    Main Content Wrapper
------------------------------------------------------ */ 
#content {
margin:0px;
 padding:           0px;
 width:             544px;
}
* html #content {
 width:             544px;
 width:            auto;
}

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

td.forumName {
 font-size:         12px;
 color:             #919a32;
padding:15px;
padding-left:0px;
}

.forumName {

 font-size:         12px;
color: #5e641e;

}

.forumName a {
 font-size:         14px;
 color:             #919a32;
}

.forumDescription {
padding-left:0px;
 font-size:         11px;

 color:             #333;

}

.forumDescription a {
color:#333;
}

.forumDescription a:hover {
text-decoration:underline;
}

.forumLightLinks {

 font-size:         11px;
 color:             #73769D;
 padding:           4px 0 2px 0;
 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-size:         12px;

 color:             #333449;
 background-color:  transparent;  
}

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

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

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

.attachTitle {

 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #A1A488;
}
.attachBody {

 font-size:         11px;
 color:             #73769D;
 padding:  5px 0px 0px 0px;


}

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

/*
    User Rank Text in Post
------------------------------------------------------ */ 
.rankAdmin {

 font-size:         12px;
 font-weight:		bold;
 color:             #e4931e;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
height: 23px;
line-height: 23px;
}

.rankModerator {

 font-size:         12px;
 font-weight:		bold;
 color:             #cd422b;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
height: 23px;
line-height: 23px;
}

.rankMember{
height: 23px;
line-height: 23px;
 font-size:         12px;
 font-weight:		bold;
 color:             #b8e7d7;
 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:				97px;
margin-right:2px;
 background-color: 	transparent;
}
.button150 {
 width:				150px;
 background-color: 	transparent;
}
.button210 {
 width:				210px;
 background-color: 	transparent;
}
.buttonSpacer{
 margin:	0 0 0 6px;
}
.buttonLarge {
width:97px;
height:27px;
cursor:pointer;
background: url(images/new.png) repeat-x left top;
margin-top:15px;
}

.buttonLargeHover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

.new_topic {
width:97px;
height:27px;
cursor:pointer;
background: url(images/uploads/new_topic.png) repeat-x left top;
margin-top:15px;
color:#fff;
font-size:11px;
text-align:center;
}

.new_topic:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

.new_post {
width:97px;
height:27px;
cursor:pointer;
background: url(images/new_post.png) repeat-x left top;
margin-top:15px;
color:#fff;
font-size:11px;
text-align:center;
}

.new_post:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

input.delete {
width:97px;
height:27px;
cursor:pointer;
background: url(images/uploads/delete.png) repeat-x left top;
color:#fff;
font-size:11px;
text-align:center;
line-height:27px;
font-weight:bold;
border:none;
font-family:arial;
}

input.delete:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

input.new_post_empty {
width:97px;
height:27px;
cursor:pointer;
background: url(images/new.png) repeat-x left top;
color:#fff;
font-size:11px;
text-align:center;
line-height:27px;
font-weight:bold;
border:none;
font-family:arial;
}

.new_post_empty {
width:97px;
height:27px;
cursor:pointer;
background: url(images/new.png) repeat-x left top;
color:#fff;
font-size:11px;
text-align:center;
line-height:27px;
font-weight:bold;
border:none;
font-family:arial;
}


.new_post_empty:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

.new_post_empty2 {
width:97px;
height:20px;
cursor:pointer;
background: url(images/new_post2.png) repeat-x left top;

margin-bottom:4px;
color:#fff;
font-size:11px;
text-align:center;
line-height:19px;
font-weight:bold;
}

.new_post_empty2:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}


.buttonSmall {
 background: 		#5C5FA0 url({path:image_url}nav_tab_bg.jpg) repeat-x left top;
 border-top:		#6266A6 1px solid;
 border-left:		#6266A6 1px solid;
 border-right:		#44488E 1px solid;
 border-bottom:		#44488E 1px solid;
 text-transform:    uppercase;

 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: 		#DCE0F6 url({path:image_url}nav_tab_bg_on.jpg) repeat-x left top;
 border-top:		#7B7EB4 1px solid;
 border-left:		#7B7EB4 1px solid;
 border-right:		#66699D 1px solid;
 border-bottom:		#66699D 1px solid;
 text-transform:    uppercase;

 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
------------------------------------------------------ */ 

.preview {
 background:		#f9f9f9;

 font-size:         11px;
 color:             #38394B;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #B2B3CE;
}
.previewheading {
background: #333;
border-top:1px solid #fff;
height:23px;
line-height:23px;
text-indent:15px;
font-size:12px;
color: #fff;
}

/*
    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 {

padding:0px;
margin:0px;

}
.tableBorder {
height: 38px;
line-height: 38px;
display: block;
background: #a3a83b url(images/arwht.png) no-repeat left center;

color: #ffffff;
font-size: 15px;

}
.tableBorderLeft {
margin:0px;
padding:0px;
}
.tableBorderTopLeft {
margin:0px;
padding:0px;
}
.tableBorderPad {
margin:0px;
padding:0px;
}
.threadBorder {
margin:0px;
padding:0px;
}
.tableBG {
 background-color: #F0F0F0;
}

.tablePad {
 padding:0px;
}

.tableHeadingBG {
background: #a3a83b;
}

.tableHeading {
height: 38px;
line-height: 38px;
display: block;

background: #a3a83b url(images/arwht.png) no-repeat left center;

text-indent: 15px;
color: #ffffff;
font-size: 15px;
}

.tableHeadingSmall {

 font-size:         11px;
 font-weight:		normal;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent;  
}
.tableRowHeading, .tableRowHeadingBold {
background: #333;
border-top:1px solid #fff;
height:23px;
line-height:23px;
text-indent:15px;
font-size:12px;
color: #fff;
}

.bgblack {
background: #333;
border-top:1px solid #fff;
height:23px;
line-height:23px;
text-indent:15px;
font-size:12px;
color: #fff;
}

.tableRowHeadingBold {
 font-weight: normal;
text-indent:0px;
}

.tableRowHeadingBold a {
color:#fff;
}

.tableRowHeadingBold a:hover {
text-decoration:underline;
}
.tableRowSpacer {
 background: 		#FBFBFD;
 padding:           0;
}

.tableCellOne {
border-bottom: 1px solid #dde0c1;



 color:             #000;
 font-size:         12px;
padding:15px;





}
.tableCellTwo {
height:74px;
 color:             #000;
 font-size:         12px;
border-bottom:1px solid #dde0c1;


}

.tablePostInfo {

 font-size:         10px;
 color:             #333;
 background-color:  transparent;  
}

.tablePostInfo a {
color: #919a32;
}

.tablePostInfo a:hover {
text-decoration:underline;
}


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

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

.profileHeadingBG {
 background: 		#6C73B4 url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.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:		arial;
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profile {
padding-left:15px;
height:25px;
border-bottom:1px solid #ccc;
color:#333;
font-size:12px;
width:50%;
}

.profile-edit {

height:45px;
border-bottom:1px solid #ccc;
color:#333;
font-size:12px;
min-width:200px;
}

.profile-cp {
padding-left:15px;
height:25px;
line-height:25px;
border-bottom:1px solid #ccc;
color:#333;
font-size:12px;
width:165px;
}

.profileItem {
 background:		transparent;

 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 #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;
 font-size:			10px;
 font-weight:		bold;
 text-transform:	uppercase;
 color:				#fff;
 padding:			3px 4px 3px 10px;
 background-color:	#4C5286;  
 border-top:		1px solid #fff;
 border-bottom:		1px solid #fff;
 margin:			0 0 0 0;
}

.menuHeadingBG {
 background: 		#74779D url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.profileMenu {
 background: 		#EDECEE;

}

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

.menuItem {
width: 195px;
height: 26px;
line-height: 26px;
display: block;
color: #333333;
font-size: 12px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c8cc99;
}

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

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

.success {
 font-family:		arial;
 font-size:			12px;
 color:				#009933;
 font-weight:		bold;

 background-color:	transparent; 
}

.memberlistRowOne {
 background: #FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;

 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}
.memberlistRowTwo {
 background: #F0F0F0 url({path:image_url}bg_table_td_two.jpg) repeat-x left top;

 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}

.memberlistHead {
 font-family:		arial;
 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-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-size:         11px;
 color:             #38394B;
 margin:			16px 0 0 0;
 padding:			8px 5px 5px 5px;
}

.searchBoxTitle {

 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;

 }
.paginate {


 font-size:         12px;
 color:             #585E14;
 border-right:      1px solid #fff;
 border-left:      	1px solid #dde0c1;
 padding:           2px 6px 2px 6px;
 margin:		 	0;
 }
.paginateStat {

font-weight:bold;
 font-size:         12px;
 color:             #585E14;

 padding:           2px 6px 2px 6px;
 margin:			0;
 white-space: 		nowrap; 
 }

.paginateCur {
 background: 		#FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;

 font-size:         12px;
 color:             #ccc;
 border-left:      	1px solid #dde0c1;
 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 #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;

 font-size:         11px;
 height:            1.5em;
 padding:           0;
 margin:        	0;
} 
.textarea {
border:1px solid #afbb8d;
 color:             #333;
width:538px;
 font-size:         12px;
 padding:           0px;
 margin:        	0px;
}
.select {
 background-color:  #fff;

 font-size:         11px;
 font-weight:       normal;
 letter-spacing:    .1em;
 color:             #333;
 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-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:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

.buttons-delete:hover {
opacity: 0.5;
filter: alpha(opacity = 50);
}

.buttons {

width:97px;
height:27px;
cursor:pointer;
background: url(images/new.png) repeat-x left top;
margin-top:15px;
color:#fff;
font-size:12px;
text-align:center;
line-height:27px;
font-weight:bold;
border:none;
border:none; line-height:27px; text-align:center; font-size:12px; margin:0px; font-family:arial; padding-top:0px;
}

.buttons-delete {
width:97px;
height:27px;
cursor:pointer;
background: url(images/uploads/delete.png) repeat-x left top;
color:#fff;
font-size:12px;
text-align:center;
line-height:27px;
font-weight:bold;
border:none; line-height:27px; text-align:center; font-size:12px; margin:0px; font-family:arial; padding-top:0px;
}


/*
    Error messages
------------------------------------------------------ */ 

.errorHeading {
height: 38px
line-height: 38px;
display: block;
background:#660000;
background-image: url(images/arwht.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
text-indent: 15px;
color: #ffffff;
font-size: 15px;
}





.errorHeading {
height: 38px;
line-height: 38px;
display: block;
background: #660000 url(images/arwht.png) no-repeat left center;
color: #ffffff;
font-size: 15px;
text-indent:15px;
}


.errorMessage {

 font-size:         11px;
 color:             #990000;
 padding:           10px 0 10px 0;
}

.errorBox {
 background:		#f9f9f9;

 font-size:         11px;
 color:             #990000;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #990000;
}

.alert {

 font-size:         11px;
 color:             #990000;
 font-weight:		bold;
}

.highlight {
 color:             #990000;
}

/*
    Page Footer
------------------------------------------------------ */ 


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

.buttonMode {

 font-size:         10px;
 color:             #73769D;
 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;
}


table.profile-form td {
padding-bottom:10px;
}