/*------- These belong in module.css -----------*/
/*.ABR_ParameterCell { background-color:#CCCCCC; border:0px solid black }

.ABR_ParameterRow{ background-color:#BBBBBB; border:1px solid black }

.ABR_ParameterTable{ background-color:#DDDDDD; border:1px solid black;} */

/*------------------*/
 
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 12px verdana, arial, sans-serif;
	min-width: 1000px;
	color: black;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.ControlPanel
{
	line-height: 100%;
	width: 720px;
	margin: 10px auto;
	padding-bottom: 10px;
	background-color: #DDDDDD;
	border: 1px solid #ccc;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head, blockquote
{
	font-family: Verdana,Arial,sans-serif;
	
	font-size: 100%;
	font-weight: normal;
	color: black;
}

.NormalDisabled
{
	color: Silver;
}
.NormalBold
{
	font-weight: bold;
}
.NormalRed
{
	font-weight: bold;
	color: #f00;
}

.NormalTextBox
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
}


h1, h2, h3, h4, h5, h6, .Head
{
	font-weight: 700;
	/*font-family: "trebuchet ms" , serif;*/
	
	font-family: verdana, arial, sans-serif;
	color: black;
}

.SmallerFont 
{
	font-size:85%;

}

/*style admin bold text */
.SubHead
{
	color: black;
}

/*admin links */
A.CommandButton:link, A.CommandButton:visited
{
	color: black;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: black;
	background-color: #EEEEEE;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: #8BE6FA;
}

/*for dnn administration */
.FileManager_Explorer, .FileManager_Item, .FileManager_AltItem
{
	background-color: white;
}
.FileManagerTreeNodeSelected
{
	background-color: white;
}

.DataGrid_Item
{
	background-color: white;
}
/************************/




h1
{
	clear: both;
	/*font: 700 2.5em "trebuchet ms" , serif;*/
	
}

h2
{
	/*font: 400 1.5em "trebuchet ms" , serif;*/
	color: black;
	font-size:1.5em;
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
}

h2 a:link
{
	color: black;
}

h2 a:hover
{
	color: black;
}

h3
{
	/*font: 400 1.3em "trebuchet ms" , serif;*/
	color: black;
}

h4
{
	/*font: 700 1.2em "trebuchet ms" , serif;*/
	color: black;
}

h5
{
	/*font: 700 1.1em "trebuchet ms" , serif;*/
	color: black;
}

h6
{
	/*font: 700 1em "trebuchet ms" , serif;*/
	color: black;
}


h1, h2, h3, h4, h5, h6, p, dl
{
	margin: 0;
	padding: 0px 15px;
}


/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */

.leftColumn h1, .leftColumn h2, .leftColumn h3, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl
{
	padding-left: 0;
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

b
{
	color: black;
}

ol, ul
{
	margin: 0 0 0 20px;
	padding: 0;
}

ol
{
	color: black;
}

ol span
{
	color: black;
}

ul
{
	list-style-image: url(images/bg/bullet.gif);
}

del
{
	color: #AAA;
}

code
{
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #444;
}


.leftColumn code
{
	margin-left: 0;
}

acronym
{
	cursor: help;
	border-bottom: 1px solid #777;
}

dt
{
	font-weight: bold;
	color: black;
}

dd
{
	margin-left: 0;
	padding-left: 45px;
}

.transform
{
	text-transform: capitalize;
}

/**************************************************************
   DNN skin Objects
 **************************************************************/


.SkinObject
{
	font-weight: bold;
	font-size: 100%;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: black;
}
A.SkinObject:visited
{
	text-decoration: none;
	color: black;
}
A.SkinObject:hover
{
	text-decoration: underline;
	color: black;
}
A.SkinObject:active
{
	text-decoration: none;
	color: black;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote
{
	margin: 110px;
	padding: 27px;
	background-color: #444;
	/*background-image: url(images/icons/quote.gif);*/
	background-repeat: no-repeat;
	/*background-position: 5px 50%;*/
}

blockquote.exclamation
{
	background-image: url(images/icons/exclamation.gif);
}

blockquote.stop
{
	background-image: url(images/icons/stop.gif);
}

blockquote.go
{
	background-image: url(images/icons/go.gif);
}


/**************************************************************
   Images
 **************************************************************/
/**/
img.floatRight
{
	margin: 5px 0px 10px 15px;
}

img.floatLeft
{
	margin: 5px 15px 10px 0px;
}

/* adjusted for Normal calss in DNN */
.Normal a img
{
	border: 0px solid #8BE6FA;
}

.Normal a:hover img
{
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 0px solid #FFF !important;
	border: 0px solid #8BE6FA;
}


/**************************************************************
   #wrapper: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#wrapper
{
	height: 100%;
	min-height: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
}

#wrapper, #width
{
	/* max-width hack for IE since it doesn't understand the valid css property  	width: expression(document.body.clientWidth > 1000 ?  "1000px" : "94%" );*/
	margin: 0 auto;
}

#wrapper[id], #width[id]
{
	width: 100%;
	height: auto;
}

#pagebackground /* template_style */
{
	padding: 0px 5px 0px 5px;
	margin: 0;
}

.fixed
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -100;
}

