/* CSS Document 
<!-- Site Info
Last Updated:09-09-2009
Client Name: Cyber Security Specialist
Developed By:Himanshu Verma  Shail Design & Technologies Pvt. Ltd. (www.shaildesign.com)-->
 */
body
{
background-color:#c0c0c0;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:1px;
}
.outer
{
width:780px;
background-color:#FFFFFF;
border:#666666 1px solid;
}

.header
{
background-image:url(../images/topbar.gif);
background-repeat:no-repeat;
width:778px;
height:22px;
}
.upperlink
{
	color:#CC0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	margin:0px 5px 0px 5px;
}
.upperlink:hover
{
	text-decoration:none;
}
.logo
{
background-image:url(../images/csslogo.gif);
background-repeat:no-repeat;
width:307px;
height:73px;
}
.midmenustart
{
background-image:url(../images/midmenustart.gif);
background-repeat:no-repeat;
width:150px;
height:35px;
}
.midmenubg
{
background-image:url(../images/midmenubg.gif);
background-repeat:repeat-x;
height:35px;
}
.leftpanelbg
{
background-image:url(../images/leftpanelbg.gif);
background-position:left;
background-repeat:repeat-y;
width:156px;
vertical-align:top;
}
.leftpanelseprator
{
background-image:url(../images/leftpanelseprator.gif);
background-repeat:no-repeat;
width:156px;
height:6px;
}
.quickcontactus
{
background:url(../images/quickcontact.gif) no-repeat;
height:22px;
}
.newsupdates
{
background: url(../images/newsupates.gif) no-repeat;
height:22px;
}
.contenttable
{
margin-top:10px;
margin-bottom:10px;
}

.headinglarge
{
background-image:url(../images/bullet01.gif);
background-repeat:no-repeat;
background-position:left;
font-size:20px;
color:#838d99;
text-transform:capitalize;
padding-left:30px;
}

.headingmedium
{
font-size:12px;
font-weight:bold;
color:#cd3232;
text-decoration:underline;

}

.headingsmall
{
background-image:url(../images/checkmark01.gif);
background-repeat:no-repeat;
background-position:left;
font-size:12px;
font-weight:bold;
color:#cd3232;
padding-left:15px;
margin-left:5px;
margin-top:5px;
}
.dottedborder
{
border-right:#CCCCCC 1px dotted;
}
.img1
{
padding:3px 3px 3px 3px;
}
p
{
font-size:12px;
color:#646464;
text-align:justify;
margin:5px 10px 5px 5px;
}
p a
	{
		color:#003366;
		font-size:10px;
		font-weight:bold;
		margin-left:10px;
		text-decoration:none;
	}
p a:hover
{
			text-decoration:underline;
}
ul
{
	margin-top:5px;
	margin-right:5px;
	font-size:12px;
	color:#333333;
}
ul li
{

list-style:url(../images/checkmark02.gif);
text-align:justify;
}
ul li a
	{
		color:#003366;
		font-size:10px;
		font-weight:bold;
		margin-left:10px;
		text-decoration:none;
	}
ul li a:hover
	{
		color:#CC0000;
				text-decoration:underline;
	}
.knowmore
	{
		color:#003366;
		font-size:10px;
		font-weight:bold;
		margin-left:10px;
	}
.knowmore:hover
	{
		color:#CC0000;
	}

.frmlblsmall
{
font-weight:bold;
text-align:right;
color:#CC0000;
font-size:10px;
}
.frmlbllarge
{
text-align:right;
font-weight:bold;
color:#666666;
font-size:11px;
}

.frmtxtsmall
{
width:100px;
border:#CC0000 1px ridge;
color:#CC0000;
font-size:10px;
}
.frmtxtlarge
{
width:200px;
color:#333333;
font-size:12px;
}
.frmsubmitsmall
{
background-color:#CC0000;
color:#FFFFFF;
width:50px;
font-weight:bold;
font-size:10px;
border: solid #333333 1px;
}
.frmsubmitlarge
{
background-color:#CC0000;
color:#FFFFFF;
width:80px;
font-weight:bold;
font-size:12px;
border: solid #333333 1px;
}
.importanttext
{
color:#CC0000;
font-size:14px;
}


.bottommenubg
{
background-image:url(../images/bottommenubg.gif);
background-repeat:repeat-x;
height:17px;
}
.bottomcontentbg
{
background-image:url(../images/bottomcontentbg.gif);
background-repeat:no-repeat;
height:101px;
vertical-align:top;
}
.copyright
{
color:#666666;
font-size:10px;
text-align:center;
}


/*Example CSS for News Ticker*/

#ajaxticker1{
width: 140px;
height: 120px;

padding: 5px;

}

#ajaxticker1 div{ 
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
font-size:12px;
color:#cd3232;
padding:1px 1px 1px 1px;
text-align:justify;
}

#ajaxticker1 div a
{
color:#cd3232;
font-weight:bold;
}
.someclass{ //class to apply to your scroller(s) if desired
}


/*DHTML Tool Tip*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

