
/* general page layout
--------------------------------*/

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	}
	a:link,a:visited
	{
		color:#333;
	}
	input
	{
    font-family :Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	textarea.t1
	{
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
.validator
{
	font-family:Arial, Helvetica, sans-serif;
	color:red;
}
div#pageWrapper {
	width:980px;
	
	background:url(../images/bg-general.png) no-repeat;
	margin:0px auto;
	padding:10px 15px 0px 25px;
	
	}
div#pageWrapper1 {
	width:980px;
	background-color:#e2e2e2;
	margin:0px auto;
	padding:10px 15px 0px 25px;
	
	}
/* header
--------------------------------*/
#logoImg {
	float:left;
	border:0;
	margin:0;
	}
div#header a{
	outline:none;
	}

#mainTabs{
	width:717px;
	height:51px;
	margin-left:236px;
	padding: 5px 20px 0px 5px;
	position:relative;
	/*left:-10px;*/
	left:-7px;
	background:url(../images/tabs-bg-general.gif) no-repeat;
	text-align:right;
	font-size:14px;
	line-height:40px;
	}

#mainTabs ul{
	margin:0px;
	padding: 0px;
	list-style:none;
	}
#mainTabs ul li{
	float:left;
	margin: 0px,0px;
	padding-left:0px;
	padding-right:0px;
	}

#mainTabs ul li a{
	background:url(../images/tabs-bg-item.png) no-repeat;
	height:39px;
	width:80px;
	display:block;
	left: -28px; top: 0px; text-align: center;
	}

#mainTabs ul li a:link, #mainTabs ul li a:visited{
	text-decoration:none;
	color:#333;
	cursor:pointer;
	}

#mainTabs ul li a:hover{
	background:url(../images/tabs-bg-item-hover.png) no-repeat;
	color:#FFF;
	}

#mainTabs ul li span{
	display:block;
	width:78px;
	font-size:14px;
	line-height:39px;
	text-align:center;
	}

.contactLink a:link, .contactLink a:visited{
	text-decoration:none;
	font-size:13px;
	color:#333;
	}
.contactLink a:hover{
	text-decoration:underline;
	}

/* login form
-----------------------------------*/
div#loginForm{
	margin-top:10px;
	margin-left:220px;
	padding-left:50px;
}

div#loginForm table td.lgInput{
	background:url(../images/login-bg-input.png) no-repeat;
	width:203px;
	padding:0px 14px;
	height:32px;
	}
div#loginForm table th {
	font-size:16px;
	}
	
div#loginForm table input.lgInput{
	background:none;
	width:203px;
	margin:0px;
	border:0;
	font-size:14px;
}
div#loginForm table td.button{
	text-align:center;
}

div#loginForm table td.button input{
	background:url(../images/login-bg-button.png) no-repeat;
	width:118px;
	height:32px;
	border:0;
	cursor:pointer;	
}

/* content
-----------------------------------*/
div#content{
	margin:0px;
	margin-top:10px;
	}
div.pictureHolderLock{
	float:left;
	width:212px;
	
	padding: 10px 10px;
	padding-top:117px;
	
	height:312px;
	margin:13px;
	background:url(../images/pic-holder-lock-bg.png) no-repeat;
	/*background:url(../images/pic-holder-bg.png) no-repeat;*/
	text-align:center; /* actually for images*/
	}
	div.pictureHolderLock img {
	border:0;
	}
div.pictureHolder{
	float:left;
	width:212px;
	padding:10px 10px;
	padding-top:117px;
	
	height:312px;
	margin-left:0px;
	margin: 13px;
	
	background:url(../images/pic-holder-bg.png) no-repeat;
	text-align:center; /* actually for images*/
	}
div.pictureHolder img {
	border:0;
	}
div#pictureHolder3{ height:312px; margin-right:0px; }
div#ph1{ height:312px; margin-right:0px; }
div#ph2{ height:312px; margin-right:0px; }
div#ph3{ height:312px; margin-right:0px; }
div#ph4{ height:312px; margin-right:0px; }	
div.pictureHolder img{
	margin:0px;
	}
	
a.bigButton
{
	
	text-decoration:none;
	color:#333;
	}
	

span.bigButton
{
	
	font-size:14px;
	line-height:19px;
	cursor:pointer;
	display:block;
	width:200px;
	height:55px;
	text-align:center;
	background:url(../images/big-button-bg.png) no-repeat;
	padding-top:10px;
	
	}

div#toolbarRight{
	margin:0px 10px 0px 0px;
	width:226px;
	float:right;
	color:#888;
	}

div.toolbarUnit{
	margin:0px;
	padding:0px;
	font-size:90%;
	}
div.toolbarLabel{
	margin:0px;
	height:48px;
	background:url(../images/toolbarRight-bg-top.png) no-repeat;
	color:#111;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:46px;
	}
div.toolbarUnit div.toolbarUnitText{
	margin:0px;
	width:186px;	/*Mr IE 6 !!!*/
	padding:0px 20px;
	background:url(../images/toolbarRight-bg-middle.png) repeat-y;
	}
div.toolbarUnit div.toolbarUnitBottom{
	height:36px;
	margin:0px;
	padding:0px;
	background:url(../images/toolbarRight-bg-bottom.png);
	}
