
/* background color for the content part of the pages */
Body
{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #FFFFFF;
}

.ControlPanel {
    width: 100%;
    height: 75px;
    background-color: #3E363A;
    BORDER-RIGHT: #FF0000 1px solid; 
    BORDER-TOP: #FF0000 1px solid; 
    BORDER-LEFT: #FF0000 1px solid; 
    BORDER-BOTTOM: #FF0000 1px solid; 
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #BCBABA;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #FFFFFF;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #FFFFFF;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #CCCCCC;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #CCCCCC;
}

/* GENERIC */
h1 { }  /* There is no h1 tag for text, level 1 headers are in flash based */
h2 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
}  /* There is no h2 tag for text, level 2 headers will be created in flash */ 
h3 {
		font-size: 12px;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;	
		margin-top: 0px;
		margin-bottom: 7px;
		padding-top: 0px;
		padding-bottom: 0px;
}
h4 { } /* There is no h4 tag for text, level 4 headers will be created in flash */ 
h5, dt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
}

	TFOOT, THEAD    {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #FFFFFF;
}

TD, P, LABEL  {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #FFFFFF;
}

TH  {
    vertical-align: baseline;
		font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

A:link  {
    text-decoration:    underline;
		color: #D8E335;
}

A:visited   {
    text-decoration:    underline;
		color: #D8E335;
}

A:active    {
    text-decoration:    none;
    color:  #FFFFFF;
}

A:hover {
    text-decoration:    none;
    color:  #FFFFFF;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL  {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(bullet.gif);
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

UL LI   {
}

li.li-news {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
	padding-bottom: 8px;
}


.bg-outline {
	background-color: #4C4C4C;
}
.bg-connector {
	background-image: url(connector.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.bg-box {
	background-color: #3C2345;
}
.bg-h1-line {  /* the color of the line under the white header text */
	background-color: #ccc;
}
.bg-m2-outline {  
	background-color: #594F58;
}
.bg-m2-on {
	background-color: #CFCFCF;
}
.bg-m2 {  
	background-color: #413645;
}


/* end background styles */

p {
	margin-top: 0px;
	margin-bottom: 15px;
}
/* end tag styles */

.a-m2 {
	text-decoration: none;
	color: #fff;
}

.SkinObject {
		font-weight: normal;
    font-size: 12px;
    color: #BCBABA;
		font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
		color: #BCBABA;
}

A.SkinObject:visited  {
    text-decoration:    underline;
		color: #BCBABA;
}

A.SkinObject:active   {
    text-decoration:    none;
		color: #D8E335;
}

A.SkinObject:hover    {
    text-decoration:    none;
		color: #D8E335;
}
.HeaderLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #BCBABA;
	font-size: 12px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 6px;
}
A.HeaderLink:link {
    text-decoration:    underline;
		color: #BCBABA;
}

A.HeaderLink:visited  {
    text-decoration:    underline;
		color: #BCBABA;
}

A.HeaderLink:active   {
    text-decoration:    none;
		color: #D8E335;
}

A.HeaderLink:hover    {
    text-decoration:    none;
		color: #D8E335;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #BCBABA;
	font-size: 11px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 6px;
}
A.FooterLink:link {
    text-decoration:    underline;
		color: #D8E335;
}

A.FooterLink:visited  {
    text-decoration:    underline;
		color: #D8E335;
}

A.FooterLink:active   {
    text-decoration:    none;
		color: #BCBABA;
}

A.FooterLink:hover    {
    text-decoration:    none;
		color: #BCBABA;
}

.txt-tiny, .TinyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.xlink {
	margin-top: 5px;
	margin-bottom: 6px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}
A.TinyLink:link {
    text-decoration:    underline;
		color: #D8E335;
}

A.TinyLink:visited  {
    text-decoration:    underline;
		color: #D8E335;
}

A.TinyLink:active   {
    text-decoration:    none;
		color: #BCBABA;
}

A.TinyLink:hover    {
    text-decoration:    none;
		color: #BCBABA;
}
A.LtTinyLink:link {
    text-decoration:    none;
		color: #FFFFFF;
}

A.LtTinyLink:visited  {
    text-decoration:    none;
		color: #FFFFFF;
}

A.LtTinyLink:active   {
    text-decoration:    underline;
		color: #D8E335;
}

A.LtTinyLink:hover    {
    text-decoration:    underline;
		color: #D8E335;
}
/* end link styles */



/* text styles                 */
.txt-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-lt {
	color: #FFFFFF;
}
.txt-dk-tiny {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a09e9e;
	padding-top: 0px;
	padding-left: 0px;
}
.txt-lt-med {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-lt-sm {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt-reg-sm {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

.MsoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}

.txt-dk-sm {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a09e9e;
	padding-top: 0px;
	padding-left: 0px;
}
.txt-reg-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}
.txt-dk-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a09e9e;
}
.lib-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 5px;
	text-align: left;
}
/* end text styles */


.pad-box2 {    /* this is general padding for all the purple boxes */
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nopad {  
	margin: 0px;
	padding: 0px;
}
.p-pad-info {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.pad-li1 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ADABAC;
}


/* DNN Classes */
.leftpane {
	width: 170px;
}
.contentpane {
	width: 278px;
}
.forumcontentpane {
	width: 760px;
}
.rightpane {
	width: 290px;
}
.bottompane {
}
.footerpane {
}


/* Child Menu Classes */



/* TAB STYLES START */


#tabarea{
	height: 19px;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FF9900;
}

#tabarea ul{ 
  	position:relative;	
	margin: 0;
	padding: 0;
  	top:4px;
  	left:14px;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
  	border-left: 1px solid #000;  
  	background: #fff;  	
	/*height: 17px;	*/
	float: left;
}

#tabarea ul li{
	float: left;
	display: inline;
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;		
}

