/* CSS Document */
/* For All */
body { padding: 0; margin: 0;
	background-color: #FFD155;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #888888;
}

td {
	font-size: 12px;
}

a:link	@{color :#5094B7; text-decoration : underline;}
a:visited {color :#5094B7; text-decoration : underline;}
a:active  {color :#85BBCD; text-decoration : none;}
a:hover	  {color :#85BBCD; text-decoration : none;}

.a_red:link   {color:#D40000;font-size: 12px;font-weight: bold;text-decoration: none;}
.a_red:visited{color:#D40000;font-size: 12px;font-weight: bold;text-decoration: none;}
.a_red:active {color:#D40000;font-size: 12px;font-weight: bold;text-decoration: underline;}
.a_red:hover  {color:#D40000;font-size: 12px;font-weight: bold;text-decoration: underline;}


/* For Title */
.title_16{color:#ffffff; font-size:16px; font-weight: bold; padding-top:5px; padding-left:15px;}
.title_12{color:#ffffff; font-size:12px; font-weight: bold;}
.title_red14{color:#D40000; font-size:14px; font-weight: bold;}


/* For Side */
.side_txt11  	{color : #888888;font-size : 11px;
                 background-image : url(images/common/line.gif);
				 background-repeat : repeat-x;
				 background-attachment : fixed;
				 background-position : right bottom;}

.side_txt12  	{color : #888888;font-size : 12px; font-weight: bold;
                 background-image : url(images/common/line.gif);
				 background-repeat : repeat-x;
				 background-attachment : fixed;
				 background-position : right bottom;}

.side_txt_red 	{color : #D40000;font-size : 11px; font-weight: bold;
                 background-image : url(images/common/line.gif);
				 background-repeat : repeat-x;
				 background-attachment : fixed;
				 background-position : right bottom;}

.side_txt_red10	{color : #D40000;font-size : 10px; font-weight: normal;}

.frame01        {background-image : url(images/frame01/bg.gif);
                 background-repeat : repeat-x;
                 background-attachment : fixed;
                 background-position : right bottom;}

.side_txt_title	{color : #5094B7;font-size : 11px; font-weight: bold;
				background-color: #E0E0E0;
				}
.side_txt11  	{font-size : 11px;}
.side_txt10  	{font-size : 10px;}
.side_txt_blue	{color : #5094B7;}

a:side_link	    {color : #005EBF; font-weight: bold; text-decoration : underline;}
a:side_visited	{color : #005EBF; font-weight: bold; text-decoration : underline;}
a:side_active	{color : #4F8DCC; font-weight: bold; text-decoration : none;}
a:side_hover	{color : #4F8DCC; font-weight: bold; text-decoration : none;}


/* For center */
.frame02        {background-image : url(images/frame03/bg.gif);
                 background-repeat : no-repeat;
                 background-attachment : fixed;
                 background-position : left top;}

/* For menu */
#dnn_dnnLOGIN_hypLogin {color : #D40000;font-size : 11px; font-weight: bold;
                 background-image : url(images/common/line.gif);
				 background-repeat : repeat-x;
				 background-attachment : fixed;
				 background-position : right bottom;}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MenuBar {
	padding-left: 6px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #D40000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFFFFF; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 5px;
}
.MainMenu_MenuItemSel {
	background-color: #D40000; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

