﻿.background
{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
			
}

.border

{	border-right: dimgray 1px dotted; 
	border-top: dimgray 1px dotted; 
	border-left: dimgray 1px dotted; 
	border-bottom: dimgray 1px dotted
  }

.button
{
	font-family: Tahoma;
	color: darkblue;
	font-size: 12px;
	text-decoration: none;
	background-color: #C0C0FF;
}

.button_red
{
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    background-color: #CC0000;
}

.cell_border
{
	height: 28px; 
	width: 170px; 
	border-bottom: gainsboro 1px ridge;
}

.cell_text_border
{
    border-right: #cccc99 1px dotted;
    border-top: #cccc99 1px dotted;
    vertical-align: middle;
    border-left: #cccc99 1px dotted;
    border-bottom: #cccc99 1px dotted;
    height: 50px;
    text-align: center;
    background-color: #000000;
    width: 110px;
}



.cell_text
{
	font-size: 12px;
	font-family: Tahoma;
	color: #cc9933;
}

.cell_text1
{
	font-size: 13px;
	font-family: Sans-Serif;
	color: silver;
}

.cell_text2
{
	font-size: 13px;
	font-family: Sans-Serif;
	color: #a0a06d;
}

.cell_text2_1
{
	font-size: 11px;
	font-family: Sans-Serif;
	color: #a0a06d;
}

.cell_text3
{
    font-size: 14px;
    font-family: Verdana;
    color: #666633;
    text-decoration: none;
}

.cell_text4
{
    font-size: 13px;
    color: #FFFF66;
    font-family: sans-serif;
}

.cell_text5
{
	font-size: 10px;
	color: powderblue;
	font-family: Sans-Serif;
	text-decoration: none;
}

.cell_text6
{
	font-size: 10px;
	color: powderblue;
	font-family: Verdana;
	
}

.cell_text_title
{
    font-size: 18px;
    font-family: Tahoma;
    color: #FFFFFF;
}

.cell_text_title1
{
	font-size: 26px;
	font-family: 'Times New Roman';
	color: #cc9900;
}


.cell_text_title2
{
	font-size: 14px;
	font-family: Tahoma;
	color: #cccc66;
}

.cell_text_title3
{
	font-size: 15px;
	font-family: Sans-Serif;
	color: #ffcc66;
}

.cell_text_title4
{
    font-size: 16px;
    font-family: 'Times New Roman';
    color: #333333;
    font-weight: bold;
}

.copyright_text
{
	font-size: 10px;
	color: powderblue;
	font-family: Sans-Serif;
	text-decoration: none;
}

.msg
{
	color: #cc3300;
	font-family: Arial;
	font-size: 11px;
}

.menu_bar_bg
{
	background-image: url(/images/m_cellbg.png);
	width: 100px;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
}

.submenu_bar_bg
{
	background-image: url(/images/m_subcellbg.png);
	background-repeat: repeat-x;
	height: 25px;
	vertical-align: middle;
}

.menu_hyperlink
{
	font-family: Sans-Serif;
	color: powderblue;
	font-size: 13px;
	text-decoration: none;
}

.menu_hyperlink_1
{
	font-family: Sans-Serif;
	color: powderblue;
	font-size: 11px;
	text-decoration: none;
}

.hyperlink
{
    font-family: 'Times New Roman';
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.hyperlink1
{
	font-family: Sans-Serif;
	color: #666633;
	font-size: 9px;
	text-decoration: none;
}

.hyperlink2
{
	color: #00cc00;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}



.hyperlink_project_menu
{
	color: #ffffff;
	font-size: 10px;
	font-family: Sans-Serif;
	text-decoration: none;
}

.img_border
{
	height: 30px;
	width: 100px;
	border-bottom: dimgray 1px groove;
	border-left: dimgray 1px groove;
	border-top: dimgray 1px groove;
	border-right: dimgray 1px groove;
	background-color: #000000;
}

.img_border2
{
	border-bottom: dimgray 1px groove;
	border-right: dimgray 1px groove;
	
}

.txt_input
{
	font-family: Sans-Serif;
	color: dimgray;
	font-size: 12px;
	border-bottom: #ccccff 1px solid;
	border-left: #ccccff 1px solid;
	border-top: #ccccff 1px solid;
	border-right: #ccccff 1px solid;
	height: 20px;
}

.text_input1
{
	font-size: 8pt;
	font-family: Verdana;
	color: gainsboro;
	border-right: lightcyan 1px solid;
	border-top: lightcyan 1px solid;
	border-left: lightcyan 1px solid;
	border-bottom: lightcyan 1px solid;
	height: 18px;
	background-color: #040404;
}



.my_ul
{
    margin-left: -2em;
}
