/* Default CSS Stylesheet for a new Web Application project */

BODY
{ background-position: 50% 0%; SCROLLBAR-FACE-COLOR: #f1efee; FONT-WEIGHT: normal; FONT-SIZE: 8pt; BACKGROUND-ATTACHMENT: scroll; BACKGROUND-IMAGE: url(images/main_bk.jpg); WORD-SPACING: normal; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; TEXT-TRANSFORM: none; SCROLLBAR-SHADOW-COLOR: #d3d2d1;  SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: tahoma; SCROLLBAR-DARKSHADOW-COLOR: #d3d2d1; SCROLLBAR-BASE-COLOR: #edecea; LETTER-SPACING: normal; BACKGROUND-COLOR: dimgray }


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
   
	font-family: tahoma;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
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;
	}
*/	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
TD

{
	font-family: Tahoma;
	font-size :8pt;

}
.TDdatagrid
{
	font-size: 8pt;
	color: dimgray;
	font-family: Tahoma;
}

.INPUT
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#d0d0d0' , EndColorStr= '#f0f0f0' );
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	height: 19px;
	background-color: #d9d9d9;
}
.INPUTMULTI
{
	border: solid 1px #727272;
	font-size: 12px;
	background-color: #d9d9d9;
	
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#d0d0d0', EndColorStr='#f0f0f0');
}
.tab-active
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 80px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #cc0033;
	text-align: center;
}

.tab-active-upload
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 70px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #e7e7e7;
	text-align: center;
}
.tab-inactive
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 80px;
	color: #313031;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #ffffff;
	text-align: center;
}

.tab-inactive-upload
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 70px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #CCCCCC;
	text-align: center;
}

.tab-inactive-after
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 80px;
	color: #313031;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #ffffff;
	text-align: center;
}
.tab-inactive-after-upload
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9px;
	width: 70px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #cccccc;
	text-align: center;
}

.tab-inactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;	
	text-decoration: none;
	color: #313031;
	width: 100%;
}
.tab-inactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #313031;
	width: 100%;
}

.tab-inactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #313031;
	text-decoration: none;
	width: 100%;
}
.tab-inactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;
	width: 100%;
}

 
.tab-inactive-after a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;	
	text-decoration: none;
	color: #313031;
	width: 100%;
}

.tab-inactive-after a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #313031;
	width: 100%;
}
.tab-inactive-after a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #313031;
	text-decoration: none;
	width: 100%;
}
.tab-inactive-after a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;
	width: 100%;
}
.TableMain
{
	background-color: #cc0033;
	BACKGROUND-REPEAT: no-repeat;
	/*background-attachment: fixed;*/
	background-image: url(images/main_bk_table.jpg);
	
}

.ReqValidator
{
	
	font-weight: bold;
	color: #ffcc33;
	font-family: tahoma font-size: 12px;
	text-decoration: none;
}
.ErrorMsg
{
	font-weight: bold;
	color: #000000;
	font-family: tahoma font-size: 12px;
	text-decoration: none;
}


.hyperlinkPageNumber
{
	font-weight: bold;
	font-size: 14pt;
	background: gainsboro;
	color: tomato;
	line-height: 17px;
	font-family: tahoma, verdana;
	text-decoration: none;
}

.RegisterTextBlackSmall
{
	color: black;
	font-family: tahoma;
}
.bioData
{
	color: white;
	font-family: arial;
}
.tbContent
{
	color: gainsboro;
	font-family: tahoma;
}
.ReportsOfficeHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: tahoma;
	background-color: lightgrey;
}
.tbContent a:link
{
	font-family: tahoma
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	
}
.tbContent a:visited
{
	font-family: tahoma
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	
}
.ButtonBig
{
	font-size: 10px;
	color: white;
	font-family: tahoma;
	background-color: #cc0033;
}
.ButtonSm
{
	font-size: 10px;
	color: white;
	font-family: tahoma;
	background-color: #cccccc;
}


.tbContent a:active
{
	font-family: tahoma
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.tbContent a:hover
{
	font-family: tahoma
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.FaqA
{
	font-family: tahoma
	font-size: 12px;
	color: #E7E7E7;
	text-decoration: none;
	
}

.FaqQ
{
	font-weight: bold;
	color: #ffcc33;
	font-family: tahoma font-size: 12px;
	text-decoration: none;
}


.RegisterTextBlackSmall
{
	color: white;
	line-height: 12pt;
}
.hidden 
{
	visibility:hidden; 
	display:none;
}
.dashedline
{
    border-bottom: 1px dashed #cccccc;
    padding-top: 10px;
    margin-bottom: 5px;
    clear:right;
}
.dline
{
    border-bottom: 1px dashed #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    clear:right;
    width:100%;
}
.PageHeader
{
	padding-left: 8px;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: arial;
	
}
.ProfileCamStats
{
	color: #e7e7e7;
}

.Footer
{
	
	font-family: tahoma;
	background-color: #ffffff;
	filter:alpha(opacity=80);opacity: 0.8;-moz-opacity:0.8;


}
.FooterLinks
{
color: black
}

.FooterLinks a:hover
{
color: red
}
.FooterLinks a:link
{
color: red
}
.FooterLinks a:visited
{
color: red
}
.FooterLinks a:active
{
color: red
}
.Header_welcome
{
	font-weight: bold;
	font-size: 8pt;
	color: #e7e7e7;
	font-family: tahoma;
	letter-spacing: 1px;
}
.Header_date
{
	font-weight: bold;
	font-size: 8pt;
	color: #e7e7e7;
	font-family: tahoma;
	letter-spacing: 1px;
}
.Error_onRed
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: arial;
}

.BorderYes
{
	border: solid 1px #666666;
}	

.BorderNo
{
	border: none;
}	

/*MENU START*/
.itemBorder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;	
	filter: alpha(opacity=90);
}

