/*======= STYLE SHEET =======*/
/* CSS Document */
* { margin:0; padding:0;}

html, body { height:100%; }

body {font-size:100%; line-height:1em; background:url(../images/bg.gif)}

/*JG: changed color from #b8c0c7 and added Verdana as #1 */
html, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; color:black;}

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{color:#FF7F27; text-decoration:underline} /*JG: changed from #ff7122 */
a:hover{text-decoration:none}

.link{color:#FF7F27; text-decoration:none; font-size:.83em; text-transform:uppercase  } /*JG: changed from #62b29e */
.link:hover{text-decoration:underline }

ul{margin:0; padding:0; list-style:none;}
/*JG: changed from marker.gif */
ul li{background:url(../images/tick.png) top left no-repeat; background-position:0 8px; margin:0; padding-left:22px; line-height:2.6em; }
ul li a{color:#FF7F27; text-transform:uppercase; text-decoration:none ; line-height:2.6em; font-size:.83em} /*JG: changed from #62b29e */
ul li a:hover { text-decoration:underline; }

.link-1 { display:block; float:left; background:url(../images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(../images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(../images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ text-decoration:none; color:#000000}


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .logo{ margin:36px 0 0 35px }

/*login*/
#login {font-size:0.75em; color:#FFFFFF }
#login .indent{padding:5px 0 0 550px}

/*content*/
/*JG: changed background:url(../images/bg_cont.gif) repeat-x top #13171a to background-color:#F2F2F2 */
#content{ font-size:0.75em; width:100%; text-align:left; background-color:#F2F2F2}

#content .indent-main{padding:0 30px 0 15px} /*JG: changed from 0 30 0 36*/
#content .title{  margin-bottom:24px}
#content .title1{  margin:25px 0 18px 0}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{ margin:0 0 15px 0}
#content .p{ margin:0 0 15px 0}
#content .p1{ margin:0 0 5px 0}
#content .p2{ margin:0 0 32px 0}
h1 {color: #212428; font-size:24px; margin-bottom:15px; text-transform: uppercase; line-height:1.2em} /*JG: changed from green #62b29e and added margin, caps, line-height*/
h2 {color: #62b29e; font-size:20px; margin-bottom:15px} /*JG: changed from green #62b29e and added margin*/
h3 {color: #62b29e; font-size:16px; margin-bottom:15px} /*JG: changed from green #62b29e and added margin*/
#content h4{color:#62b29e; font-size:1em; margin-bottom:15px;  }
#content h5{color:#62b29e; font-size:.83em; margin-bottom:15px; font-weight:normal; text-transform:uppercase  }
#content .tail{ background:url(../images/tail1.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:9px}
#content .more{ background:url(../images/tail1.gif) repeat-x bottom; padding-bottom:1px; float:right; width:100%; text-align:right}
.banner{ margin-top:23px}
.txt{ color:#62b29e}
.txt1{ text-transform:uppercase; font-size:.83em}

#content .indent{padding:8px 0 0 0}
#content .indent1{padding:0 55px 20px 0}
#content .indent-1{padding:0 0 0 198px}

/*box*/
.box{ background:#EAE4E0; width:100%;}
.box .border-top {background:url(../images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(../images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(../images/border_left.gif) repeat-y left;}
.box .border-right {background:url(../images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(../images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(../images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(../images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(../images/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:0 0 0 0; }

/*footer*/
#footer { color:#696969;
font-size:0.75em;
background:url(../images/bot_new.gif) repeat-x top;
font-family: Arial, Helvetica, sans-serif }
#footer .indent-footer{ padding:67px 30px 0 30px;}
/*JG: changed color from #189374 and decoration to none */
#footer a {color:gray; text-decoration:none}
/*JG: changed decoration to underline and added color */
#footer a:hover {color:Silver; text-decoration:underline}

.h{ height:35px}
hr {background: #929598 url(../images/tail1.gif) no-repeat scroll center; height: 1px; border:0}  /*JG: changed from #313539 */
.block-contact span{ float:right; margin-right:100px}
input{
   	border:1px solid #a4a4a4;
	background:white;  /*JG: changed from #212428 */
	width:240px; height:23px;
	padding-top:2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:5px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #a4a4a4;
	background:white;  /*JG: changed from #212428 */
	width:240px; height:95px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
select{
   	color:#FFFFFF;
	border:1px solid #a4a4a4;
	background:white;  /*JG: changed from #212428 */
	width:247px; height:23px;
	padding-top:2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:5px;
	margin-bottom:3px}

.blue {color: #62b29e;}
.orange {color:#FF7F27;} /*JG: changed from #ff7122 */

td.bgOn {text-align: center; background: url(/modules/movie/images/clientsBtnOn.gif) }
td.bgOff{text-align: center; background: url(/modules/movie/images/clientsBtnOff.gif) }

td.lightgrey {color:#8797A5; background:#272e34; padding-top:2px; font-family: Tahoma, Geneva, sans-serif; font-size:11px; font-weight: bold; padding-left:5px; margin-bottom:3px}
td.darkgrey {color:#C3CAD2; background:#39434C; padding-top:2px; font-family: Tahoma, Geneva, sans-serif; font-size:11px; padding-left:5px; margin-bottom:3px}

/*JG: added for light grey on light background */
td.grey-header{
background-color:#cccccc;
font-weight:bold;
padding:2px}
td.grey-odd{
background-color:#dddddd;
padding:2px}
td.grey-even{
background-color:#eeeeee;
padding:2px}

a.linkWhite {color:#ffffff; text-decoration:none; font-weight: bold }

/*JG: added drop shadow grey boxes*/
.greybox{
	 background-color:#F2F2F2;
	 font-size:10pt;
	 font-family: verdana, arial, sans serif}
