/*========================================================
Designed by JangoStudios.net
========================================================
========================================================
Default CSS
========================================================
HTML BODY css  --*/
BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
P
{
	margin: 0px;
	padding: 0px;
}
.body_bg
{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.youAreHere
{
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0001;
	font-weight: bold;
}
.shdow
{
	background-image: url(shdow.jpg);
	background-repeat: repeat-y;
}
.left-shdow
{
	background-image: url(left-shdow.jpg);
	background-repeat: no-repeat;
	width: 11px;
}
.right-shdow
{
	background-image: url(right-shdow.jpg);
	background-repeat: no-repeat;
	width: 11px;
}
.footer
{
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
.link-left
{
	background-image: url(link-left.jpg);
	background-repeat: no-repeat;
	width: 36px;
	height: 38px;
}
.link-mid
{
	background-image: url(link-mid.jpg);
	background-repeat: repeat-x;
	padding: 12px 0px 0px 13px;
}
.link-right
{
	background-image: url(link-right.jpg);
	background-repeat: no-repeat;
	width: 36px;
	height: 38px;
}
.bottom
{
	background-color: #FFFFFF;
	padding: 23px 13px 0px;
}
.nav-bg
{
	background-color: #F0F0F0;
}
H2
{
	color: #00277E;
}
/*========================================================
Tokens
========================================================
-- Login Register token              --*/
.login-register, A.login-register:link, A.login-register:visited, A.login-register:active
{
	font-weight: normal;
	font-size: 12px;
	color: #9A9999;
	font-family: Tahoma;
	text-decoration: none;
}
/*-- Login Register token hover        --*/
A.login-register:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #9A9999;
	font-family: Tahoma;
	text-decoration: underline;
}
/*-- Copyright token                   --*/
.copy-right
{
	color: #CC0001;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Date token                        --*/
.date
{
	color: #A30327;
	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: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Links token hover                    --*/
A.links:hover
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
/*-- Breadcrum token                   --*/
.breadcrum, A.breadcrum:link, A.breadcrum:visited, A.breadcrum:active
{
	color: #9A9999;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Breadcrum token hover             --*/
A.breadcrum:hover
{
	color: #9A9999;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/*-- Terms Privacy token                  --*/
.terms-privacy, A.terms-privacy:link, A.terms-privacy:visited, A.terms-privacy:active
{
	color: #CC0001;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Terms Privacy token hover            --*/
A.terms-privacy:hover
{
	color: #CC0001;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
/*-- Search box css                          --*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
	width: 125px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: 0px solid #646464;
	border-right: 0px solid #D9D9D9;
	border-bottom: 0px solid #D9D9D9;
	border-left: 0px solid #646464;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #171717;
	text-decoration: none;
	cursor: text;
	padding: 0px 0px 0px 15px;
}
/*========================================================
Default Container Headings
========================================================
-- Heading # 1                          --*/
.cnt1_heading
{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Tahoma;
}
/*-- Heading # 2                          --*/
.cnt2_heading
{
	font-weight: bold;
	font-size: 22px;
	color: #094998;
	font-family: Arial, Helvetica, sans-serif;
}
/*-- Heading # 3                          --*/
.cnt3_heading
{
	font-weight: bold;
	font-size: 11px;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
}
/*-- Heading # 4                          --*/
.cnt4_heading
{
	font-weight: normal;
	font-size: 18px;
	color: #0090FF;
	font-family: Tahoma;
}
/*-- Heading # 5                          --*/
.cnt5_heading
{
	font-weight: normal;
	font-size: 18px;
	color: #00C901;
	font-family: Tahoma;
}
/*-- Heading # 6                          --*/
.cnt6_heading
{
	font-weight: normal;
	font-size: 18px;
	color: #B5A600;
	font-family: Tahoma;
}
/*-- cnt text                            --*/
.cnt-text
{
	font-weight: normal;
	font-size: 13px;
	color: #727272;
	font-family: Tahoma;
	line-height: 20px;
}
/*-- cnt text                            --*/
.cnt-text2
{
	font-weight: normal;
	font-size: 13px;
	color: #CC0066;
	font-family: Tahoma;
	line-height: 20px;
}
/*========================================================
Default DNN CSS
========================================================
-- 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                   --*/
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #B2AD2F;
	font-family: Tahoma;
}
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
}
.CommandButton
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.CommandButton:link
{
	color: #A9A9A9;
	text-decoration: underline;
}
A.CommandButton:visited
{
	color: #A9A9A9;
	text-decoration: underline;
}
A.CommandButton:ative
{
	color: #A9A9A9;
	text-decoration: underline;
}
A.CommandButton:hover
{
	color: #6E6E6E;
	text-decoration: underline;
}
/*submenu --*/
.submenu, A.submenu, A.submenu:link, A.submenu:visited, A.submenu:active
{
	font-weight: bold;
	font-size: 11px;
	color: #3183FF;
	font-family: Tahoma;
	text-decoration: none;
}
A.submenu:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #3183FF;
	font-family: Tahoma;
	text-decoration: underline;
}
/*========================================================
Text For Contents
========================================================
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;
}
/*textyellow --*/
.textyellow, A.textyellow, A.textyellow:link, A.textyellow:visited, A.textyellow:active
{
	font-weight: normal;
	font-size: 11px;
	color: #FF9700;
	font-family: Tahoma;
	text-decoration: none;
}
A.textyellow:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #FF9700;
	font-family: Tahoma;
	text-decoration: underline;
}
/*textred --*/
.textred, A.textred, A.textred:link, A.textred:visited, A.textred:active
{
	font-weight: normal;
	font-size: 11px;
	color: #CD0000;
	font-family: Tahoma;
	text-decoration: none;
}
A.textred:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #CD0000;
	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: #B8B8B8;
	font-family: Tahoma;
	text-decoration: none;
}
A.textgrey:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #B8B8B8;
	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;
}
/*------------------------  Menu End  -------------------------*/
.padding-left
{
	padding-left: 9px;
}
/*---------------------------------------------------
------------------------  Pane  -------------------------
-- top Image Banner pane              --*/
.BannerPane
{
	width: 100%;
	padding: 10px 0 15px;
}
/*-- top content pane                   --*/
.ContentPane
{
	width: 100%;
	padding: 0 7px;
}
/*-- top LeftTop                           --*/
.LeftTopPane
{
	width: 100%;
	padding: 0 7px;
}
/*-- Right Top                              --*/
.RightTopPane
{
	padding: 0 7px;
	width: 100%;
}
/*-- Bottom pane                           --*/
.BottomPane
{
	padding: 0 7px;
	width: 100%;
}
/*-- left2 content pane                  --*/
.LeftPane2
{
	padding: 0 7px;
	width: 25%;
}
/*-- Right2 content pane                  --*/
.RightPane2
{
	padding: 0 7px;
	width: 75%;
}
/*-- left3 content pane                  --*/
.LeftPane3
{
	padding: 0 7px;
	width: 75%;
}
/*-- Right3 content pane                  --*/
.RightPane3
{
	padding: 0 7px;
	width: 25%;
}
/*-- left4 content pane                  --*/
.LeftPane4
{
	padding: 0 7px;
	width: 50%;
}
/*-- Right4 content pane                  --*/
.RightPane4
{
	padding: 0 7px;
	width: 50%;
}
/*------------------ new styles ---------
Layout*/
.bg1
{
	background-repeat: no-repeat;
	background-position: left top;
}
.arial
{
	font-family: Arial, Helvetica, sans-serif;
}
.arialn
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.verdana
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tahoma
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
/*Font Sizes*/
.ten
{
	font-size: 10px;
}
.eleven
{
	font-size: 11px;
}
.twelve
{
	font-size: 12px;
}
.thirteen
{
	font-size: 13px;
}
.fourteen
{
	font-size: 14px;
}
.fifteen
{
	font-size: 15px;
}
.sixteen
{
	font-size: 16px;
}
.seventeen
{
	font-size: 17px;
}
.eighteen
{
	font-size: 18px;
}
.nineteen
{
	font-size: 19px;
}
.twenty
{
	font-size: 20px;
}
.twentyone
{
	font-size: 21px;
}
.twentytwo
{
	font-size: 22px;
}
.twentythree
{
	font-size: 23px;
}
.twentyfour
{
	font-size: 24px;
}
.twentyfive
{
	font-size: 25px;
}
.twentyeight
{
	font-size: 28px;
}
.thirty
{
	font-size: 30px;
}
.fourty
{
	font-size: 35px;
	letter-spacing: -0.05em;
}
/*Font Colours*/
.magenta
{
	color: #C637B3;
}
.darkyellow
{
	color: #F4A83A;
}
.darkgray
{
	color: #484646;
}
.darkgray2
{
	color: #505050;
}
.purple
{
	color: #D671E2;
}
.white
{
	color: #FFFFFF;
}
.black
{
	color: #000000;
}
.gray
{
	color: #AAAAAA;
}
.dategray
{
	color: #615F5F;
}
.lightgray
{
	color: #A3A3A3;
}
.red
{
	color: #CC0001;
}
.lightred
{
	color: #FF5756;
}
.orange
{
	color: #FF9600;
}
.yellow
{
	color: #FFFF00;
}
.green
{
	color: #9ECD3F;
}
.sharp_blue
{
	color: #318CC2;
}
.cyan
{
	color: #44A5C3;
}
.blue
{
	color: #237BD1;
}
.brown
{
	color: #685716;
}
/*Font Style & Weight*/
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.strikeout
{
	text-decoration: line-through;
}
.linehight
{
	line-height: 18px;
}
/*Hovers*/
.black2purple, A.black2purple, A.black2purple:link, A.black2purple:visited, A.black2purple:active
{
	text-decoration: none;
	color: #000000;
}
A.black2purple:hover
{
	text-decoration: none;
	color: #6767CB;
}
.orange2gray, A.orange2gray, A.orange2gray:link, A.orange2gray:visited, A.orange2gray:active
{
	color: #D64500;
	text-decoration: none;
}
A.orange2gray:hover
{
	color: #272727;
}
.n2u, A.n2u, A.n2u:link, A.n2u:visited, A.n2u:active
{
	text-decoration: none;
}
A.n2u:hover
{
	text-decoration: underline;
}
.u2n, A.n2u, A.n2u:link, A.n2u:visited, A.n2u:active
{
	text-decoration: underline;
}
A.u2n:hover
{
	text-decoration: none;
}
.gray2red, A.gray2red, A.gray2red:link, A.gray2red:visited, A.gray2red:active
{
	color: #6D6D6D;
	text-decoration: none;
}
A.gray2red:hover
{
	color: #E70000;
}
.lightred2black, A.lightred2black, A.lightred2black:link, A.lightred2black:visited, A.lightred2black:active
{
	color: #FF5756;
	text-decoration: none;
}
A.lightred2black:hover
{
	color: #333333;
}
.gray2orange, A.gray2orange, A.gray2orange:link, A.gray2orange:visited, A.gray2orange:active
{
	color: #6D6D6D;
	text-decoration: none;
}
A.gray2orange:hover
{
	color: #FF6600;
}
.gray2blue, A.gray2blue, A.gray2blue:link, A.gray2blue:visited, A.gray2blue:active
{
	color: #6D6D6D;
	text-decoration: none;
}
A.gray2blue:hover
{
	color: #237BD1;
}
.white2black, A.white2black, A.white2black:link, A.white2black:visited, A.white2black:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.white2black:hover
{
	color: #000000;
}
.white2yellow, A.white2yellow, A.white2yellow:link, A.white2yellow:visited, A.white2yellow:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.white2yellow:hover
{
	color: #FFFF00;
}
.red2black, A.red2black, A.red2black:link, A.red2black:visited, A.red2black:active
{
	text-decoration: none;
	color: #D52E00;
}
A.red2black:hover
{
	text-decoration: none;
	color: #000000;
}
.black2blue, A.black2blue, A.black2blue:link, A.black2blue:visited, A.black2blue:active
{
	text-decoration: none;
	color: #000000;
}
A.black2blue:hover
{
	text-decoration: none;
	color: #237BD1;
}
.blue2black, A.blue2black, A.blue2black:link, A.blue2black:visited, A.blue2black:active
{
	text-decoration: none;
	color: #237BD1;
}
A.blue2black:hover
{
	text-decoration: none;
	color: #333333;
}
.orange2gray, A.orange2gray, A.orange2gray:link, A.orange2gray:visited, A.orange2gray:active
{
	color: #FF9600;
	text-decoration: none;
}
A.orange2gray:hover
{
	color: #333333;
}
.green2gray, A.green2gray, A.green2gray:link, A.green2gray:visited, A.green2gray:active
{
	color: #83A400;
	text-decoration: none;
}
A.green2gray:hover
{
	color: #333333;
}
.black2red, A.black2red, A.black2red:link, A.black2red:visited, A.black2red:active
{
	text-decoration: none;
	color: #000000;
}
A.black2red:hover
{
	text-decoration: none;
	color: #CC0000;
}
.black2white, A.black2white, A.black2white:link, A.black2white:visited, A.black2white:active
{
	text-decoration: none;
	color: #000000;
}
A.black2white:hover
{
	text-decoration: none;
	color: #CC0000;
}
.peach2white, A.peach2white, A.peach2white:link, A.peach2white:visited, A.peach2white:active
{
	text-decoration: none;
	color: #C2B195;
}
A.peach2white:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.blue2red, A.blue2red, A.blue2red:link, A.blue2red:visited, A.blue2red:active
{
	text-decoration: none;
	color: #237BD1;
}
A.blue2red:hover
{
	text-decoration: none;
	color: #EA0000;
}
.cyan2gray, A.cyan2gray, A.cyan2gray:link, A.cyan2gray:visited, A.cyan2gray:active
{
	text-decoration: none;
	color: #22A4CC;
}
A.cyan2gray:hover
{
	text-decoration: underline;
	color: #333333;
}
.blue2red, A.blue2red, A.blue2red:link, A.blue2red:visited, A.blue2red:active
{
	text-decoration: none;
	color: #237BD1;
}
A.blue2red:hover
{
	text-decoration: none;
	color: #EA0000;
}
.cyan2red, A.cyan2red, A.cyan2red:link, A.cyan2red:visited, A.cyan2red:active
{
	text-decoration: none;
	color: #22A4CC;
}
A.cyan2red:hover
{
	text-decoration: none;
	color: #FF5756;
}
.border2
{
	border-left: 1px solid #51A700;
	border-right: 1px solid #51A700;
	background-color: #FFFFFF;
}
.combo_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	height: 20px;
}
.txt_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 16px;
	border: 1px solid #C5C5C5;
}
.cur
{
	cursor: pointer;
	cursor: hand;
}
.pan_bg
{
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_dot_line
{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.right_dot_line
{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.bot_dot_line
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.left_dot_line
{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.top_line
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.right_line
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bot_line
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.left_line
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*CSS Document*/
UL LI
{
	list-style-image: url(http://localhost/dnn45/Portals/0/the-pb/bul.jpg);
	list-style-position: inherit;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
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;
}
.link-andrew, A.link-andrew:link, A.link-andrew:visited, A.link-andrew:active
{
	font-weight: normal;
	font-size: 13px;
	color: #CC0066;
	font-family: Tahoma;
	text-decoration: none;
}
A.link-andrew:hover
{
	font-weight: normal;
	font-size: 13px;
	color: #CC0066;
	font-family: Tahoma;
	text-decoration: underline;
}
/*-- Default --
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
========================================================
Solepartmenu CSS
========================================================
------------------------- Start ------------------------
Main Menu
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: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
	font-family: Verdana;
	width: 220px;
}
.MainMenu_MenuItemSel
{
	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: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
	font-family: Verdana;
}
.MainMenu_MenuItem
{
	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: Verdana;
}
.MainMenu_MenuItemAct
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #A91111;
	font-family: Verdana;
}
.MainMenu_MenuIcon
{
	text-align: center;
	width: 3px;
	height: 25px;
	border-top: 0px solid #71B5E5;
	border-right: 0px solid #71B5E5;
	border-left: 0px solid #71B5E5;
	border-bottom: 0px solid #71B5E5;
}
.submenuitemselected
{
	color: #A91111;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	margin: 0px;
	background: transparent;
}
.MainMenu_SubMenu
{
	margin-top: 0;
	margin-left: 1px;
	background-color: #D01415;
	border-top: 1px solid #D01415;
	border-right: 1px solid #D01415;
	border-left: 1px solid #D01415;
	border-bottom: 1px solid #D01415;
/*
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, Helvetica, sans-serif;
}
.MainMenu_MenuBar
{
	cursor: hand;
	height: 25px;
	background-color: transparent;
}
/*------- up status ------*/
.MainMenu_MenuItem TD
{
	padding: 0;
	margin: 0;
}
.MainMenu_MenuItem TD DIV DIV
{
	background-image: url(up.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 22;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV
{
	background-image: url(mid.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 2.2;
	color: #B60000;
	height: 25px;
	padding: 0;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuItem TD DIV
{
	background-image: url(mid.jpg);
	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.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 22;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV
{
	background-image: url(mid.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 2.2;
	color: #C20000;
	height: 25px;
	padding: 0;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelected TD DIV
{
	background-image: url(mid.jpg);
	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.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 22;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV
{
	background-image: url(mid.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 2.2;
	color: #044599;
	height: 25px;
	padding: 0;
	margin: -13 0;
	_margin: -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV
{
	background-image: url(mid.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13 0 -13;
	_margin: -13 0;
}
/*------------------------- End -------------------------*/