/* footer
-----------------------------------*/
div#footer{
	margin:0px;
	padding:10px 25px;
	line-height:30px;
	height:56px;
	background:url(../images/footer-bg.png) no-repeat;
	clear:both;
	color:#888;
	font-weight:bold;
	font-size:12px;
	}
div#footer a:link, div#footer a:visited{
	color:#888;
	text-decoration:none;
	}

div#CPRAndTM{
	float:right;
	}

/* generic
-----------------------------------*/
.washed{
	font-size:80%;
	color:#888;
	text-decoration:none;
}
.validator
{
	font-size:80%;
	text-decoration:none;
}

.gridTableRow1
{ 
	background-color: #F1F1F4; 
	height:25px;
	text-align:left;
	border-style:None;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 }
.gridTableRow2
{ 
	background-color:#D4D4D7;
	height:25px;
	text-align:left;
	border-style:None;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.gridTopHeader
{ 
	/*background-color:#4682b4; */
	background-image:url(../images/grid-header-big-bg.png);
	text-align:left;
	border-style:None;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding-left:2px;
	height:34px;
}	
.MenuHeader
{
	background-color:#4682b4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}

.MenuItem
{
	background-color:#F1F1F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4682b4;
    
	
	
}
.MenuItemAlternet
{
	background-color:#D4D4D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4682b4;
	
}
.HyperLink
{
	
}
.menuHolder
{
	background:#EEEEEE;
}
.menuHolder td
{
	padding-top:5px;
}
.editControlHolder
{
	background:#EEEEEE;
}
.editControlHolder td
{
	/*border:solid 1px #c7c7c7;*/
	border-left:solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-top:solid 1px #c7c7c7;
	border-bottom:solid 1px #c7c7c7;
	border:solid 1px #c7c7c7;
	
}
.editControlHolderNoBorder td
{
	/*border:solid 1px #c7c7c7;
	border-left:none 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-top:solid 1px #c7c7c7;
	border-bottom:solid 1px #c7c7c7;
	border:solid 1px #c7c7c7;*/
	border:none;
}
.editControlHolderNoBorder table
{
	/*border:solid 1px #c7c7c7;
	border-left:none 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-top:solid 1px #c7c7c7;
	border-bottom:solid 1px #c7c7c7;
	border:solid 1px #c7c7c7;*/
	border:none;
}
.selectedTab
{
	font-weight: bold; 
	color: white; 
	background-color: steelblue;
}
.selectedTab a:link, .selectedTab a:visited
{
	font-weight: bold; 
	color: white; 
	
}
.reply-button
{
	background:url(../Images/login-bg-button.png) no-repeat;
	width:118;
	height:32px;
	border:0;
	cursor:pointer;
	font-size:14px;
}
.logo
{
	max-height:137px;
	max-width:236px;
}
.label-wrap
{
	overflow :hidden;
}

.big-button
{
	background:url(../Images/big-button-bg-old.png) no-repeat;
	width:219px;
	height:32px;
	border:0;
	padding:0;
	cursor:pointer;
	font-size:12px;
}
#progressBackgroundFilter { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#303030;  
  filter:alpha(opacity=100); 
  opacity:1.0; 
  z-index:1000; 
  height:500;
} 
#processMessage {  
  position:absolute;  
  top:30%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001;
  filter:alpha(opacity=100); 
  opacity:1.0;  
  background-color:Gray; 
  color:Maroon;
} 

 .Buttonnew{
	background:url(../images/tabs-bg-item.png) no-repeat;
	height:39px;
	width:80px;
	display:block;
	text-align: center;
	}
	
	/*- Menu Tabs 5--------------------------- */

   #tabs5 {
      float:left;
      font-size:93%;
      line-height:normal;
      display:inline;
      margin:0;
      padding:0;

      }
  /*  #tabs5 ul {
          margin:0;
          padding:10px 10px 0 10px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      } */
    #tabs5 a {
      float:left;
      background:url("../images/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-align:center;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("../images/tabright5.gif") no-repeat right top;
      text-align:center;
      padding:4px 4px 4px 3px;
      font-size:10px;
      color:black;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:black;
      }
      
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      } 

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
      
    .inputBox
	{
    font-family :Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	}
	
	.dropdown
	{
	font-family :Arial, Helvetica, sans-serif;
	border-style: groove;
	color: #333;	
	}
	
  .label 
    { 
	display:block; 
	overflow:visible;
	vertical-align:middle;
	white-space:normal;
	width:100px;
	word-wrap:break-word;
	}
div#progressBackgroundFilter
 {
	 background-color:#d1d1d1;
	 filter:alpha(opacity=60);
	 opacity:0.6; 
	 
	}
div#processMessage
 {
	 background-color:Gray;
}

table.radioSet td input
{
     float:left;
} 

table.radioSet label
{
    display:block;
    margin:0 0 0 25px
} 
.reply-body-text
{
	vertical-align: bottom; text-align: right; margin-right:8px
}

.popup
{
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0;  
  z-index:1000; 
}
.popupInner
{
  position:absolute;  
  top:40%;  
  left:40%; 
  padding:10px;
  z-index:5;
  background-color:Gray; 
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 7px;
	border-style: solid;
	border-color:  Gray;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
