/* CSS Document */

body{
margin:0px 0px;
background:#ffffff url(../images/body_bg.gif) top left repeat-x;
}

h1 {
font-family: Arial;
font-weight: bold;
font-size: 230%;
}

h2 {
font-family: Arial;
font-weight: bold;
font-size: 160%;
}


/*------------global css------------*/
blockquote,form,div,li,ol,p,td,th,ul {font-size: 11px; font-family:Tahoma; color: #707070;}
p{
	text-align: justify;
	margin:0px;
	padding:0px;
	
}
p.codeinfo {
   font-size: 130%;
   color: #cc8822;
}
ul{
	margin-top:0px;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:0px;
	padding-left:20px;
}
li{
	list-style-image: url(../images/bullet.gif);
	line-height:16px;
	color:#00487f;
	padding-left:0px;

}
ol li{
	list-style-image:none;
	line-height:16px;
	text-align:left;
	margin:0px;
	padding:0px;
}
/*------------global css end------------*/


/*------------form css------------*/
form{
	margin: 0 0 0 0;
}
.form-text{
	text-align: right;
}
input {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #605E76;
	background-color: ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #D3D2DA;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background-color: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background-color: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
radio {
	border-width: none;
	border-style: none;
	border-color: #ffffff;
	background-color: #ffffff;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: none;
	background-color: none;
	border-style: none;
	border-color: none;
}
.input-button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:2px 10px;
	color: #ffffff;
	background-image: url(../images/button_bg.jpg);
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/*------------form css end------------*/



/*------------link css----------------*/
.more-link{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #264C8B;
	text-decoration: none;
}

.more-link:active {
	COLOR: #264C8B; TEXT-DECORATION: none;
}
.more-link:visited {
	COLOR: #264C8B; TEXT-DECORATION: none;
}
.more-link:hover {
	CURSOR: hand; COLOR: #898989; TEXT-DECORATION: none;
}
/*------------link css end------------*/



/*------------mainlevel css----------------*/
a.mainlevel:link, a.mainlevel:visited {

display: block;
background-image: url(../images/link_middle.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
font-weight: bold;
color: #fefefe;
text-align: center;
padding: 0px 22px;
line-height: 34px;
height: 34px;
text-decoration: none;
}

a.mainlevel:hover {
display: block;
background-image: url(../images/link_hover.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
font-weight: bold;
color: #000000;
text-align: center;
padding: 0px 22px;
line-height: 34px;
height: 34px;
text-decoration: none;
}
a.mainlevel#active_menu {

color:#fff;
font-weight: bold;
}

a.mainlevel#active_menu:hover {
color: #fff;
}

a.biglink {
font-size: 160%;
}
/*a.mainlevel_active {
display: block;
background-image: url(../images/link_hover_bg.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 11px;
font-weight: bold;
color: #29166f;
text-align: center;
padding: 0px 15px;
line-height: 30px;
height: 30px;
text-decoration: none;
}*/
/*------------mainlevel css end------------*/

/*------------beautification css----------------*/
.clr{
clear:both;
}
#all{
margin:0 20px;
background:none;
height:900px;
}
#header{
float:none;
height:83px;

margin:0;
padding:0;
}
#logo{
float:left;
height:83px;
width:30%;
margin:0;
padding:0;
}
#use_properties{
float:right;
height:83px;
line-height:83px;

text-align:right;

margin-right:0;

}

#use_properties strong{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#d6f408;
}

#use_properties a:link, #use_properties a:visited, #use_properties a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#fff;
padding:0 20px;
text-decoration:none;
text-align:right;
}

#use_properties a:hover{
color:#d6f408;
text-decoration:underline;
}


#menu_content{
margin-top:35px;
height:60px;
width:100%;





}

#search_area{
float:right;
margin-top:-44px;
color:#fff;
width:230px;


}

#search_area table td{

color:#fff;


}
#search_area table td strong{

color: #ffc600;
}

#intro{
margin-top:20px;
}

#intro_box{

float:left;
width:30%;
min-height:50px;
background:#f1f1f1;
border:1px solid #dfdfdf;
padding:15px;
}
#intro_box a:link, #intro_box a:visited, #intro_box a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ffa507;
text-decoration:none;

}
#intro_box a:hover{
color:#ffa507;
text-decoration: underline;
}
#intro_date{
float:right;
width:40%;
min-height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#a9a9a9;
text-align:right;
}

#intro_date strong{
color:#055182;
}

#main,
#mini,
#micro{
float:left;
background:#fff url(../images/main_bg.gif) top left repeat-x;

width:100%;
margin-top:20px;
margin-bottom:30px;
padding-bottom: 15px;
}
#visitmain {
float:left;
background:#fff url(../images/main_bg.gif) top left repeat-x;

