﻿body 
{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color: #737373;
}

h1
{
	font-family:Arial;
	font-size:24px;
	font-weight:bolder;
	color:#808080;
	margin-bottom:15px;
	line-height:1;
}

h2
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#737373;
	margin-top:5px;
	margin-bottom:10px;
	line-height:1;
}

h3
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#737373;
	padding-top:4px;
}

h4
{
	margin:0px;
	font-weight:bolder;
	font-size:16px;
	/*color: black;*/
	color: #737373;
	padding-left:4px;
	padding-top:2px;
	white-space:nowrap;
}

input
{
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}

/* =======================btn_bar======================= */
.btn_bar
{
	cursor:pointer;
	color:#737373;
}
.btn_bar:hover
{
	color:#990066;
}

/* =======================menus (class)======================= */
.menus
{
	color:#b0c4de;
	border-width:1px;
	border-color:#cccccc;
	background-color:#f5f5f5;
	line-height:0;
	border-style:solid;
	padding-top:15px;
	padding-bottom:5px;
}

.menu_item
{
	margin-top: 10px; 
	margin-bottom: 10px;
	text-indent:10px;
	cursor:pointer;
}

/* =======================link_command (class)======================= */
.link_command
{
	/*padding: 9px 12px 9px 12px; /*top right bottom left*/
	padding: 4px 6px 4px 12px;
	line-height:28px;
	text-align: center;
	color: black;
	vertical-align:middle;
	font-size:12px;
	/*background-image:url(../img/New_Frame/r_summary.JPG);
	background-repeat:no-repeat;
	padding-left:26px;*/
}

.link_command:link
{
	/*margin:4px 4px 4px 4px; /*top right bottom left*/
	
	color: black;
	text-decoration:none;
	font-weight:normal;
}

.link_command:visited
{
	color:black;
	text-decoration:none;
}

.link_command:hover
{
	background-color:#E1F1F7;
	color:black;
}

/*.link_command:active
{
	background-color:#D3EBF3;
	color:black;
}*/

/* =======================link style command (class)======================= */
.link_style
{
	color:#b0c4de;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;	
}
.link_style:hover
{
	color:#7b68ee;
	cursor:inherit;
}

/* =======================forum_link======================= */
.forum_link:link
{
	font-family: Arial;
	color: #737373;
}

.forum_link:visited
{
	font-family: Arial;
	color: #737373;
}

.forum_link:hover
{
	text-decoration:underline;
}

/* =======================forum_link======================= */
.forum_normal_link:link
{
	font-family: Arial;
	color: #737373;
}

.forum_normal_link:visited
{
	font-family: Arial;
	color: #737373;
}

.forum_normal_link:hover
{
	color:#b0c4de;
}

/* =======================a tag======================= */
a:link
{
	color:#b0c4de;
	font-weight:bold;
	text-decoration:none;	
}

a:visited
{
	color:#b0c4de;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#7b68ee;
	/*text-decoration:underline;*/
}

a:active
{
	color:#7b68ee;
	text-decoration:underline;
}

/* =======================for editor======================= */
.Hand_Off { TEXT-ALIGN: center }
.Hand_On { border-RIGHT: #3169c6 1px solid; border-TOP: #3169c6 1px solid; border-LEFT: #3169c6 1px solid; width: 20px; CURSOR: pointer; border-BOTTOM: #3169c6 1px solid; height: 20px; BACKGROUND-COLOR: #c6d3ef; TEXT-ALIGN: center }


/* =======================for download link======================= */
.download_color_link:link
{
	text-decoration:none;
}
.download_color_link:visited
{
	text-decoration:none;
}
.download_color_link:hover
{
	text-decoration:underline;
}
