/* @override http://underdog.47dev.com/themes/forum_themes/grey/theme.css */

body.forum {
	line-height: 14px;
	color: #fff;
	font-size: 14px;
}

.forum #container,
.forum #content {
	width: 820px;
}

body.forum #left-col {
	width: 100%;
}

.forum #content {
	padding-top: 0px;
}

td {
	color: #5a5a5a;
}

#left-col a:hover {
	background-color: #071e38;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #0c2d4c 1px 1px 1px;
}


#left-col  a img:hover {
	border: none;
	background-image: none;
	background-color: #0b2e4c;
}
    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:             #333;    
 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 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
------------------------------------------------------ */ 

p {
 background:		transparent;
 font-size:         12px;
 color:             #38394B;
 margin:			4px 0 8px 0;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
 background:		transparent;
 font-size:         11px;
 color:             #38394B;
}

.defaultBold {
 font-weight: bold;
}

.defaultRight {
 text-align: right;
}

.defaultCenter {
text-align: center;
}


h2 {
 background:		transparent;
 font-size:         13px;
 color:             #38394B;
 margin:			0 0 6px 0;
}

h3 {
 background:		transparent;
 font-size:         12px;
 color:             #38394B;
 margin:			3px 0 3px 0;
}

.lighttext {
 font-size:         10px;
 color: #9d999d;
 padding:           4px 0 2px 0;
 background-color:  transparent;  
}

b, strong {
	color: #507b9c;
}

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

.topBarLinks { 
 color:             #fff;
 font-size:         11px;
 text-align:		center;
 padding: 8px 30px 10px 20px;
	border-bottom: 1px solid #0a1b36;
	-moz-box-shadow: 0px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 0px #264561; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561')";
	margin-bottom: 10px;
}
.topBarLinks a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.topBarLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.topBarLinks a:hover { 
 color:             #333;    
 background:        transparent;
 text-decoration:   none;
}

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


/*
    Right side of page banner
------------------------------------------------------ */ 
.rightheader {  
 background-color:  transparent;
 font-size:         11px;
 color:				#fff;
 text-align:		left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 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:             #333;    
 background:        transparent;
 text-decoration:   none;
}
/*
    Private message box
------------------------------------------------------ */ 

.privatemessagebox{
 background-color: #0a1d37;
 padding: 10px;
  -moz-box-shadow: 1px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 0px #264561; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561')"; /* IE8 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px;
	color: #fff;
}

.privatemessagebox td {
	vertical-align: top;
	color: #fff;
}

/*
    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 4px 6px;
}

.signatureTitle {
 font-size:         10px;
 color:             #AEB0D8;
 background-color:  transparent;  
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #0a1b36;
	-moz-box-shadow: 0px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 0px #264561; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561')";
	margin-bottom: 10px;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 
.breadcrumb {  
 font-size:         10px;
 vertical-align: middle;
 
}

.currentcrumb {
 color:  #fff;
 font-weight: bold;
}
.breadcrumbspacer {
 color: #517c9c;
}
/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
 margin-bottom:     12px;
}

#left-col .spacer {
	height: 2px;
	width: 100%;
	float: none;
	display: inline;
	margin-bottom: 25px;
	background-image: none;
}

.itempad {
padding: 4px 0 4px 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;
}



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

.forumName {
 font-size:         14px;
 background-color:  transparent;  
}

.forumDescription {
 font-size:         12px;
 padding:           3px 0 0 0;
 color:             #38394B;
 background-color:  transparent;  
}

.forumLightLinks {
 font-size:         10px;
 color: #69a2cc;
 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:             #333;    
 background:        transparent;
 text-decoration:   underline;
}
.topicTitle {
 font-size:         14px;
 background-color:  transparent;  
}

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

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

.attachTitle {
 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #C8C8E1;
}
.attachBody {
 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-size:         10px;
 font-weight:		bold;
 color:             #349A01;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankModerator {
 font-size:         10px;
 font-weight:		bold;
 color:             #990000;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankMember{
 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-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df')";
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding:           2px 3px 2px 3px;
 margin: 2px 2px 10px 3px;
 white-space: 		nowrap;
 cursor: pointer;
	font-size: 11px;
	text-align: center;}
.buttonLargeHover {
background-image: -moz-linear-gradient(top, #cad1df, #aeb5c3); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3')";
	color: #28548e;
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding:           2px 3px 2px 3px;
 margin: 2px 2px 10px 3px;
 white-space: 		nowrap;
 cursor: pointer;
	font-size: 11px;
	text-align: center;

}


.buttonSmall {
 background-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df')";
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding:           2px 3px 2px 3px;
 margin: 2px 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
	font-size: 11px;
	text-align: center;
}

.buttonSmallHover {
 background-image: -moz-linear-gradient(top, #cad1df, #aeb5c3); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3')";
	color: #28548e;
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding:           2px 3px 2px 3px;
 margin: 2px 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
	font-size: 11px;
	text-align: center;
}


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

.preview {
 background:		#f9f9f9;
 font-size:         11px;
 color:             #38394B;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #B2B3CE;
}
.previewheading {
 background: 		#C9CAE2;
 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 #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorder {
 border-bottom: 1px solid #0a1b36;
	-moz-box-shadow: 0px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 0px #264561; /* Saf3.0+, Chrome */
          box-shadow: 0px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#264561')";
	margin-bottom: 10px;
}

.tableBorderLeft {
	margin-bottom: 30px;
}

