/***************************************************************************
    Filename: skin.css
		 Version: 1.0
 Description: Master stylesheet for TAC site skin
    Platform: DotNetNuke v3.2
   Skin File: TAC.zip
    Web Site: http: //targetedadconsortium.com
***************************************************************************/


/****************************************
	elements...
*****************************************/
body {
	padding: 0px;
	/*font-size: 1.0em;*/
	margin: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #d4d0c8;
}

a, a:link, a:visited, a:active {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #f90;
}

p {
	margin: 8px 0px;
}


/****************************************
	primary content formatting...
*****************************************/
.Normal,
.Normal p,
th, td {
	/*font-size: 0.8em;*/
	font-size: 13px;
	color: #333;
}

/*h1, h2, h3, h4, h5, h6, .Head, .SubHead {*/
h1, h2, h3, h4, h5, h6, .Head {
	font-family: Georgia, Times, "Times New Roman", Garamond, serif;
	font-weight: normal;
	color: #900;
	margin-bottom: 0px;
}

.Head {font-size: 22px;}
/*.SubHead {font-size: 19px;}*/

h1 {font-size: 22px;}
h2 {font-size: 19px;}
h3 {font-size: 17px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

/****************************************
	sidebar content formatting...
*****************************************/
.RightPane {
	width: 180px;
}

.RightPane,
.RightPane .Normal,
.RightPane p,
.RightPane td,
.RightPane th {
	/*font-size: 0.7em;*/
	font-size: 11px;
	color: #333;
}

.RightPane h1,
.RightPane .Head {
/*.RightPane .SubHead {*/
	color: #900;
	font-weight: bold;
}

.RightPane h1,
.RightPane .Head {font-size: 15px;}
/*.RightPane .SubHead {font-size: 13px;}*/

.RightPane ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.RightPane li {
	margin: 0px 0px 0px -15px;
}


/****************************************
	content panes...
*****************************************/
.ContentPane {
	padding: 0px;
}

.RightPane {
	padding: 0px;
	/*width: 180px;*/
}

/****************************************
	member bar stuff...
*****************************************/
.MemberBar {
	background-color: #600;
	border-bottom: 1px solid #000000;
	padding: 0px;
}


/****************************************
	header stuff...
*****************************************/
.HeaderL {
	background-color: #ABA8A2;
}

.HeaderLS {
	background-image: url(images/HeaderLS.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 15px;
}

.Header {
	background-color: #333;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	background-image: url(images/tacheader.jpg);
	background-repeat: no-repeat;
}

.HeaderRS {
	background-image: url(images/HeaderRS.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 15px;
}

.HeaderR {
	background-color: #ABA8A2;
}

.HeaderRightTop a, 
.HeaderRightTop a:link, 
.HeaderRightTop a:visited, 
.HeaderRightTop a:active {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

.HeaderRightTop a:hover {
	color: #fff;
	text-decoration: underline;
}

.HeaderRightTop {
	color: #999;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 0.70em;*/
	padding: 5px 8px;
}

.HeaderRightBottom {
	color: #999;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 0.70em;*/
	padding: 5px 8px;
}

.HeaderRightBottom input {
	background-color: #666;
	color: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.HeaderRightBottom input: focus {
	color: #000;
	background-color: #ccc;
}

.HeaderRightBottom a, 
.HeaderRightBottom a:link, 
.HeaderRightBottom a:visited, 
.HeaderRightBottom a:active {
	color: #ccc;
	background-color: #4c4c4c;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	font-weight: normal;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.HeaderRightBottom a:hover {
	color: #fff;
	background-color: #666;
}

/****************************************
	menu stuff...
*****************************************/
.MenuL {
	background-color: #bebbb4;
}

.MenuLS {
	background-image: url(images/MenuLS.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 15px;
}

.Menu {
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	/*padding-right: 1px;*/
}

.MenuContainer {
	/*padding: 3px 6px;*/
	border-left: 1px solid #c00;
	border-top: 1px solid #c00;
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
	/*font-size: 0.80em;*/
	/*padding-right: 2px;*/
}

.MenuRS {
	background-image: url(images/MenuRS.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 15px;
}

.MenuR {
	background-color: #bebbb4;
}

/****************************************
	page stuff...
*****************************************/
.PageL {
}

.PageLS {
	background-image: url(images/PageLS.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 15px;
}

.AdminPage {
	background-color: #f2eee6;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.Page {
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.PageRS {
	background-image: url(images/PageRS.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 15px;
}

.PageR {
}

/****************************************
	footer stuff...
*****************************************/
#Footer {
	border-top: 1px solid #e6e6e6;
}

.FooterLeft {
	color: #999;
	padding: 10px 25px;
	/*font-size: 0.65em;*/
}

.FooterRight {
	color: #999;
	padding: 10px 25px;
	/*font-size: 0.65em;*/
}

.FooterLeft span {
	color: #999;
	font-weight: normal;
}

.FooterRight a, 
.FooterRight a:link, 
.FooterRight a:visited, 
.FooterRight a:active {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

.FooterRight a:hover {
	color: #900;
	text-decoration: underline;
}

/* the admin page needs slightly different footer colors... */
.AdminPage #Footer {border-top: 1px solid #ccc;}
.AdminPage .FooterLeft {color: #999;}
.AdminPage .FooterRight {color: #999;}
.AdminPage .FooterLeft span {color: #999;}

.AdminPage .FooterRight a, 
.AdminPage .FooterRight a:link, 
.AdminPage .FooterRight a:visited, 
.AdminPage .FooterRight a:active {color: #999;}
.AdminPage .FooterRight a:hover {color: #900;}



/****************************************
	page stuff...
*****************************************/
.BottomL {
}

.BottomLS {
	background-image: url(images/BottomLS.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 15px;
}

.Bottom {
	background-image: url(images/BottomS.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}

.BottomRS {
	background-image: url(images/BottomRS.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
}

.BottomR {
}


/*****************************************
 main menu settings...
*****************************************/
/* primary menu background... */
.MainMenu_MenuContainer {
	height: 21px;
	background-color: #900;
	color: #fff;
	border-right: 1px solid #300;
	margin-right: 1px;
}

.MainMenu_MenuContainer td {
	color: #fff;
}

.MainMenu_MenuBar {
	height: 21px;
	background-color: #900;
	color: #fff;
	border: 0px;
	cursor: hand;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 12px 3px 5px;
	border: 0px;
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border: 0; 
	padding: 2px 12px 3px 5px; 
	background-color: #f63; 
	color: #fff;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	filter: progid: DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4);
	background: #900; 
	border-left: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	color: #fff;
	margin-top: 0px;
	padding: 3px;
}

.MainMenu_MenuBreak {
	border: 0px;
	width: auto; 
}

.MainMenu_Selected {
	background: transparent scroll repeat 0% 0%;
	height: 21px;
}

.MainMenu_Active {
	height: 21px;
	background-color: #b30000;
	color: #fff;
}

.MainMenu_BreadcrumbActive {
	height: 21px;
	background-color: #b30000;
	color: #fff;
}
.MainMenu_BreadcrumbActive2 {
	height: 21px;
}

.MainMenu_MenuIcon {display: none;}
.MainMenu_MenuArrow {display: none;}
.MainMenu_RootMenuArrow {display: none;}


/****************************************
	report classes...
*****************************************/
.Reports {
	/*margin: 0px 7%;*/
	/*width: 85%;*/
}

.ReportPrint {
	text-align: right;
	padding: 3px 0px;
}

.ReportContainer {
	margin: 1.5em 0 2.5em 0;
	text-align: center;
	width: 85%;
}

.ReportContainer p {font-size: 0.8em;}
/* .ReportContainer table {width: 100%;} */
.ReportContainer h1 {margin: 0em;}

.ReportSelect {
	margin: 0.5em;
	text-align: center;
	/*display: none;*/
}

.RptHead {
	font-weight: normal;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: white;
	background-color: #900
}

.RptRow {font-size: 0.8em;}
.RptOdd {background-color: #fff;}
.RptEven {background-color: #f2f2f2;}

.RptSubtotal {
	font-weight: bold;
	font-size: 90%;
	background-color: #ffffe6;
}

.RptTotal {
	font-weight: bold;
	font-size: 90%;
	background-color: #d4d0c8;
}

.RptSummary {
	font-weight: bold;
	font-size: 90%;
	background-color: #ff9;
}

.RptLeft {text-align: left;}
.RptRight {text-align: right;}
.RptCenter {text-align: center;}

.RptRowInit {padding: 0.25em 0.75em;}

.RptBorder {border-bottom: #ccc 1px solid;}
.RptHvyBorder {border-top: #666 1px solid;}
.RptMaxWidth {width: 100%;}




/****************************************
	blog classes...
*****************************************/
.CreateFrom {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #999;
}

td.SubHead {
	font-size: 19px;
	font-family: Georgia, Times, "Times New Roman", Garamond, serif;
	font-weight: normal;
	color: #900;
	margin-bottom: 0px;
}

/****************************************
	nuke news & feed classes...
*****************************************/
.newscontainer,
.NukeFeeds_FeedList {
	padding: 0px;
}

.NukeNews_Item, 
.NukeNews_AltItem,
.NukeFeeds_FeedItem,
.NukeFeeds_FeedItem2 {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	color: #999;
}

.newstitle {
	font-family: Georgia, Times, "Times New Roman", Garamond, serif;
	font-weight: normal;
	margin-bottom: 0px;
}

/****************************************
	addef wizard classes...
*****************************************/
.WizardHeader {
	font-weight: normal;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: white;
	background-color: #900
}

	.WizardHeader .Head {
		font-weight: normal;
		font-size: 1.2em;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		color: white;
	}

	td.WizardHeader > table > tr > td > img {
		display: none;
	}

.WizardBody {
	background-color: #fff;
}

	.WizardBody td.SubHead label {
		font-weight: normal;
		font-size: 9pt;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		color: #666;
	}

.WizardFooter {
	background-color: #d4d0c8;
}

/****************************************
	forum classes...
*****************************************/
.afgrid,
.afnormal {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial, Tahoma;	background-color: #fff;
}

.afgridborder {
	border: solid 1px #dcdcdc;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Tahoma;
	background-color: #fff;
}

.aflastpost {
	border-top: #ccc 1px solid;
	font-size: 11px;
	background-color: #fff;
}

.NTForums_Pager {
	border: solid 1px #333;
	background-color: #fff;
}

.af_pager,
.af_pagernumber,
.af_currentpage {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	color: #000;
	padding: 2px;
}

.af_pagernumber {
	background-color: #DCDCDC;
	border-left: #000 1px solid;
	width: 15px;
}

.af_currentpage {
	background-color: #FFC;
	border-left: #000 1px solid;
	color: #000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 15px;
	font-weight: bold;
}

.afcrumb {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #908E87;
}

.afcrumb a,
.afcrumb a:link,
.afcrumb a:visited,
.afcrumb a:active {
	color: #900;
}

.afcrumb a:hover {
	color: #f90;
}

.afsubjectheader {
	font-family: Georgia, Times, "Times New Roman", Garamond, serif;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0px 0px;
	color: #900;
}

.afgrouprow {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	height: 30px;
	background-color: #900;
}

.afgrouprow a:link,
.afgrouprow a:visited,
.afgrouprow a:active {
	color: #fff;
}

.afgrouprow a:hover {
	color: #ff3;
}

.afsubgrid {
	border: solid 1px #ccc;
}

.afheader {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #5E5C55;
	height: 22px;
	background-color: #d4d0c8;
}

.afheader2 {
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #900;
	height: 18px;
}

.afforumrow {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	font-size: 12px;
	background-color: #fff;
}

.afforumrow2 {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	font-size: 12px;
	background-color: #f5f5f5;
}

.afforumrow a,
.afforumrow a:link,
.afforumrow a:visited,
.afforumrow a:active,
.afpostinfo1 a,
.afpostinfo1 a:link,
.afpostinfo1 a:visited,
.afpostinfo1 a:active,
.afposttopic a,
.afposttopic a:link,
.afposttopic a:visited,
.afposttopic a:active,
.afpostreply1 a,
.afpostreply1 a:link,
.afpostreply1 a:visited,
.afpostreply1 a:active,
.afforumrow2 a,
.afforumrow2 a:link,
.afforumrow2 a:visited,
.afforumrow2 a:active {
	color: #900;
}

.afforumrow a:hover,
.afpostinfo1 a:hover,
.afposttopic a:hover,
.afpostreply1 a:hover,
.afforumrow2 a:hover {
	color: #f90;
}

.afnormal a,
.aftopicrow1 a,
.aftopicrow1 a:link,
.aftopicrow1 a:visited,
.aftopicrow1 a:active,
.afsubject a,
.afsubject a:link,
.afsubject a:visited,
.afsubject a:active,
.afpostinfo2 a,
.afpostinfo2 a:link,
.afpostinfo2 a:visited,
.afpostinfo2 a:active,
.afpostreply2 a,
.afpostreply2 a:link,
.afpostreply2 a:visited,
.afpostreply2 a:visited,
.aflastpost a,
.aflastpost a:link,
.aflastpost a:visited,
.aflastpost a:active {
	color: #900;
}

.afnormal a:hover,
.aftopicrow1 a:hover,
.afsubject a:hover,
.afpostinfo2 a:hover,
.afpostreply2 a:hover,
.aflastpost a:hover {
	color: #f90;
}

.aftopicrow1,
.aftopicrownew,
.afcol3,
.afcol4,
.afcol5,
.afcol6,
.afsubject,
.afpostinfo,
.afposttopic,
.afpostreply,
.afpostbody,
.afpostattach,
.afpostsig {
	font-size: 12px;
}

.afpostinfo1,
.afpostinfo2 {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.afpostinfo2,
.afpostreply2 {
	background-color: #f9f9f9;
}

.afposttopic,
.afpostreply1,
.afpostreply2 {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.afsubrow {
	font-size: 11px;
	border-bottom: dashed 1px #ccc;
}

.afcol1 {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.afcol2 {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.afcell1 {
	font-weight: bold;
	background-color: #dcdcdc;
}

.aftopicrow1,
.aftopicrownew {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.aftopicrownew a,
.aftopicrownew a:link,
.aftopicrownew a:visited,
.aftopicrownew a:active {
	color: #000080;
	font-weight: bold;
}

.NTForums_Button {
	cursor: hand;
	/*border: #666 1px solid;*/
	padding: 2px;
	/*display: block;*/
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	/*filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#990000,EndColorStr=#660000);*/
	width: 100px;
	/*
	color: #fff;
	background-color: #900;
	border-left: 1px solid #c00;
	border-top: 1px solid #c00;
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
	background-color: #4c4c4c;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
}

.afButton {
	/*
	cursor: hand;
	border: #000000 1px solid;
	*/
}

.af_arrow {
	background-color: #fff;
	border: #696969 1px solid;
}

.afborder {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.afsmallbutton,
.afsmallbutton a,
.afsmallbutton a:link,
.afsmallbutton a:active,
.afsmallbutton a:visited {
	font-size: 11px;
	color: #000080;
}

.afminibutton,
.afminibutton a,
.afminibutton a:link,
.afminibutton a:active,
.afminibutton a:visited {
	font-size: 10px;
	color: #000080;
}

.afsmalltext {
	font-size: 11px;
}

.emot {
	background-color: transparent;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.af_textbox {
	border-bottom: #900 1px solid;
	border-left: #7B9EBD 1px solid;
	border-right: #900 1px solid;
	border-top: #7B9EBD 1px solid;
}

.afadminHeader {
	border-bottom: #000000 1px solid;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	width: 95%;
}

.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;
}

.af_normal {
	font-size: 12px;	
	font-family: Tahoma, Verdana, Arial;
}

.af_button {
	border-right: #900 1px solid;	
	padding-right: 5px;	
	border-top: #7b9ebd 1px solid;
	padding-left: 5px;	font-size: 11px;
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	width: 110px;
	cursor: hand;
	border-bottom: #900 1px solid;
}

.af_textbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border-right: #900 1px solid;
	border-top: #7b9ebd 1px solid;
	border-left: #7b9ebd 1px solid;
	border-bottom: #900 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: #fff;
}

.af_row {
	font-size: 11px;
	padding-bottom: 2px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial;
}

.af_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #ccc;
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff, EndColorStr=#cecfde);
}

.csharpcode {
	border-right: #908E87 1px solid;
	border-top: #908E87 1px solid;
	font-size: 10pt;
	overflow: auto;
	border-left: #908E87 1px solid;
	width: 90%;
	color: black;
	border-bottom: #908E87 1px solid;
	font-family: Courier New , Courier, Monospace;
	background-color: #fff;
}

.csharpcode pre {margin: 0px;}
.rem {color: #008000;}
.kwrd {color: #0000ff;}
.str {color: #006080;}
.op {color: #0000c0;}
.preproc {color: #cc6633;}
.asp {background-color: #ffff00;}
.html {color: #800000;}
.attr {color: #ff0000;}
.alt {
	background-color: #f4f4f4;
	width: 100%;
	margin: 0px;
}
.lnum {
	color: #606060;
}

