/* --------------------------------------------------------------------------------------------------------------------------------
     -------------  Information Systems Management and Governance  -------  Regular 3 coloumn  -------------
     --------------------------------------------------------------------------------------------------------------------------------
	 From this point on all skins should be annotated at the top to help describe them thus making 
	 skin selction quicker and easier.
	 
	 
	 ------------------------------------------------------------------
	 | logo | title                                        | login |search   |
	 ------------------------------------------------------------------
	 | nav     |  content                                 | right              |
	 |            |  panel                                     | panel             |
	 |            |                                                |                       |
	 ------------------------------------------------------------------
	 
*/


/* --- Hacks Begin --- */
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
/* End hide from IE-mac */

/* --- Hacks End --- */

/* DNN internal elements */

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%; /*10px;*/
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: normal;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}



/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 100%; /*11px*/
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; /*9pt; */
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; /*9pt; */
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 90%; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 90%; 
	cursor: pointer; 
	cursor: hand;
}




/* ******************************************************************* */
/*                                                                                                                                        */
/*  Start of Skin Customisation */
/*                                                                                                                                        */
/* ******************************************************************* */


/* --- Overwrite default css --- */
.ControlPanel{
	font-size:small;
}

.ControlPanel .SubHead{
}	

/* style for module titles */
/* redefined below as H2*/
/*.Head   {
font-family: Arial, Helvetica, sans-serif; 
font-size:120%; 
font-weight:bold; 
color: #D29D1E;
}*/

/* style of item titles on edit and admin pages */
/* redefined below as H4*/
/*.SubHead    {font-family: Arial, Helvetica, sans-serif; font-size:105%; font-weight: bold; color: #303030;}*/

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  95%;
    font-weight: bold;
    color: black;
}

body{
	background-image: url(Images/table_cell_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:85%;
}

/* text style used for most text rendered by modules */
/* cannot include li as it just shrinks and shrinks */
.Normal,.NormalDisabled, P, TD, ul, ol{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4;
	/*color: #000000;*/
}

.Normal span{
	font-size:100%;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #e2001a
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 100%;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
	font-size:small;
    /*font-weight: bold;*/
    text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4f027c;
}


.SkinObject {
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
    /*font-weight: bold;*/
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#4f027c;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#4f027c;
}

A.SkinObject:active   {
    text-decoration: underline;
    color:#4f027c;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#4f027c;
}




/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: small; 
	background: #66cfe6;
	color: #002a5b;
	font-family: Arial, Helvetica, sans-serif;
}


    
/* GENERIC */
img {
	border:0;
}

h1  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #002a5b;
	font-weight: normal;
}

h2, .Head  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #D29D1E;
	font-weight: normal;
}

h3  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #002a5b;
	font-weight: normal;
}

h4, .SubHead  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-weight: normal;
}

h5  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #008d8e;
	font-weight: normal;
}

h6  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #008d8e;
	font-weight: normal;
}

tfoot, thead    {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    color: #303030;
}

th  {
    vertical-align: baseline;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    font-weight:    bold;
    color: #303030;
}


SMALL   {
    font-size:  80%; /*8px;*/
}

BIG {
    font-size:  105%; /*14px;*/
}

BLOCKQUOTE, pre {
    font-family:    "Lucida Console", monospace;
}

td table tr td{
font-size:100%;
}

.Normal p {
font-size:100%;
}

ul li   {
	list-style-image: url(Images/bullet_dark.gif);
	list-style-type: none;
	line-height: 1.2; /*needed because line height of p etc. */
	font-size:100%;
}

ul li li, ul li ul li , ul ul li   {
	list-style-image: url(Images/bullet.gif);
	list-style-type: none;
	font-size:100%;
}

/*UL LI LI LI, UL LI UL LI UL LI {list-style-type: square; font-size:100%;} */

ol li{
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
	font-size:100%;
}

ol ol ol li {
    list-style-type:    lower-roman;
	font-size:100%;
}

hr {
    color: dimgrey;
    height:1pt;
    text-align:left
}

a:link {
	text-decoration:none;	
	color: #00678F;
}
a:visited {
	color: #00678F;
}
a:hover {
	color: #0078A7;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:underline;
}



/* --- Overwrite default css end --- */

/* ==================================================== */
/* Tree view styles
/* ==================================================== */
.LSTreeViewContainer{
	margin-left:18px;
}

ul.LSTreeView
{
	margin:0px 0px 0px 0px; /*2px ...*/
	text-indent: -14px;
	/* ie needs a different so "calculate" */
	text-indent:expression("-14px"); 
	padding:0px;
	font-size:0.9em;
}

ul.LSTreeView ul
{
	margin:0px 0px 0px 10px;
	
	padding:0px;

}
ul.LSTreeView a
{
	padding-left:4px;
}

/*ul.LSTreeView a.LSTreeViewNonExpandable {padding-left:15px;	margin:2px 0px 0px 14px; padding-left:4px; display:list-item;}*/