.tableBorderTopLeft {
 border-top:     	1px solid #B2B3CE;
 border-left:     	1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderPad {
 margin-bottom:     3px;
	
}
.threadBorder {
 border-left:      1px solid #B2B3CE;
 padding:			0;
 margin:			0 0 8px 0;
}
.tableBG {
 background-color: #F0F0F0;
}

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

.tableHeadingBG {
 color:             #fff;
 background-color: #0a1d37;
 padding: 10px;
 -moz-border-radius-topleft: 5px; 
 -webkit-border-top-left-radius: 5px; 
 border-top-left-radius: 5px;
 -moz-border-radius-topright: 5px; 
 -webkit-border-top-right-radius: 5px; 
 border-top-right-radius: 5px; 
 	
}
.tableHeading {
 font-size:         16px;
 font-weight:		bold;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent; 
 white-space: 		nowrap;
}
.tableHeadingSmall {
 font-size:         11px;
 font-weight:		normal;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent;  
}
.tableRowHeading, .tableRowHeadingBold {
 background-color: #1e426c;
 font-size:         11px;
 color: #517c9c;
 padding:           8px 10px 8px 6px;
}
.tableRowHeadingBold {
 font-weight: bold;
}
.tableRowSpacer {
 background: 		#FBFBFD;
 padding:           0;
}

.tableCellOne {
 background-color: #fff;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-bottom: 1px solid #bbb;
 border-left: 1px solid #bbb;
}
.tableCellTwo {
 background-color: #e8ecf0;
 font-size:         12px;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #bbb;
 border-left: 1px solid #bbb;
 border-right:      1px solid #bbb;
}
.tablePostInfo {
 font-size:         11px;
 background-color:  transparent;  
}

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

.profileHeadingBG {
 background-color: #0a1d37;
 padding: 10px;
  -moz-box-shadow: 1px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 0px #264561; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561')"; /* IE8 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px;
	color: #fff;
}

.profileTopBox {
 background-color:	#F0F0F2;
 margin:		0;
 padding:		7px 5px 5px 5px;
}

.profileTitle {
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profileItem {
 background:		transparent;
 font-size:         11px;
 color:             #38394B;
 margin: 			2px 0 2px 0;
 background-color: transparent;  
}

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

.menuHeadingBG {
 background-color: #1e426c;
 color:             #fff;
 padding:           6px 6px 6px 6px;
}

.profileMenu {
 background: 		#EDECEE;
 border:            1px solid #7B81A9;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

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

.menuItem {
 font-size:			11px;
 padding:			3px 0 3px 0;
 background-color:	transparent;  
}

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

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

.success {
 font-size:			11px;
 color:				#009933;
 font-weight:		bold;
 padding:			3px 0 3px 0;
 background-color:	transparent; 
}

.memberlistRowOne {
 background-color: #FBFBFC;
 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-color: #F0F0F0;
 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-size: 		11px;
 font-weight: 		bold; 
 background-color: 		#1e426c;
 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:  #1e426c;  
}

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

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

.searchBox {
 background: 		transparent;
 border: 1px solid #c5c5c5;
 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;
 border-top:        1px solid #696EA4;
 border-right:      1px solid #696EA4;
 border-bottom:     1px solid #696EA4;
 margin-bottom:		4px;
 }
.paginate {
 background-color: 		#FBFBFC;
 font-size:         11px;
 color:             #000;
 border-right:      1px solid #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 4px 2px 4px;
 margin:		 	0;
 }
.paginateStat {
 background: #1e426c;
 font-size:         11px;
 color:             #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 }
.paginateCur {
 background-color: 		#FBFBFC;
 font-size:         11px;
 color:             #ccc;
 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:             #333;
 text-decoration:   none;
 background-color:  transparent;
}

/*

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

form {
 margin:            0;
 padding:           0;
 border:            0;
}
.hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.input {
background-color: #fff;
	border: 2px solid #517d9c;
	margin-bottom: 5px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	-moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px; 
      
          
} 
.textarea {
background-color: #fff;
	border: 2px solid #517d9c;
	margin-bottom: 5px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	-moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px; 
   width: 94%;
}
.select {
 background-color:  #fff;
 font-size:         11px;
 font-weight:       normal;
 color:             #333;
 margin-top:        2px;
 margin-bottom:     2px;
} 
.multiselect {
 background-color: #fff;
	border: 2px solid #517d9c;
	margin-bottom: 5px;
	color: #071c34;
	font-variant: normal;
	font-style: normal;
	font-size: 13px;
	-moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px; 
   width: 94%;
} 
.radio {
 background-color:  transparent;
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 background-color:  transparent;
 padding:           0;
 border:            0;
}
.buttons {
 background-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df')";
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding: 2px 15px;
 margin: 2px 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
	font-size: 11px;
	text-align: center;
}

.submit {
	background-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c3', endColorstr='#cad1df')";
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 2px #000; 
	box-shadow: 0px 0px 2px #000; 
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
}  

.submit:hover {
	background-image: -moz-linear-gradient(top, #cad1df, #aeb5c3); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad1df', endColorstr='#aeb5c3')";
	color: #28548e;
}

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

.errorHeading {
 background: 		#660000;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     1px solid #fff;
 font-size:         12px;
 letter-spacing:    .1em;
 font-weight:		bold;
}

.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
------------------------------------------------------ */ 
#footer {
 clear: 			both;
 text-align:        center;
 font-size:         9px;
 color:             #999;
 line-height:       15px;
 margin-top:        20px;
}

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

.buttonMode {
 font-size:         10px;
 color:             #69a2cc;
 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-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-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;
}

