﻿/* Default CSS Stylesheet for a new Web Application project */

.side_text{
font-family:Tahoma;
font-size:14px;
font-weight: bold;
line-height:14px;
color:#FFFF00;
}

.name{
font-family:tahoma;
font-size:14px;
color:#FF6600;
}
.txt{
font-family:tahoma;
font-size:9px;
color:#303030;
}
.style1 {color: #000000}
.head_text2{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#ff6600;}
head_text{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#000000;}
.sub_text{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#000000;}
.norm_text{
		font-family:Tahoma;
		font-size:12px;
		font-weight: bold;
		line-height:12px;
		color:#000000;}
.style9 {font-family: tahoma; font-size: 9px; color: #FFFFFF; }
.sub_text_error
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #ff0033;
}
		
.style_cart_cat_title
{
	font-family:Tahoma;
		font-size:18px;
		font-weight: bold;
		line-height:18px;
		color:#FF6600;
		padding-left: 0; 
		padding-top: 15}
}

.line
{
	color: #303030;
	border-bottom: black thin solid;
	width: 400px;
	height: 8px;
	background-color: green;
}


.head_text4{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#3399ff;}
.head_text5{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#ff0033;}
.head_text6{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#9966cc;}
.head_text7{
		font-family:Tahoma;
		font-size:14px;
		font-weight: bold;
		line-height:14px;
		color:#59d57d;}
.sub_text2{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#ff6600;}
.sub_text3{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#3399ff;}		
.sub_text4{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#ff0033;}		
.sub_text5{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#9966cc;}		
.sub_text6{
		font-family:Tahoma;
		font-size:12px;
		font-weight: normal;
		line-height:12px;
		color:#59d57d;}		


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.DIV_BORDER
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color:Blue;
}
.SEC_DG_FONT_STYLE
{
	font-size: xx-small;
	font-family: Verdana, Arial;
}
.DG_FONT_STYLE
{
	font-size: xx-small;
	font-family: Verdana, Arial;
}
.DG_ALT_ROW_STYLE
{
	font-size: xx-small;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #E0E0E0;
	border-bottom-style: none;
}
.DG_REG_ROW_STYLE
{
	font-size: xx-small;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #F5F5F5;
	border-bottom-style: none;
}
.DG_SEL_ROW_STYLE
{
	font-size: xx-small;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFACD;
	border-bottom-style: none;
}
.DG_HEADER_ROW_STYLE
{
	font-weight: bold;
	font-size: xx-small;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #00ccff;
	text-align: left;
	border-bottom-style: none;
}
.STANDARD_FONT
{
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial;
}
.ViewBookTitle
{
	font-weight: bold;
	font-size: large;
}
.tableHead
{
	background-color: #e0e0e0;
	FONT-WEIGHT: bold;
}
.tableRowMain
{
	background-color: #ffffff;
}
.tableRowAlt
{
	background-color: #e0e0e0;
}