.headertext
{
	z-index: 3;
	color: #3366ff;
	font-size: 300%;
	font-family: Tahoma;
}

.content_pad
{
	padding: 0;
	margin: 0 9px 0 7px;
}

.logo_top_left
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/AnAg1_topleft.png) no-repeat top left;
}
.logo_top_right
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 10px;
	background: url(images/AnAg1_topright.png) no-repeat top right;
}
.logo_top_bg
{
	padding: 11px 0px 0px 0px;
	margin: 0px 11px 0px 1px;
	background: url(images/AnAg1_top.png) repeat-x top;
}
.logo_left
{
	background: url(images/anag1_left.png) repeat-y top left;
}
.logo_right
{
	background: url(images/AnAg1_right.png) repeat-y top right;
}
.logo_pad
{
	background: #3366cc;
	margin: 0 9px 0px 7px;
	padding: 0;
	color: White;
}
.leftbackground
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: url(images/anag1_left.png) repeat-y top left;
}
.rightbackground
{
	padding: 0px 0px 1px 0px;
	margin: 0px;
	background: url(images/anag1_right.png) repeat-y top right;
}
.bot_left
{
	padding: 0px 0 0px 0px;
	margin: 0px 0 10px 0px;
	background: url(images/AnAg1_bottomleft.png) no-repeat top left;
	height: 17px;
}
.bot_right
{
	padding: 0px;
	margin: 0px 0px 0 0px;
	background: url(images/AnAg1_bottomright.png) no-repeat top right;
	padding: 0px 10px 0px 10px;
	height: 17px;
}
.bot_bg
{
	padding: 0px;
	margin: 0px;
	background: url(images/AnAg1_bottom.png) repeat-x top left;
	height: 17px;
}
.menu_bg
{
	padding: 0 0 0 6px;
	margin: 0 9px 0 7px;
	height: 27px;
	background-color: black;
	color: White;
}
.menu_left
{
	padding: 0px;
	margin: 0px;
	background: url(images/anag1_left.png) repeat-y top left;
}
.menu_right
{
	margin: 0px;
	background: url(images/anag1_right.png) repeat-y top right;
}

.menu_style
{
	float: left;
	padding: 0px 0px 0px 5px;
	background-color: black;
	color: White;
}

