body {
	margin: 0px;
	padding: 0px;
	height:100%;

}

table, tr, td, p, font, div, span { color: #606060;font-family: Tahoma, Arial, Helvetica;  font-weight: normal; font-size: 11px;}

.FAQQuestion
{
	padding-left: 10px;
	background: transparent url(images/arrow.png) no-repeat left 2px;
	color: #000;
	margin: 1em 0;
}
.FAQQuestion p
{
	display: inline;
	padding-left: 5px;
}

a img
{
	border: none;
}

.FAQAnswer
{
	padding-left: 10px;
	margin: 1em 0;
}
.FAQAnswer p
{
	display: inline;
	padding-left: 5px;
}



.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #6FBFD8 1px solid; 
    BORDER-TOP: #6FBFD8 1px solid; 
    BORDER-LEFT: #6FBFD8 1px solid; 
    BORDER-BOTTOM: #6FBFD8 1px solid; 
}

.SkinObject {
    font-family: Tahoma, Arial, Helvetica;
    color: #606060;

    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#606060;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#606060;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#606060;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#606060;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #5F5F5F;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #5F5F5F;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #5F5F5F;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{

	 color: #606060;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #2288BE;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold;
	 color: #808080;
}

/* text style used for error messages */
.NormalRed
{

    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{

    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #2288BE;

    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #2288BE;

    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #2288BE;

    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {

    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #2288BE;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #2288BE;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #2288BE;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #2288BE;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #2288BE;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #008BBE;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #008BBE;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #606060;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #606060;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #606060;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #606060;
}




A:link  {
    text-decoration:    none;
    color:  #008ABF;
}

A:visited   {
    text-decoration:    none;
    color:  #008ABF;
}

A:hover {
    text-decoration:    underline;
    color:  #008ABF;
}

A:active    {
    text-decoration:    none;
    color:  #008ABF;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #606060;
    height:1pt;
    text-align:left
}


.StandardWidth {
	width: 661px;
	height: 100%;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.sitescanner_leftbg{
	background-image: url(sitescanner_leftbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F4F4F4;
}
.sitescanner_rightbg{
	background-image: url(sitescanner_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F4F4F4;
}
.sitescanner_topbg{
	background-image: url(sitescanner_topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 64px;
}
.sitescanner_bborder{
	border-top: dashed 1px #999999;
	height: 34px;
}
.sitescanner_padd01{
	padding-bottom: 12px;
}
.sitescanner_padd02{
	padding-left: 30px;
	padding-right: 30px;
}
/**/
#Layer1 {
	position:absolute;
	width:1px;
	height:1px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	width:30px;
	height:102px;
	z-index:1;
	left: 26px;
	top: 27px;
}
/**/
.contentpane{
	padding: 4px;
	width:400px;
}
.toppane{
	padding: 4px;
}
.rightpane{
	padding: 4px;
}
.bottompane{
	padding: 4px;
}
/**/
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{

	color: #B7B3AE;
	font-weight: normal;
	text-decoration: none;
}
A.copyright:hover{

	color: #B7B3AE;
	font-weight: normal;
	text-decoration: none;
}
.login, A.login:link, A.login:visited, A.login:active{

	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
A.login:hover{

	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.FormTable 
{

    color: #606060;
}



#dnn_ContentPane
{
	padding-right: 15px;
}

#dnn_RightPane
{
	padding-left: 15px;
}