/*========================================================
Designed by JangoStudios.com
========================================================
========================================================
Default CSS
========================================================
HTML BODY css  --*/
BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
/*========================================================
Tokens
========================================================
-- Login Register token              --*/
.login-register, A.login-register:link, A.login-register:visited, A.login-register:active
{
	font-weight: bold;
	font-size: 12px;
	color: #D60500;
	font-family: Tahoma;
	text-decoration: none;
}
/*-- Login Register token hover        --*/
A.login-register:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #D60500;
	font-family: Tahoma;
	text-decoration: underline;
}
/*-- Copyright token                   --*/
.copy-right
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/*-- Date token                        --*/
.date
{
	color: #81ADCA;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Links token                        --*/
.links, A.links:link, A.links:visited, A.links:active
{
	color: #424242;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Links token hover                  --*/
A.links:hover
{
	color: #424242;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/*-- Breadcrum token                   --*/
.breadcrum, A.breadcrum:link, A.breadcrum:visited, A.breadcrum:active
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Breadcrum token hover             --*/
A.breadcrum:hover
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
/*-- Terms Privacy token                --*/
.terms-privacy, A.terms-privacy:link, A.terms-privacy:visited, A.terms-privacy:active
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/*-- Terms Privacy token hover          --*/
A.terms-privacy:hover
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/*-- Search box css                      --*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
	width: 135px;
	height: 18px;
	background-color: transparent;
	padding: 2px 0px 0px 4px;
	border: 0px solid #646464;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	text-decoration: none;
	cursor: text;
}
/*-- Default Form CSS                 --*/
SELECT, INPUT
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
/*-- Default textbox                    --*/
.NormalTextBox
{
	color: #333333;
	padding-left: 2px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}
/*-- Textbox cell / td                  --*/
TD.NormalTextBox
{
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}
/*-- Default SubHead CSS                 --*/
.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	font-family: Tahoma;
}
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #FBA51C;
	font-family: Tahoma;
}
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #FBA51C;
	font-family: Tahoma;
}
.CommandButton
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.CommandButton:link
{
	color: #454545;
	text-decoration: underline;
}
A.CommandButton:visited
{
	color: #454545;
	text-decoration: underline;
}
A.CommandButton:ative
{
	color: #454545;
	text-decoration: underline;
}
A.CommandButton:hover
{
	color: #FBA51C;
	text-decoration: underline;
}
/*-- Default --*/
.Head
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FBA51C;
}
.Head2
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FBA51C;
}
/*-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
========================================================
Solepartmenu CSS
========================================================
------------------------- Start ------------------------
CSS Document
Main Menu*/
.MainMenu_MenuContainer
{
	border-left: 0px solid #EFEEEE;
	border-bottom: 0px solid #EFEEEE;
	border-top: 0px solid #EFEEEE;
	border-right: 0px solid #EFEEEE;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
	font-family: Arial;
	width: 200px;
}
.MainMenu_MenuItemSel
{
	border-left: 0px solid #EFEEEE;
	border-top: 0px solid #EFEEEE;
	border-right: 0px solid #EFEEEE;
	border-bottom: 1px solid #262A42;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
	font-family: Arial;
}
.MainMenu_MenuItem
{
	border-left: 0px solid #EFEEEE;
	border-top: 0px solid #EFEEEE;
	border-right: 0px solid #EFEEEE;
	border-bottom: 1px solid #262A42;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
/*!important*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #3E4783;
	font-family: Arial;
}
.MainMenu_MenuItemAct
{
	cursor: pointer;
	cursor: hand;
	color: #202058;
/*!important*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(bgsubover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial;
}
.MainMenu_MenuIcon
{
	text-align: center;
	width: 3px;
	height: 20px;
	border-top: 0px solid #6F845D;
	border-right: 0px solid #6F845D;
	border-left: 0px solid #6F845D;
	border-bottom: 0px solid #6F845D;
	background-color: transparent;
}
.submenuitemselected
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	margin: 0px;
	background: transparent;
}
.MainMenu_SubMenu
{
	margin: 0;
/*background-color: #000000;*/
	background-image: url(menu-mid.gif);
	border-top: 0px dashed #262A42;
	border-right: 1px solid #262A42;
	border-left: 1px solid #262A42;
	border-bottom: 1px solid #262A42;
/*
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
filter: Alpha(Opacity=100, FinishOpacity=100, Style=2);
*/
}
.MainMenu_MenuBreak
{
	border-bottom: 0px solid #00FF00;
	border-left: 0px solid #00FF00;
	border-top: 0px solid #00FF00;
	border-right: 0px solid #00FF00;
	background-color: transparent;
	height: 0px;
}
.MainMenu_MenuArrow
{
	border-right: 0px solid #EFEFEF;
	border-bottom: 0px solid #EFEFEF;
	border-top: 0px solid #EFEFEF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.MainMenu_MenuBar
{
	cursor: hand;
	height: 18px;
	background-color: transparent;
}
/*------- up status ------*/
.MainMenu_MenuItem TD
{
	padding: 0;
	margin: 0;
}
.MainMenu_MenuItem TD DIV DIV
{
	background-image: url(up-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 12;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV
{
	background-image: url(up-mid.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 1.8;
	color: #232669;
	height: 21px;
	padding: 0;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuItem TD DIV
{
	background-image: url(up-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13 0 -13;
	_margin: -13 0;
}
/*------- over status ------*/
.MainMenu_MenuSelected TD
{
	padding: 0;
	margin: 0;
}
.MainMenu_MenuSelected TD DIV DIV
{
	background-image: url(over-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 12;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV
{
	background-image: url(over-mid.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 1.8;
	color: #FFFFFF;
	height: 21px;
	padding: 0;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelected TD DIV
{
	background-image: url(over-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13 0 -13;
	_margin: -13 0;
}
/*------- active status ------*/
.MainMenu_MenuSelectedRoot TD
{
	padding: 0;
	margin: 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV
{
	background-image: url(active-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 12;
	margin: -13 0;
	_margin: -14 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV
{
	background-image: url(active-mid.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 1.8;
	color: #FFFFFF;
	height: 21px;
	padding: 0;
	margin: -13 0;
	_margin: -14 0;
}
.MainMenu_MenuSelectedRoot TD DIV
{
	background-image: url(active-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13 0 -13;
	_margin: -14 0;
}
/*------------------------- End -------------------------
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
========================================================
Backgrounds
========================================================*/
.main-bg
{
	background: #FFFFFF url(main-bg.jpg) repeat-x;
}
.textwhite
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/*-- textfield --*/
.textfield
{
	background-color: #FFFFFF;
	border-top: 2px solid #646464;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #646464;
	width: 442px;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	font-weight: normal;
	font-size: 11px;
	color: #171717;
	font-family: Tahoma;
	text-decoration: none;
}
/*------------------------  End  -------------------------
========================================================
Search Button
========================================================
-- SearchButton --*/
.SearchButton
{
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
}
/*------------------------  End  -------------------------
========================================================
Text For Contents
========================================================
dateheading --*/
.dateheading, A.dateheading, A.dateheading:link, A.dateheading:visited, A.dateheading:active
{
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	font-family: Tahoma;
	text-decoration: none;
}
A.dateheading:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	font-family: Tahoma;
	text-decoration: underline;
}
/*textwhite --*/
.textwhite, A.textwhite, A.textwhite:link, A.textwhite:visited, A.textwhite:active
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
	line-height: normal;
}
A.textwhite:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: underline;
}
/*textgrey --*/
.textgrey, A.textgrey, A.textgrey:link, A.textgrey:visited, A.textgrey:active
{
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	font-family: Tahoma;
	text-decoration: none;
}
A.textgrey:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	font-family: Tahoma;
	text-decoration: underline;
}
/*textorange --*/
.textorange, A.textorange, A.textorange:link, A.textorange:visited, A.textorange:active
{
	font-weight: normal;
	font-size: 11px;
	color: #FBA51C;
	font-family: Tahoma;
	text-decoration: none;
}
A.textorange:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #FBA51C;
	font-family: Tahoma;
	text-decoration: underline;
}
/*------------------------  End  -------------------------
========================================================
Headings CSS
========================================================
H1 --*/
.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active
{
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}
A.H1:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: underline;
}
/*H2 --*/
.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9700;
	font-family: Tahoma;
	text-decoration: none;
}
A.H2:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9700;
	font-family: Tahoma;
	text-decoration: underline;
}
/*H3 --*/
.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active
{
	font-weight: bold;
	font-size: 11px;
	color: #CD0000;
	font-family: Tahoma;
	text-decoration: none;
}
A.H3:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #CD0000;
	font-family: Tahoma;
	text-decoration: underline;
}
/*H4 --*/
.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active
{
	font-weight: normal;
	font-size: 18px;
	color: #0090FF;
	font-family: Tahoma;
	text-decoration: none;
}
A.H4:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #0090FF;
	font-family: Tahoma;
	text-decoration: underline;
}
/*H5 --*/
.H5, A.H5, A.H5:link, A.H5:visited, A.H5:active
{
	font-weight: normal;
	font-size: 18px;
	color: #00C901;
	font-family: Tahoma;
	text-decoration: none;
}
A.H5:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #00C901;
	font-family: Tahoma;
	text-decoration: underline;
}
/*H6 --*/
.H6, A.H6, A.H6:link, A.H6:visited, A.H6:active
{
	font-weight: normal;
	font-size: 18px;
	color: #B5A600;
	font-family: Tahoma;
	text-decoration: none;
}
A.H6:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #B5A600;
	font-family: Tahoma;
	text-decoration: underline;
}
/*------------------------  End  -------------------------*/
.padding-left
{
	padding-left: 8px;
}
.padding-top
{
	padding-top: 8px;
}