width:1200px;
margin-top:20px;
margin-bottom:30px;
padding-bottom: 15px;
}
#mini {
width: 60%;
}
#micro {
width: 40%;
}
#main_top{
height:44px;
background:#d5cec3;
margin-bottom:20px;
}
#top_left{
float:left;
background: url(../images/top_left.gif) top left no-repeat;
height:44px;
width:50%;
padding-left: 10px;
}
#top_left .smalltext{
line-height: 44px;
}
.smalltextright {
float: right;
}
#top_middle{
float:left;
text-align:right;
height:44px;
}
#top_right{
float:right;
background: url(../images/top_right.gif) top right no-repeat;
height:44px;
line-height:44px;
width:45%;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;

}
#top_right strong{
color:#055182;
}

#top_right a:link, #top_right a:visited, #top_right a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#0688c4;
text-decoration:none;
padding:0 15px;

}
#top_right a:hover{
color:#0688c4;
text-decoration: underline;
}

#table_area{
}

/*.table_headign{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#055182;
}*/
.maintbl strong{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#055182;
text-decoration:10px;
}

.maintbl span{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#058bc8;
text-decoration:10px;
}

.maintbl a:link, .maintbl a:visited, .maintbl a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
/* color:#014673; */
color:#058bc8; 
text-decoration:none;

text-decoration:10px;
}
.maintbl a:hover{
  color:#ffa507;
  text-decoration: underline;
}
.maintbl a.control:link, .maintbl a.control:visited, .maintbl a.control:active{
color: #dda507;
}

/* table colors */
.maintbl {
  background: #d5cec3;
}
.maintbl tr.header td {
  background: #edeae6; 
}
.maintbl tr.row td {
  background: #f1f1f1; 
}
.maintbl tr.row2 td {
  background: #fff; 
}
.maintbl tr.footer td {
  background: #e0e0e0; 
}
.maintbl tr.heatmap td,
.maintbl tr.heatmap td a,
.maintbl tr.heatmap td a:visited
 {
  background: #f1f1f1; 
  font-weight: bold;
}
.maintbl tr.heatmap6 td,
.maintbl tr.heatmap6 td a,
.maintbl tr.heatmap6 td a:visited
 { 
  color: #666;
}
.maintbl tr.heatmap5 td,
.maintbl tr.heatmap5 td a,
.maintbl tr.heatmap5 td a:visited
 { 
  color: #000099;
}
.maintbl tr.heatmap4 td,
.maintbl tr.heatmap4 td a,
.maintbl tr.heatmap4 td a:visited
 {
  color: #221199;
}
.maintbl tr.heatmap3 td,
.maintbl tr.heatmap3 td a,
.maintbl tr.heatmap3 td a:visited
 {
  color: #441177;
}
.maintbl tr.heatmap2 td,
.maintbl tr.heatmap2 td a,
.maintbl tr.heatmap2 td a:visited
 {
  color: #771144;
}
.maintbl tr.heatmap1 td,
.maintbl tr.heatmap1 td a,
.maintbl tr.heatmap1 td a:visited
 {
  color: #990000;
}
.maintbl .input {
   display: inline;
}

/* Recording logic */
.maintbl tr.recording-hide {
  display: none;
}
.maintbl tr.recording-header td {
  background: #dddddd;
}
.link {
cursor: pointer;
}
.hidden {
display: none;
}
.code-show-link {
  color: blue;
}

.recordingtbl tr.row td {
  background: #a1c1f1; 
}
.recordingtbl tr.row2 td {
  background: #a1f1c1; 
}
.recordingtbl tr.recording-hide td {
  background: #c1c1c1; 
}
.recordingtbl tr.recording-hide-row2 td {
  background: #fff; 
}
.recordingtbl tr.recording-header td {
	background: #818181;
}

.emailtbl tr td {
   vertical-align: top;
}

/*------------beautification css end------------*/

/* --------- Added by CK ------------------ */
img {
  border: 0px;
}
 

#keywords {
/*  float: left;  */
}
.keywords_closer {
  fload: left;
}
.keywords_closer_img {
  margin-top: 9px;
}

/* -------- Project status color coding ------------ */
/*
table.maintbl tbody tr.projectstatus_Deleted td {
  background: #f99;
}

table.maintbl tbody tr.projectstatus_Paused td {
  background: #ff9;
}

*/

table.maintbl tbody tr.projectstatus_Deleted td.status strong,
table.maintbl tbody tr.projectstatus_Deleted td.status a,
table.maintbl tbody tr.projectstatus_Deleted td.status a:visited {
  color: red;
}

table.maintbl tbody tr.projectstatus_Paused td.status strong,
table.maintbl tbody tr.projectstatus_Paused td.status a,
table.maintbl tbody tr.projectstatus_Paused td.status a:visited {
  color: orange;
}

table.maintbl tbody tr.projectstatus_Active td.status strong,
table.maintbl tbody tr.projectstatus_Active td.status a,
table.maintbl tbody tr.projectstatus_Active td.status a:visited {
  color: #0a0;
}

pre {
/* display: none; */
}

input.hasDatePick {
	disabled: true;
}

.datepick_group input.value {
  display: none;
}

/* Installer rules */
div.installer font.green {
  display: none;
}

div.installer h2 #flashMessage {
  color: red;
  font-size: 130%;
}

div.installer div.startapp {
   font-size: 170%;
   color: green;
   margin-bottom: 20px;
}