#tabarea li a{
	display: block;	
	color:#000;
	font-size: 0.7em;
  	font-weight: bold;
	text-decoration: none;		
	border-right: 1px solid #000;		
  	border-bottom: 0px;
	margin:0;
	padding: 0 5px 1px 5px;
	width: auto;
}

#tabarea li a:hover {
	background: #ccebf5;
	color:#000;
}

.tabselected{
	color:#fff !important;
	background: #336699 !important;
	/*font-weight:bold;	*/
}

/* TAB STYLES END */

a.sel, a.sel:link, a.sel:visited 
{
	display:block; 
	width:auto;
	background:#d2d1c6  url(toggle_gray_down.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 0.6em; 
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;

}

a.sel, a.sel:link, a.sel:visited {color:#000; background:#e58900;}
a.sel:hover {color:#000; background:#ccebf5 url(toggle_gray_down.gif) no-repeat left; background-position: 3 50%;}
a.first {border-top:1px solid #000; background:#d2d1c6;}


/*NTFORUMS*/

.NTForums_ToolbarLink
{
	font-size: 10pt;
	color: #696969;
}
.NTForums_AdminHeader
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}
.NTForums_Grid
{
	border-right: #eeeeee 0px solid;
	border-top: #eeeeee 0px solid;
	font-size: 12px;
	border-left: #eeeeee 0px solid;
	width: 100%;
	border-bottom: #eeeeee 0px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_Grid_Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	height:18px;
	padding-left:5px;
	background-color: #336699;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C2345;
	background-color: #d3d3d3;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #999999;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_GroupRow
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
.NTForums_GroupRow A
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:link
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:visited
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:hover
{
	text-decoration:underline;
}
.NTForums_ForumRow
{
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3C2345;
}
.NTForums_ForumRow A:link
{
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow A:visited
{
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow A:active
{
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow A:hover
{
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow2
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff5ee;
}

.NTForums_ForumRow2 A:link
{
	font-size: 12px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow2 A:visited
{
	font-size: 12px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow2 A:active
{
	font-size: 12px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRow2 A:hover
{
	font-size: 12px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}


.NTForums_ForumSubRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: #CCCCCC;
	margin-right: 2px;
	border-bottom: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;

}
.NTForums_ForumSubRow A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow2
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumSubRow2 A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}
.NTForums_ForumRowNew A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRowNew A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRowNew A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumRowNew A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.NTForums_Crumb
{
	font-size: 12px;
	color: #D8E335;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_Subject
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}
.NTForums_Pager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_Pager A
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.NTForums_Button
{
	cursor:hand;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#336699);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
	text-align: center;
	text-decoration: none;
}
.NTForums_Button A
{
	color: White;
	text-decoration:none;
}
.NTForums_Button A:link
{
	color: White;
}
.NTForums_Button A:visited
{
	color: White;
}
.NTForums_Button A:hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#336699, EndColorStr=#7DA1C4);
	text-decoration: underline;
}
.NTForums_Image
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	position: static;
	background-color: #f5f5f5;
}
.NTForums_Quote
{
	border-right: #a9a9a9 1px solid;
	padding-right: 5px;
	border-top: #a9a9a9 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 10px;
	border-left: #a9a9a9 1px solid;
	padding-top: 5px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #f5f5f5;
}
.NTForums_Editor
{
	font-size:10pt;
	color:#000000;
	padding-left:5px;
}
.NTForums_SmallButton
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;

}
.NTForums_SmallText
{
	font-size: 11px;
}
.NTForums_SmallText A:link
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:active
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:hover
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:visited
{
	font-weight: normal;
	font-size: 11px;
}
.emot
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.af_pagernumber
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: black;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #594F58;
}

.af_currentpage
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: black;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}
.af_pager
{
	padding: 4px;
	font-size: 11px;
	color: white;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #594F58;
}
.af_arrow
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: #ffffff;
}
.af_lastpost
{
	font-size: 11px;
}
.af_lastpost A:Link
{
	font-size: 11px;
}
.af_lastpost A:Visited
{
	font-size: 11px;
}
.af_lastpost A:Active
{
	font-size: 11px;
}
.af_lastpost A:Hover
{
	font-size: 11px;
}
.af_normal
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.af_button
{
	border-right: #336699 1px solid;
	padding-right: 5px;
	border-top: #7b9ebd 1px solid;
	padding-left: 5px;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	width: 110px;
	cursor: hand;
	border-bottom: #336699 1px solid;
}
.af_textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: #336699 1px solid;
	border-top: #7b9ebd 1px solid;
	border-left: #7b9ebd 1px solid;
	border-bottom: #336699 1px solid;
}
.af_results
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	overflow: auto;
	border-left: gray 1px solid;
	width: 99%;
	border-bottom: gray 1px solid;
	height: 400px;
	background-color: #ffffff;
}
.af_row
{
	font-size: 11px;
	padding-bottom: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.af_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#cdcdcd;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
}
.af_code
{
	border-right: #808080 1px solid;
	padding-right: 5px;
	border-top: #808080 1px solid;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-left: #808080 1px solid;
	padding-top: 5px;
	border-bottom: #808080 1px solid;
}
/* Code Formatter */
.HTMLTag 
{
	COLOR: Blue;
	font-family: Courier New;
}
.HTMLNormal
{
	COLOR: Black;
	font-family: Courier New;
}
.HTMLTagName
{
	color: maroon;
	font-family: Courier New;
}

.HTMLTagProperty
{
	color: red;
	font-family: Courier New;
}

.HTMLComment
{
	COLOR: Green;
	font-family: Courier New;
}

.ASPXDirective
{
	COLOR: Black;
	background: Yellow;
	background-color: Yellow;
	font-family: Courier New;
}


.VBCode
{
	COLOR: Blue;
	font-family: Courier New;
}

.VBNormalCode
{
	COLOR: Black;
	font-family: Courier New;
}

.VBComment
{
	COLOR: Green;
	font-family: Courier New;
}