.login
{
	margin: 0px 3px 0px 0px;
	padding: 4px 4px 0px 4px;
	background-color: black;
	float: right;
	height: 19px;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header
{
	position: relative; /*height: 103px;*/ /* background: url(images/bg/header.jpg) repeat-x top left;*/
	background-color: #3366cc; /* AnAg blue*/
	text-align: center;
	margin: 0 2px;
}



#header-bottom
{
	background-color: black;
	text-align: left;
	width: 100%;
	height: 32px;
}


#header-bottom a:link, #header-bottom a:visited
{
	text-decoration: none; /*background-color: white;*/
	background-color: black;
	color: white;
}


#LoginLinks
{
	float: right;
	padding: 5px 0 0 5px;
}


.login a:link, .login a:visited
{
	font-size: 90%;
	font-weight: bold;
	color: white;
}


/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/


/* admin menu */
/* DNN admin menu */
#AdminMenu
{
	position: absolute;
	top: 50px;
	right: -110px;
	padding: 5px 0 5px 5px;
	margin: 0;
	background-color: white;
	text-align: left;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page
{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer
{
	/*float: left; 	width: 100%; 	clear: both; 	margin-top: -3.8em; 	background: #000 url(images/bg/footer.jpg) repeat-x top left;*/
}

/* Sets the width of the footer content */
#footer #width
{
	position: relative;
	z-index: 3;
	font-size: 80%;
	padding-top: 27px;
}

.footer
{
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	clear: both;
	text-align: center;
	margin: 0px 20px 0px 9px;
	padding: 0 0 3px 0;
}

.footer p
{
	font-size: 60%;
	color: #DDDDDD;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100
{
	width: 100%;
}

.width75
{
	width: 74%;
}

.width50
{
	/*margin: 0 185px 0 170px;*/ /*width:  49.7%;*/
}

.width33
{
	width: 32.7%;
}


.widthRightPane
{
	width: 24.7%;
	max-width: 230px;
	min-width: 230px;
}

.widthLeftPane
{
	width: 24.7%;
	max-width: 190px;
	min-width: 190px;
}

.centrecontent
{
	background-color: transparent;
	margin: 0 230px 0 190px;
	text-align: left;
}



.rightColumn
{
}

.contentColumn
{
	width: 100%;
}



.leftColumn
{
	background-color: transparent;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear
{
	clear: both;
}

.block
{
	display: block;
}

.small
{
	font-size: 60%;
}

.green
{
	color: #A1FF45;
}

.red
{
	color: #EA1B00;
}

.grey
{
	color: #666;
}

.grey a
{
	color: #999;
}

.grey a:hover
{
	color: #EEE;
}

.gradient
{
	margin-bottom: 2em; /* background: #555 url(images/bg/gradient.jpg) repeat-x bottom left; */
}

.top_space
{
	height: 10px;
}


/*------------------------------------------------------------*/

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar
{
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

.main_dnnmenu_container
{
	padding: 30px;
	border: 0;
}


/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
	/*color: #43494D; 	font-size: 13px;  	font-weight:bold; 	 	text-align:center; text-transform:uppercase;  */
	line-height: 25px;
	padding: 12px 12px 0px 12px;
	margin-right: 3px;
	cursor: hand;
	color: white;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: black;
	padding: 0 8px 0px 5px;
	border: 0;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	/*	color:#ffffff; 	font-size: 13px;  	font-weight:bold; 	text-align:center; text-transform:uppercase; */
	line-height: 25px;
	padding: 12px 12px 3px 12px;
	background: url(../images/menu_hover.gif) repeat-x top left;
	margin-right: 3px;
	cursor: hand;
	color: white;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #3366CC;
	padding: 0 8px 0px 5px;
	border: 0;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	/*color:#ffffff; 	font-weight:bold; 	text-align:center; 	font-size: 13px; 		text-transform:uppercase;*/
	line-height: 25px;
	padding: 12px 12px 12px 12px;
	background: url(../images/menu_hover.gif) repeat-x top left;
	margin-right: 3px;
	cursor: hand;
	color: #11FFFF;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: black;
	padding: 0 8px 0px 5px;
	border: 0;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
	border: 1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color: #F8FAFF;
	z-index: 1000; /*	font-size: 11px;  	font-weight:bold;*/
	text-align: left;
	color: #000000;
	line-height: 2em;
	padding: 0px 5px;
	margin: 0px;
}


.main_dnnmenu_childroot
{
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td
{
	background: #3366cc url(../images/menu_hover.gif) repeat-x top left;
	color: #ffffff;
	text-align: left;
	line-height: 2em;
	z-index: 1000;
	padding: 0px 5px;
	margin: 0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border: 1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td
{
	background-color: #F8FAFF;
	white-space: nowrap;
}

.ModuleTitle_MenuIcon
{
	background-color: #F8FAFF;
	border: none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


.search_style
{
	float: right;
	padding: 8px 0px 0px 0px;
}
.search_bg
{
	padding-right: 2px;
}
.search_bg Input
{
	color: #43494D;
}
/* ----------------------------------------------- */
/* Classes for the text boxes in the DNN portal    */
/* Subscription grid */

.subscribeGridtbody
{
	text-align: center;
	width: 900px;
}
.subscribeAlternativeRow
{
	background-color: #eff8ff;
}
.subscribeGridCell, .subscribeButtonCell
{
	text-align: center;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
}
.subscribeButtonCell
{
	padding: 15px;
}
.subscribeGridHeader
{
	text-align: center;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	border-top: dotted 1px black;
	width: 110px;
}
.subscribeProduct
{
	width: 400px;
	padding: 9px 0px;
}
.subscribeDetails
{
	width: 180px;
	padding: 0px 10px;
}
.smallText
{
	font-size: 70%;
}
.buyProductSecureImage
{
	padding: 0 0 7px 0;
	text-align: left;
}

.buyProductSubTable, .buyProductSubDescription
{
	width: 50%;
	padding: 3px 8px;
}
.buyProductSubTable
{
	text-align: right;
}
.buyProductSubDescription
{
	text-align: left;
}

.infoSubTableRow
{
	text-align: center;
	padding: 4px 10px;
}

.paypalSubTableRow
{
	background-color: Green;
	margin: 20px auto;
}

.subSubTable
{
	border: 1px solid black;
	background-color: white;
	text-align: left;
	margin: 20px auto;
}

/* Paypal stuff */


.Inventua_Paypal
{
	width: 100%;
	margin: 12px auto;
}


.Inventua_Paypal .buyNowCell
{
	width: 100%;
}

.Inventua_Paypal .descriptionLabelCell, .Inventua_Paypal .descriptionInputCell, .Inventua_Paypal .referenceNumberLabelCell, .Inventua_Paypal .referenceNumberInputCell, .Inventua_Paypal .amountLabelCell, .Inventua_Paypal .amountInputCell, .Inventua_Paypal .currencyCell
{
	width: 100%;
	display: none;
}


/*----*/
.tickboxlist ul, .tickboxlist li
{
	list-style: none;
	background-image: url(images/greentick.png);
}

.surroundImage
{ border:0px solid black;
  

  
}

.quote
{
	padding: 20px;
	background-color: #ffffBB;
	text-align: center;
	margin: 10px 30px;
	font-style: italic;
	
	
}

/* Repository dashboard */

.dashboardItem
{
	
	
	width:100%;
	border-bottom:dotted  1px #BBBBBB;
	background-color:transparent;
	
	padding: 0px 0px 3px 0px;
}
.dashboardDate
{
	text-align:right;
	
}

.normal
{
		/*font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;*/
}

/* ----------------------------------------------- */
/* print media section */

@media print
{

	/* 
				================================
				Print styles for DotNetNuke
				================================
				*/

	body
	{
		font: 400 12pt verdana, arial, sans-serif;
		color: #000;
		background: #FFF;
	}

	h1
	{
		margin-top: 30px;
		font-size: 200%;
		border-bottom: 1px solid #999;
	}

	h2
	{
		font-size: 180%;
	}

	h3
	{
		font-size: 160%;
	}

	h4, h5, h6
	{
		font-size: 120%;
	}

	acronym
	{
		border: 0;
	}

	a
	{
		color: #00F;
	}

	/* Prints the URL after a link in CSS2 supporting browsers */
	a:link:after, a:visited:after
	{
		content: " (" attr(href) ") ";
		font-size: 80%;
	}


	/* Don't display these elements since they're not useful on paper .leftColumn,
				 */
	#header, #mainMenu, #HouseMenuNav2, #footer
	{
		display: none;
	}

	#wrapper
	{
		margin: 0 8%;
		padding: 0;
	}

	/* stack the columns on top of each other 100% width for printing */
	#wrapper, .width75, .width50, .width33, .width25
	{
		width: auto;
	}


	/* close @media print */
}