.itemText
{

	font-weight: bold; 
	font-size: 11px;
	color: black;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	height:10px;
}

A.itemText
{
	font-weight: bold; 
	font-size: 11px;
	width: 100%;
	color: black;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: left;
	text-decoration: none;
	height:10px;

}

A.itemText:HOVER {
	color: #FFFFFF;
	text-decoration: none;
	
}

.crazyBorder 
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;	
	filter: alpha(opacity=90);
	
}

.crazyText 
{
	font-weight: bold; 
	font-size: 11px;
	color: black;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-align: right;
	text-decoration: none;
	height:10px;
	
}
	
	
.TextHP
{
	font-weight: bold;
	font-size: 8pt;
	color: gold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}	
	
	 
A.crazyText
{
	font-weight: bold; 
	font-size: 11px;
	width: 100%;
	color: #000000;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: left;
	text-decoration: none;
	height:10px;

}

A.crazyText:HOVER {
	color: #FFFFFF;
	text-decoration: none;
	
}	 
/*MENU END*/

.TextCamOn
{
  color:Black;
}	

.TextCamOff
{
  color:#666666;
}	

.LinkCamOn
{
  color:Black;
}	

.LinkCamOff
{
  color:#666666;
}	

.PagerText
{
	color:#ffffff;
}	

.PagerLink
{
	color:#ffffff;
}	

.PagerLinkActive
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}	

.CompetitionYES
{
	color:#009900;
}

.CompetitionNO
{
	color:#000000;
}

/*----Context Menu-----------------*/



HR
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	color:#999999;
	height:1px;
}	

.menu
{
	/*width:120px;*/
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	FILTER: alpha(opacity=80);
}	

.menuseparator
{
	border-right: #cccccc 0px solid;
	border-top: #999999 0px solid;
	border-left: #cccccc 0px solid;
	color: black;
	border-bottom: #999999 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1px;
	height:1px;

}

.menuitem
{
	border-right: #eeeeee 1px solid;
	border-top: #eeeeee 1px solid;
	font-size: 11px;
	border-left: #eeeeee 1px solid;
	color: black;
	border-bottom: #eeeeee 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	
}

.menuitemactive
{
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	background-color: #9999cc;

	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
	
A.menulink
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	width: 100%;
	color: black;
	padding-top: 2px;
	text-decoration: none;
}		

A.menulinkactive
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	color: black;
	
	text-decoration: none;}
/*---- End Context Menu-----------------*/
.Docs0
{
	background-color: #ffcccc;
}

A.CamsTab
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

A.CamsTab:active
{
	color: white;
}

A.CamsTab:hover
{
	color: white;
}

.ErrorMessage
{
	background-color:White;
	color:Red;
	font-weight:bold;
}
/*---- Google index tag-----------------*/
.gogle 
{ position:absolute; width : 100%; top:-200px; left: 0px; text-align : center;
}
A.tbInfo:active, a:visited, a:hover
{

}

.tbInfo
{
	font-size: 10pt;
	color: black;
	font-family: verdana;
	background-color: silver;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.rwp_title
{
	color: #cc3300;
	font-weight: bold;
}
.rwp_total
{
	color: #009900;
	font-weight: bold;
}
/*-------- BLOG -----------------*/

.blog_title
{
    font-weight: bold;
    font-size: 12px;
    color: dimgray;
    font-family: verdana;
}

.blog_txt
{
    font-size: 10px;
    color: dimgray;
    font-family: verdana;
}
.blog_edit
{
    font-size: 9px;
    color: black;
    font-family: verdana;
    background-color: lightgrey;
    border-right: lightgrey thin ridge;
    border-top: lightgrey thin ridge;
    border-left: lightgrey thin ridge;
    width: 70px;
    border-bottom: lightgrey thin ridge;
    height: 20px;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
    text-decoration: none;
    padding-top: 2px;
}

.blog_delete
{
    font-size: 9px;
    color: gainsboro;
    font-family: verdana;
    background-color: crimson;
    border-right: silver thin ridge;
    border-top: silver thin ridge;
    border-left: silver thin ridge;
    width: 70px;
    border-bottom: silver thin ridge;
    height: 20px;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
    text-decoration: none;
    padding-top: 2px;
}
.ReqValidatorBlack
{
    font-weight: bold;
    color: gainsboro;
    font-family: tahoma font-size: 12px;
    text-decoration: none;
}

.conract_dv
{
    SCROLLBAR-FACE-COLOR: #CCCCCC;
    z-index: 1;
    width: 100%;
    height: 400px;
    overflow: scroll;
    padding-right: 5px;
    padding-left: 5px;
}
.contract_status_1
{
    font-weight: bold;
    font-size: 12pt;
    color: #ff3300;
}
.contract_status_2
{
    font-weight: bold;
    font-size: 12pt;
    color: orange;
}
.contract_status_3
{
    font-weight: bold;
    font-size: 12pt;
    color: forestgreen;
}
