@charset "utf-8";
html {
	overflow-y: scroll !important;
	
		width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
	
	
	
}
body {
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	background-color:#ebe9e1;
	background-image: url(img/siteBackground.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E3EAF1;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #555555;
}


.GreyHead { color: #424242; font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 15px 5px; text-decoration: underline; }

.RedHead{
	color:#B60000;
	font-weight:bold;	
}

.RedLink {color: #BC0000; font-size: 12px; font-weight: bold; padding-left: 0px; text-decoration: none;}
.RedLink a{color: #BC0000; font-size: 12px; font-weight: bold; padding-left: 0px; text-decoration: none; font-family:Arial, Helvetica, sans-serif;}


.RedHead1{font-size:18px; color:#b60000; padding:4px 6px 4px 1px; font-weight:bold;  }

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.whtBgry{
	background-color:#FFF;
	border : 1px solid #E0E3E5;
	padding:4px;

	
}

input[type="submit"], input[type="button"], input[type="reset"] {
	background-image:url(img/btn.png);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:4px;
}

.div-link {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ccc 1px solid;
	PADDING-LEFT: 10px;
	BACKGROUND: #fafafa;
	PADDING-BOTTOM: 15px;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ccc 1px solid;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	width:215px;
}
.div-link A {
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 1.1em;
	PADDING-BOTTOM: 0.2em;
	MARGIN: 0px;
	COLOR: #0f67a1;
	LINE-HEIGHT: 1.4;
	PADDING-TOP: 0.2em;
	BORDER-BOTTOM: #eeeeee 1px  dotted;
	POSITION: relative;
	TEXT-DECORATION: none;
}
.div-link H3 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	BACKGROUND: #0099cc;
	PADDING-BOTTOM: 0.3em;
	MARGIN: 2em 0px 0.4em;
	TEXT-TRANSFORM: uppercase;
	COLOR: #FFFFFF;
	PADDING-TOP: 0.3em;
	BORDER-BOTTOM: #aaa 1px ;
	background-image : url(img/blue-head.gif);
	background-repeat : repeat-x;
	text-shadow: 2px 2px 3px #666;
	
}
.div-link A:hover {
	COLOR: #990000;
	background-repeat:no-repeat
}



form{
display:inline;
}
img {
	border:0px;
	text-decoration: none;

}
hr {
	color:#C2D786;
	size:1px;
}
strong {
	color: #555555;
}
a {
	color: #0066CC;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	
}
a:hover {
	color : #ff6600;
	
}
.superscript-red {
	color:#FF0000;
	vertical-align:top;
	padding-right:3px;
}
.red {
	color:#9D0000;
}
/* rich textbox css start here*/

.rteImage {
	border: 1px solid #D3D3D3;
}
.rteImageRaised, .rteImage:hover {
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}
.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}
.rteVertSep {
	margin: 0 4px 0 4px;
}
/*
.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}
*/
.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}
.rteDiv {
	display: block;
	position: relative;
}/* rich textbox css end here*/

input[type="text"], input[type="password"],input[type="file"], select, textarea {
	width:auto;
	border:1px solid #AACCEE;
	
	padding:3px 2px 3px 2px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	
}

h2.head {
	margin-top : 0;
	margin-bottom : 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	color : #4F4F4F;
	background-color : #fafaf6;
	border : 1px solid #d4d4d4;
	display:block;
	clear:both;
	background-image : url(img/title-bg.gif);
	background-repeat : repeat-x;
}
h3 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-size : 16px;
}
.btn {
	background-color: #E8E8E8;
	border:1px solid #999999;
	font-size:11px;
	height:20px;
}
#top {
	width : 210px;
	float : right;
	height : 50px;
	right : 5px;
	top : 15px;
	color : #333333;
	text-align : center;
	position : relative;
}
#top a {
	color : #ffffff;
}
h1 {
	color : #0066CC;
	font-size : 16px;
	margin : 0 0 7px 0;
	font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.example {
	color:#85A71D;
}
.orangehead {
	background-image : url(img/orangebg.gif);
	background-repeat:repeat-x;
	padding-left : 20px;
	font-weight : bold;
	color: #484848;
	height : 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 13px;
	padding-top : 5px;
	padding-bottom:5px;
}
.greenehead {
	background-image : url(img/greenbgcart.gif);
	background-repeat:repeat-x;
	padding-left : 20px;
	font-weight : bold;
	color : #FFFFFF;
	height : 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 13px;
	padding-top : 10px;
}
.cream {
	border-right : 1px solid #EDD693;
	border-top : 1px solid #EDD693;
	font-size : 13px;
	border-left : 1px solid #EDD693;
	border-bottom : 1px solid #EDD693;
	background-color : #FEFCF2;
	border-collapse: collapse;
}
.simplegraytable {
	padding-right : 2px;
	padding-left : 2px;
	font-size : 12px;
	padding-bottom : 2px;
	color : #000000;
	padding-top : 1px;
	background-color : #f5f5ef;
	text-align : left;
	border-top-width : 0;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #ededed;
	border-right-color : #ededed;
	border-bottom-color : #ededed;
	border-left-color : #ededed;
}
.gray {
	padding : 2px;
	background-color : #f1f1f1;
	border : 1px solid #dddddd;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.GreyFont{
color: #999999;

}
.simplegraytable1 {
	padding-left : 4px;
	font-size : 12px;
	background : #f7f7f7;
	padding-bottom : 2px;
	padding-top : 2px;
	color : #000000;
}
.simplegraytable1:hover {
	background : white;
}
#mainframe {
	width : 985px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	height : 100%;
}
#side-pen {
	float : left;
	width : 220px;
	margin-left : 8px;
	height : auto;
	display : inline;
}
#center-pen {
	float : right;
	width : 720px;
	height : auto;
	margin-right : 8px;
	text-align : justify;
	display : inline;
	padding : 0 5px 5px 5px;
	margin-bottom : 15px;
	color : #555555;
	/*	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;*/
		font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
}
#center-pen a {
/*color:#900B09;*/
}
#center-pen a:hover {
}
#content {
	background-color : #ffffff;
	width : 980px;
	margin-left : auto;
	margin-right : auto;
	display : block;
	padding-bottom : 0px;
}
#content-main {
	background-color:#FFFFFF;
	border:1px solid #dedbd1;
	width : 980px;
	min-height:710px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 5px;
	padding-bottom : 0px;
	height : 100%;
	background-image: url(img/bgr-box-trans.png);
	background-repeat: repeat-x;
	border-bottom: 0px solid;
}
#cab-menu02 {
	background-image : url(img/cab-not-verde.gif);
	color : #ffffff;
	background-color : #f7f7f7;
	padding-right : 8px;
	padding-left : 8px;
}
#cab-menu02 {
	background-repeat : no-repeat;
	background-position : left top;
	height : 32px;
	font-size : 13px;
	font-weight : bold;
	text-transform : uppercase;
	padding-top : 3px;
	padding-right : 3px;
	padding-bottom : 3px;
	padding-left : 8px;
}
#download {
	margin-top : 20px;
	margin-bottom : 20px;
}
#text {
	background-color : #faf9f2;
	border : 1px solid #cccccc;
	padding : 10px;
	padding-top : 4px;
	margin-bottom : 10px;
}
#footer {
	padding : 5px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	font-size : 11px;
	position : static;
	clear : both;
	font-family : Arial, Helvetica, sans-serif;
}
#footer A {
	font-family : 'Trebuchet MS';
	font-size : 13px;
}
#siteFooter {
	font-size:10px;
	text-align:center;
	line-height:15px;
	color:#999;
}
#dbindexFooter {
	width:985px;
	height:25px;
	display:block;
	background-image:url(img/pageindexFooter.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto;
}
.roundcont {
	background-color : #FAFBF9;
	margin-bottom : 20px;
		-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
.div-enter {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 15px;
	BORDER-TOP: #ccc 1px solid;
	DISPLAY: inline;
	PADDING-LEFT: 15px;
	BACKGROUND: #fafafa;
	FLOAT: left;
	PADDING-BOTTOM: 15px;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ccc 1px solid;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	width:188px;
}
.div-enter A {
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 1.1em;
	PADDING-BOTTOM: 0.2em;
	MARGIN: 0px;
	COLOR: #0f67a1;
	LINE-HEIGHT: 1.4;
	PADDING-TOP: 0.2em;
	BORDER-BOTTOM: #eeeeee 1px  dotted;
	POSITION: relative;
	TEXT-DECORATION: none;
}
.div-enter H3 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	BACKGROUND: #0099cc;
	PADDING-BOTTOM: 0.3em;
	MARGIN: 2em 0px 0.4em;
	TEXT-TRANSFORM: uppercase;
	COLOR: #FFFFFF;
	PADDING-TOP: 0.3em;
	BORDER-BOTTOM: #aaa 1px ;
	background-image : url(img/blue-head.gif);
	background-repeat : repeat-x;
	text-shadow: 2px 2px 3px #666;
}
.div-enter A:hover {
	COLOR: #990000;
	background-repeat:no-repeat
}
.roundtop {
	background : url(img/tr.gif) no-repeat top right;
}
.roundbottom {
	background : url(img/br.gif) no-repeat top right;
}
img.corner {
	width : 15px;
	height : 15px;
	border : none;
	display : block !important;
}
.newaa {
	padding-bottom : 4px;
	padding-top : 2px;
	border-bottom : 1px solid #ffffff;
	background-color : #0099cc;
	color : #ffffff;
	font-family : "Trebuchet MS", Tahoma, Arial;
	font-size : 13px;
	font-weight : bold;
	text-transform : uppercase;
	padding-left : 10px;
	background-image : url(img/blue-head.gif);
	background-repeat : repeat-x;
	padding-right: 10px;
	text-shadow: 2px 2px 3px #666;
	
	
}
.form {
	border : 1px solid #e0d3a0;
	border-collapse : collapse;
	font-size : 12px;
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	padding-top : 4px;
	padding-right : 5px;
	padding-bottom : 4px;
	padding-left : 10px;
}
.line {
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #822b1c;
}
.small-head {
	background-color : #ffffff;
	padding : 4px 20px 4px 20px;
	font-weight : bold;
	color : #057b8f;
	border: 1px solid #057b8f;
}
.mainlink1 {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/imagegallery.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlink1 a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink1 a:hover {
	background : url(img/imagegallerybw.jpg) no-repeat 0 0;
}
.mainlink4 {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/php.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlink4 a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink4 a:hover {
	background : url(img/phpbw.jpg) no-repeat 0 0;
}
.mainlink5 {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/html.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlink5 a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink5 a:hover {
	background : url(img/htmlbw.gif) no-repeat 0 0;
}
.mainlinkc {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/c-programm.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlinkc a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlinkc a:hover {
	background : url(img/c-programmbw.gif) no-repeat 0 0;
}
.mainlink3 {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/3dsmax.gif) no-repeat 0 0;
}
.mainlink3 a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink3 a:hover {
	background : url(img/3dsmaxbw.jpg) no-repeat 0 0;
}
.mainlink6 {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/mysql.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlink6 a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink6 a:hover {
	background : url(img/mysqlbw.gif) no-repeat 0 0;
}

.mainlink_javascript {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/javascript_color.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlink_javascript a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlink_javascript a:hover {
	background : url(img/javascript_bw.gif) no-repeat 0 0;
}


.mainlinkcss {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/cssc.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlinkcss a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlinkcss a:hover {
	background : url(img/cssbw.gif) no-repeat 0 0;
}


.mainlinkos {
	display : block;
	width : 220px;
	height : 62px;
	background : url(img/oscolor.gif) no-repeat 0 0;
	margin-top: 10px;
}
.mainlinkos a {
	display : block;
	width : 220px;
	height : 62px;
}
.mainlinkos a:hover {
	background : url(img/osbw.gif) no-repeat 0 0;
}





.simplebgbordertable {
	background : #f2f1ed;
	border: 1px solid #c5c5c5;
}
.simplebgbordertablenew {
	font-size : 13px;
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #f7f7f7;
}
.nospaceborder {
	font-size : 11px;
	padding-right : 1px;
	padding-left : 1px;
	padding-bottom : 1px;
	padding-top : 1px;
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #f7f7f7;
}
.bglight {
	font-size : 13px;
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
	border-right : 0 solid #c5c5c5;
	border-top : 0 solid #c5c5c5;
	border-left : 0 solid #c5c5c5;
	border-bottom : 0 solid #c5c5c5;
	background : #f7f7f7;
}
.light {
	font-size : 13px;
	padding-right : 2px;
	padding-left : 2px;
	padding-bottom : 10px;
	padding-top : 10px;
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #ffffff;
}
.ss {
	font-size : 13px;
	padding-right : 1px;
	padding-left : 1px;
	padding-bottom : 10px;
	padding-top : 10px;
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #f7f7f7;
}
.newtable123 {
	font-size : 11px;
	padding-right : 8px;
	padding-left : 8px;
	padding-bottom : 4px;
	padding-top : 4px;
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #f5f4f1;
	border-collapse : collapse;
		-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
.newtable1234 {
	border-right : 1px solid #c5c5c5;
	border-top : 1px solid #c5c5c5;
	border-left : 1px solid #c5c5c5;
	border-bottom : 1px solid #c5c5c5;
	background : #dedbd1;
}
.newtable12345 {
	font-size : 13px;
	background : #eff8f9;
	padding: 3px;
}
.tablemargin {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 12px;
	padding-right : 12px;
}
.tablesideborder {
	border-right : 1px solid #c8b8a4;
}
.borderexcel {
	border-right : 1px solid #c8b8a4;
	border-left : 1px solid #c8b8a4;
	border-top : 1px solid #c8b8a4;
	border-bottom : 1px solid #c8b8a4;
	padding-left : 3px;
	padding-right : 3px;
	border-collapse : collapse;
}
.tbm {
	border-right : 1px solid #c8b8a4;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 12px;
	padding-right : 12px;
}
.tbm2 {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
}
.tablesideborderleft {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	border-left : 1px solid silver;
}
.tablesideborderleft1 {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 0;
	border-left : 1px solid silver;
}
.NORMALHELDER {
	color : #254c53;
	text-decoration : none;
	font-weight : bold;
	font-size : 10pt;
}
.sideborder {
	width : 750px;
	border-right : 27px solid #f7f5f5;
	border-left : 27px solid #f7f5f5;
	border-top : 1px solid #f7f5f5;
	border-bottom : 1px solid #f7f5f5;
}
.sidewhiteborder {
	background : #ffffff;
	border-right : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-top : 1px solid #ffffff;
	border-bottom : 3px solid #ffffff;
	width : 748px;
}
.formwhite {
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 2px;
	padding-bottom : 2px;
	background : #ffffff;
	border-right : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-top : 1px solid #ffffff;
	border-bottom : 3px solid #ffffff;
}
.formspace {
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.border {
	border-right : 1px dotted #c8b8a4;
	border-left : 1px dotted #c8b8a4;
	border-top : 1px dotted #c8b8a4;
	border-bottom : 1px dotted #c8b8a4;
}
.result-span {
	background-color : #f7f6f6;
	font-size : 12px;
	padding : 3px;
}
.heading {
	width : 100%;
	font-size : 12px;
	color : #254c53;
	background : url(a.gif);
	font-weight : bold;
	height : 25px;
}
.back {
	width : 100%;
	font-size : 12px;
	color : #254c53;
	background : url(ll.jpg);
	font-weight : bold;
	height : 25px;
	padding-left : 3px;
	padding-right : 3px;
}
.cageback {
	background : url(bgc.gif);
}
.blue_bg {
	background-image : url(blog_bg.jpg);
	background-position : top;
	background-repeat : repeat-x;
	padding : 5px;
	border-left : 1px solid silver;
}
/*for php code showing in color*/
.linenum {
	background: #003366;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	float:left;
	width:25px;
	text-align:right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right:4px;
	padding-bottom: 0px;
	padding-left:4px;
}
code {/* safari/konq hack */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.linetext {
	width:670px;
	background:white;
	border:1px dashed #006699;
	border-left:0px;
	padding:0px 1px 0px 8px;
	float:left;
	margin:2px 0px 30px 0px;
}
/*for php code showing in color end*/
#errors {
	font-size:14px;
	font-weight:normal;
	margin:10px;
	padding:10px;
}
.whitrbg {
	background-color:#FFFFFF;
}
 <![if !IE 6]> /* DROP SHADOW IN PIC GALLERY*/
.shiftcontainer {
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}
.shadowcontainer {
	background: transparent url(img/bigshadow.gif) no-repeat bottom right;
}
.shadowcontainer .innerdiv {
	/* Add container height here if desired */
background-color: white;
	border: 1px solid #E2E2E2;
	padding: 6px;
	position: relative;
	left: -7px; /*shadow depth*/
	top: -7px; /*shadow depth*/
}
.shadowcontainer .innerdiv:hover {
	border: 1px solid orange;
}
 <![endif]>



