/*
 Tasco Skin LBL - Epic Sites
 October 2009

Colours:
Nav - Blue #859dab
Red: #F30
links - orange #F60
        yellow #ff8d42
text dark grey #3F4E5A

*/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #3F4E5A;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
#topMargin	{
	margin-top:15px;
}
#wrapper {
	margin: 0px auto;
	width: 940px;
	text-align:left;
}
#Menu {
	clear: both;
	width:100%;
 	white-space: nowrap;
	margin-bottom: 5px;
	height: 1.2em;
	padding: 8px 0;
}

#topDiv	{
	background-color: #3f4e5a;
	height: 210px;
	clear:both;
}
#topLeft	{
	background: #3F4E5A url(/images/common/top-menu-background.jpg) no-repeat left top;
	width: 220px;
	height: 210px;
}
#flashPane	{
	position:relative;
	top: 0;
}
.flashContent	{
	text-align:left;
	height: 210px;
	width: 710px;
	background-color: #FFFFFF;
}
#middleDiv	{
	clear:both;
	margin: 0 auto;
	height:40px;
	background-color: #FF3300;
}
#leftMiddle	{
	width: 230px;
	background-color: #3f4e5a;
	height:35px;
}

.login	{
	text-align: center;
	color: #FFFFFF;
	text-transform: capitalize;
	padding-top: 5px;
	font-size: .8em;
	background-color: #3f4e5a;
}

#centreMiddle	{
	padding: 0 0 0 2em;
	width: 300px;
	padding-top: 5px;
}
.welcome	{
	color:#FFFFFF;
	font-size: .8em;
	padding-top: 5px;
}
#rightMiddle	{
	float: right;
	width: 350px;
}

.searchContent 	{
	color:#FFFFFF;
	font-size: .8em;
	text-align:center;
	padding-top: 5px;
}

/* DNN SEACH BOX */

#dnn_dnnSEARCH_txtSearch	{
	width:150px;
	color: #859dab;
	font-weight:bold;
	padding: 6px 10px;
}

/* Style dnn search button - when using images*/

#dnn_dnnSEARCH_cmdSearch img	{
	border:0;
	position:relative;
	top: 6px;
	left: 0;
}
#contentDiv	{
	width: 100%;
	clear:both;
}
#leftPane ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftContent	{
	float:left;
	width: 225px;
	/*background: url(/images/common/top-store-links.jpg) no-repeat left top;*/
	padding: 50px 0 0 5px;
}
.leftContent ul li	{
	line-height: 2em;
	list-style-position: outside;
	/*list-style-image: url(/images/common/ul-arrow.gif);*/
}
.padleft50	{
	padding: 0 0 0 50px;

}
.padtop50	{
	padding: 50px 0 0 0;
}

#contentPane	{

}
.contentMain	{
	padding: 5px 5px 5px 10px;
	width: 345px;
}
.contentLeft {
	padding: 5px 0 5px 10px;
	width: 695px;
}
.contentLeftRight {
	padding: 5px 0 5px 10px;
	width: 455px;
}
.contentFull {
	padding: 5px 10px;
	width: 920px;
}
#rightPane	{

}
.rightMain	{
	padding: 5px 0;
	width: 340px;
}
.right225	{
	width: 225px;
	margin-left:;
	padding: 5px 5px;
}
#bottomPane	{
}
.bottom	{
	padding: 0 10px;
}
#footerDiv	{

}
.footer	{
	font-size: .8em;
	color:#333333;
	width: 60%;
	text-align:right;
	padding: 0 10px 0 0;
}
/* ______________________________________________________

               Admin Styling

   ______________________________________________________ */

#topAmin	{
	width: 100%;
	height: 100px;

}

#topAdminLeft	{
	margin-left:50px;
	width: 250px;
	height: 50px;
	padding: 5px 0 0 10px;
	/*background: url(/images/common/Logo.gif) no-repeat right center;*/
}
#topAdminRight	{
	width: 550px;
	height: 50px;
	padding: 5px 10px 0 0;
	text-align:center;
	color: #FF3300;
	font-size: 1.5em;
}
.contentAdmin	{
	margin: 0 10px;
	padding:10px 5px 5px 50px;
	border: #859dab medium inset;
}