ul.LSTreeView li
{
	list-style:none;
	list-style-image: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.LSTreeView li a
{
	color:#D29D1E;	
	font-weight:bold;
}




/* ==================================================== */
/* Misc styles??
/* ==================================================== */


.Spacer{
	clear:both;
	font-size:0px;
}

.textonlylinks {
	font-size:0px;
	visibility:hidden;
}


/* ==================================================== */
/* Skin specific styles
/* ==================================================== */

/* Login Box */
#loginbox{
	margin:-2px 0 0 0;
	border-top:1px solid #e2001a;
	border-bottom:1px solid #e2001a;
}

#loginbox a {
	font-weight: bold;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
}

/* style the login link which is actually as special link */
/*#dnn_dnnLOGIN_hypLogin.SkinObject {}*/
/*#dnn_dnnUSER_hypRegister.SkinObject {}*/

#BreadCrumb{
	font-size:90%;
	margin-bottom:5px;
	font-family: Arial, Tahoma, sans-serif;
	float:left;
	width:100%;
}

#leftnav p { 
	margin: 0 0 1em 0; 
	font-size: 0.9em;
	line-height: 1.2;
}

#leftnav h1, #leftnav .Head {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #4f027c;
	font-weight: normal;
	font-size: 1.1em;
}

#leftnav h2, #leftnav .SubHead {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #008d8e;
	font-weight: normal;
	font-size: 0.9em;
}

#sticky h1 {
	border-top: 1px solid #4f027c; 
	border-bottom: 1px solid #4f027c;
}

#leftpane a:link, #leftpane a.SubHead {
    font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color:#4F027C;
	text-decoration:underline;
}


#footer p{
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #4f027c;
	font-weight: normal;
	font-size: 0.8em;
}



/* ==================================================== */
/* Structural layout */
/*   
/* ==================================================== */

#container
{
width: 787px;
margin: 5px auto;
color: #333;
/*border-top: 1px solid #4f027c;
border-left: 1px solid #4f027c;
border-right: 1px solid #4f027c;*/
line-height: 1.4;
/* fix max min in ie using width of whole window => x+200+10*/
/*max-width: 1020px;*/
/*min-width: 620px;*/

/* ie uses width of window to set width of this element*/
/*width:expression(document.body.clientWidth < 650? "640px" : document.body.clientWidth > 1000? "1000px" : "auto"); */
/* --- have reverted to a fixed width to retain document validity -- */
/*width:expression("640px"); min*/
/*width:expression("1000px"); max*/
/*background-color:#ebe9c2;*/
/*background-image: url(Images/leftnav.jpg);*/
/*background-repeat: repeat-y;*/
}



#top {
	position:inherit;
}

#top #title {
position:inherit;
font-family: Arial, Tahoma, sans-serif;
font-size: large;
font-weight: bold;
color: #000000;
width: 300px;
float:left;
vertical-align:top;

}

.ContentTitle{
color:#D29D1E;
float:left;
}

.ContentActions{
color:#D29D1E;
font-weight:bold;
font-size:medium;
float:left;
}

#top #logo {
position:inherit;
width: 150px;
float:left;
vertical-align:top;

}

.cpane{
font-family: Arial, Helvetica, sans-serif; 
clear:both;
position:inherit;
color:#000000;
font-weight:normal;
font-size:small;
}

#top #login{
position:inherit;
margin-top:10px;
float: right;
padding: 5px 20px 5px 5px;
font-family: Arial, Tahoma, sans-serif;
font-weight: bold;
}

#top #search{
position:inherit;
margin-top:10px;
float: right;
padding: 5px 5px 5px 5px;
vertical-align:middle;
font-family: Arial, Tahoma, sans-serif;
font-weight: bold;
}

#top #linkMenu {
position:inherit;
float:left;
width: 100%;
background-color:#959595;
height: 40px;


border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #D29D1E;
margin-bottom:5px;
}
#top #images {
position:inherit;
float:left;
width:100%;
height:143px;

background-color:#CCCCCC;
}

#top #linkMenu .horizontalItem{
position:inherit;

padding: 5px 5px 5px 5px;
color:#ffffff;
display:block;
}

#top #linkMenu .horizontalSel{
position:inherit;
padding: 5px 5px 5px 5px;
color:#ffffff;
background-color:#D29D1E;
display:block;
}

#top #linkMenu .horizontalMenu{
position:inherit;
margin-top:11px;
color:#ffffff;
font-weight:bold;
}


#leftnav {

	float: left;
	width: 135px;
	margin: 0;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
}

#leftnav .title{
font-family: Arial, Tahoma, Sans-serif;
width:100%;
height:40px;
background-color:#D29D1E;
margin-bottom:5px;
}
#leftnav .title p{
padding:10px 10px 10px 10px;
font-size:medium;
font-weight:bold;
text-transform: uppercase;
color:#ffffff;
}

#sticky {
	width:100%;
}

#content {
	float:left;
	position:inherit;
	background-color: #fff;
	/*border-left: 1px solid #4f027c;*/
	/*padding: 1em;*/
	/* ie uses width of window to set width of this element*/
	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 5px;
	width:400px;
	/*max-width: 800px;*/
	/*min-width: 400px;*/
	color: #000000;
}

#rightPanel {
	position:inherit;
	float: right;
	width: 219px;
	background-color:#D29D1E;
	margin: 0px 0px 0px 0px;
	height:100%;
	
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	height: 40px;
	background-color:transparent;
	background-image:url(Images/base.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
#footer p
{
    text-indent:-80px;
}
#footer .horizontalItemSimple{
position:inherit;
color:#000000;
width:auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#footer .horizontalSelSimple{
position:inherit;
color:#D29D1E;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#footer .horizontalMenuSimple{
position:inherit;
color:#000000;
font-size:x-small;
background-color:#cccccc;
display:inline;

}
#footer .horizontalSep{
background-color:#cccccc;
border:0px;
}


/* ==================================================== */
/* Active forums  */
/* ==================================================== */

.afgrid, .afnormal
{
	/*font-family: Arial, Tahoma;*/
	color: #000000;
	font-size: 100%;
}
.aflastpost
{
	font-size: 95%;
	border-top: solid 1px #cdcdcd;
}
.NTForums_Pager
{
	border: solid 1px #333333;
}
.af_pager, .af_pagernumber, .af_currentpage
{
	/*font-family: Arial, Tahoma;*/
	font-size:90%;
	color: #000000;
	padding: 2px,2px,2px,2px;
}
.af_pagernumber
{
	background-color: #DCDCDC;
	border-left: #000000 1px solid;
	width: 15px;
}
.af_currentpage
{
	background-color: #FFFFCC;
	border-left: #000000 1px solid;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 15px;
	font-weight:bold;
}
.afcrumb
{
	/*font-family: Arial, Tahoma;*/
	font-size: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active
{
	color: #cc0000;
}
.afsubjectheader
{
	/*font-family: Arial, Tahoma;*/
	font-size: 110%;
	font-weight:bold;
	padding-bottom: 10px;
}
.afgrouprow
{
	font-weight: bold;
	font-size: 100%;
	background-image: url(Images/headerback.gif);
	color: #cc0000;
	height: 30px;
}
.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active
{
	color:#cc0000;
}
.afsubgrid 
{
		border: solid 1px #cdcdcd;
}
.afheader
{
	font-weight: bold;
	font-size: 100%;
	background-image: url(Images/headerback22.gif);
	color: #cc0000;
	height: 22px;

}

.afheader2 td {
	color:#FFFFFF;
}
.afforumrow
{
	font-size:100%;
	border-right: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
}
.afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo a, .afpostinfo a:link, .afpostinfo a:visited, .afpostinfo a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply a, .afpostreply a:link, .afpostreply a:visited
{
	color: #cc0000;
}

.aflastpost a:link, .aflastpost a:visited, .aflastpost a:active
{
	color: #cc0000;
}
.aftopicrow1, .aftopicrownew, .afcol3, .afcol4, .afcol5, .afcol6, .afsubject, .afpostinfo, .afposttopic, .afpostreply, .afpostbody, .afpostattach, .afpostsig
{
	font-size: 100%;
}
.afpostinfo 
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afposttopic, .afpostreply 
{
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afsubrow
{
	font-size:100%;
	border-bottom: solid 1px #333333;
}
.afcol1 
{
	border-left: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	}
 
.aftopicrow1, .aftopicrownew
{
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
}
.aftopicrow1 a, aftopicrow1 a:link, aftopicrow1 a:visited, aftopicrow1 a:active
{
	color: #cc0000;
}
.aftopicrownew a, aftopicrownew a:link, aftopicrownew a:visited, aftopicrownew a:active
{
	color: #cc0000;
	font-weight: bold;
}
.NTForums_Button 
{
	cursor:hand;
	border: #000000 1px solid;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 80%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F5F0F0, EndColorStr=#CCCCCC);
	padding-bottom: 5px;
	width: 100px;
	color: #666666;
	padding-top: 5px;
	background-color: #cccccc;
	text-align: center;
	text-decoration: none;
}
.afButton 
{
	cursor:hand;
	border: #000000 1px solid;
	
}
.afarrow 
{
	background-color: #FFFFFF;
	border: #696969 1px solid;
}
.afborder 
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}


/* ==================================================== */
/* Active forums controls */
.afprofiledetailhidden{
	visibility:hidden;
}


/* ==================================================== */
/* System Profile Controls  */
/* ==================================================== */

.MainMenu_MenuBreak {
border-top:none;
border-bottom:none;
height: 0px;
background-color:transparent;

}
.MainMenu_MenuIcon
{
    cursor: pointer;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
}


/*===================================================*/
/*             Questionaire Styles                                                        */
/*===================================================*/

.questionaire
{
}

.questionaire.title
{
	font-size:larger;
}

.questionaire th{
	text-align:left;
}

.questionaire.titlequestion
{
	font-size:larger;
}

.questionaire.question
{
	font-weight:bold;
}