/* Announcements Styling */

.ANN_Head    {
	font-size: .9em;
    font-weight: bold;
    color: #6F8EA1;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
	font-size:  1em;
	font-weight:    normal;
	color: #374e5a;
	letter-spacing: .02em;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
	font-size:  .9em;
	font-weight:    normal;
	color: #859dab;
	letter-spacing: .01em;
}

/* ______________________________________________________

               Float Styles

   ______________________________________________________ */

.clear	{
	clear:both;
}
.left	{
	float:left;
}
.right	{
	float:right;
}

/*=====================================================

2. Links

=======================================================*/

a, a:link, a:active, a:visited {
	color: #f60;
}
a:hover {
	color: #FF8d42;
	text-decoration: underline;
}
.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #000;
	text-decoration: none;
}
a.CommandButton:hover {
	color: #000;
	text-decoration: underline;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
	color: #333;
}
a.SkinObject:hover {
	color: #333;
	text-decoration: underline;
}
a.login:link, a.login:active, a.login:visited {
	color: #FF8d42;
}
a.login:hover {
	color: #f30;
	text-decoration: underline;
}
.bottom a, .bottom a:link, .bottom a:active, .bottom a:visited {
	color: #000;
}
.bottom a:hover {
	color: #000;
	text-decoration: underline;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #333;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* _________________________________________

                  GENERIC

 ____________________________________________*/

H1  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  1.5em;
	font-weight:    normal;
	color: #374e5a;
	letter-spacing: .02em;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  1.2em;
	font-weight:    normal;
	color: #859dab;
	letter-spacing: .01em;
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  1.2em;
	font-weight:    normal;
	color: #738e9f;
	letter-spacing: .01em;
}

H4  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  1.2em;
	font-weight:    normal;
	color: #FF6600;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.1em;
    font-weight:    bold;
    color: #333;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.1em;
    font-weight:    bold;
    color: #666666;
}
ul li	{
	line-height: 1.6em;
	list-style-position: outside;
	/*list-style-image: url(/images/common/ul-site.gif);*/
}

/*_____________________________________________

           dnn menu style
_____________________________________________ */



/*  Main Menu Top Level  */

.main_dnnmenu_rootitem {
	color: #859dab;
	background-color: white;
	float:left;
	padding:2px 6px;
	text-transform: capitalize;
	border-right: 1px #859dab solid;
	white-space:nowrap;
	margin-bottom:0;
}


/*  Main menu Top Level hover  */

.main_dnnmenu_rootitem_hover {
	color:#FF3300;
	background-color: #efefef;
	float:left;
	padding:2px 6px;
	text-transform: capitalize;
	border-right: 1px #859dab solid;
	white-space:nowrap;
	margin-bottom:0;
}

/*  Main menu Top Level selected  */
.main_dnnmenu_rootitem_selected {
	color:#FF6600;
	background-color: #efefef;
	float:left;
	padding:2px 6px;
	text-transform: capitalize;
	border-right: 1px #859dab solid;
	white-space:nowrap;
	margin-bottom:0;
}

/*  SUB Menu Normal  */

.main_dnnmenu_submenu {
	border: 1px solid #859dab;
	border-top: 0;
	text-transform: capitalize;
}

.main_dnnmenu_submenu td {
	background-color: #efefef;
	z-index: 1000;
	text-align:left;
	color:#859dab;
	padding: 2px 5px;
	margin:0px;
	line-height: 1.5em;
}

/*
SUB Menu hover & selected are td - so you td for background images
*/

.main_dnnmenu_itemhover td  {
	background: #FF3300;
	color:#ffffff;
	line-height: 1.5em;
}
.main_dnnmenu_itemselected td	{
    background:#FFFFFF;
	color:#FF3300;
	text-decoration:underline;
	line-height: 1.5em;
}
.main_dnnmenu_container {
}

/* main menu td */

.main_dnnmenu_bar {
	line-height: 1.2em;
	cursor:pointer;
}

.main_dnnmenu_break	{
	/*height: 1px;
	background-color: #efefef;*/
}

