/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-family: "Segoe UI", "Lucida Sans", Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size : 12px;
    background: #EDEDED url("images/bg-page.gif") top left repeat-x;
    font-size: .75em;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

/* Grid
---------------------------------------------------------*/

.row
{
	overflow: hidden;
	width:100%;
}
.cell
{
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.editpreviewlabel
{
	margin-top:5px;
	padding:5px;
	float:left;
}

.expandtolabel
{
	margin-top:5px;
	padding:5px;
	float:left;
}

/*****Tree Table
---------------------------------------------------------*/
/*highlight row yellow in grids**/

/**row**/
.dxtlNode
{
	background: white;
	border-style:groove;
	border-color:Red;
	border-width:thick;
}

/**row hover**/
.dxtlNode:hover
{
   background: #F0FDFD;
}

.dxtlSortNode
{
    padding:0px;
    height:2px;
}

/**inline editprs**/
.editorcells
{
   /*white-space:pre-wrap;*/
   padding:3px 6px 4px;            
}

.dxtlInlineEditNode
{
	background: #FFF9CD;
}

/** node when highlighted**/
.dxtlFocusedNode
{
	background: #FFF9CD;
    color: #000000;
}


/**Table columns**/
thead .dxtl
{
    font-weight: bold; 
}

.dxtlHeader, .dxtlHeader td.dxtl
{
   font-weight: bold;  
}

.tableheader
{
   background: #006B6E url("images/bg-th.gif") top left no-repeat;
    color:#fff;
	font-weight: bold; 
	padding: 5px 0px;
	border:none;
	padding-left:5px; 
}

thead .dxtl__IM
{
    background: #006B6E url("images/bg-th-ends.gif") top left no-repeat;
    border:none;
}


thead .dxtl__I
{
    background: #006B6E url("images/bg-th-ends.gif") top left no-repeat;
    border:none;
}


/*Action Buttons */

.dxbButton
{	
	display: block;
	border: 0;
	margin: 0;
	width:70px;
	padding: 3px 5px;	
	background: #60A320 url("images/bg-button.gif") top left no-repeat;
	vertical-align: middle;	 		
  	color: #fff;    
  	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

button, input[type="submit"]
{
    display: inline;
	border: 0;
	margin: 2px;
	width: 80px;
	padding: 3px 5px;	
	background: #60A320 url("images/bg-button.gif") top left no-repeat;
	vertical-align: middle; 		
	color: #fff;    
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#changePasswordButton
{
    width:160px;
    padding-bottom:5px;
    background: #60A320 url("images/bg-button-long.gif") top left no-repeat;
}

.dxbButtonChangePassword .dxbButton
{
    width:150px;
    background: #60A320 url("images/bg-button-long.gif") top left no-repeat;
}

.dxbButtonChangePassword .dxbDisabled
{
    width:150px;	
    background: #999 url("images/bg-button-long.gif") 0 -60px no-repeat;
}

.dxbButtonChangePasswordDisabled
{	
	
}

/*dxbButton:hover, .dxbButtonHover 
{
	background: #51891C url("images/bg-button.gif") 0 -30px no-repeat;
	color: #ffffff; 
	
}*/

.dxbButtonHover
{
    background: #51891C url("images/bg-button.gif") 0 -30px no-repeat;
    color: #ffffff; 
}

.dxbDisabled
{	
	display: block;
	border: 0;
	margin: 0;
	width: 70px;
	padding: 3px 5px;	
	background: #999 url("images/bg-button.gif") 0 -60px no-repeat;
	vertical-align: middle;	 		
  	color: #fff;    
  	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


.projectname
{
	 width:300px;
}

.projectname: hover
{
   
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #006B6D;
    font-family: "Segoe UI", "Lucida Sans", Arial, Helvetica, Verdana, Geneva, sans-serif;
}

h1
{
    padding: 0;
    margin: 0;
}
h2
{
    font-size: 2em;
	font-weight: normal;
    padding: 0 0 10px 0;
    color:#006B6D;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 80%;
    min-width:925px;
    margin: 0 auto;
}

div#title
{
    margin: 0;
	background: url("images/logo-iabuilder.gif") top left no-repeat;
	display: block;
    float: left;
    text-align: left;
    padding: 0;
	height: 40px;
}

#header
{
    position: relative;
    margin: 0;
    background: #527174 url("images/bg-iabuilder-ptg.jpg") top left no-repeat;
	height: 80px;
    padding: 0;
}

#header h1
{
	font-weight: bold;
    padding: 0;
    margin: 0;
    color: #fff;
	line-height: 1em;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
	position: absolute;
	left: -9999px;
}

#logindisplay
{
    display: block;
	font-size:1em;
    text-align:right;
    padding: 10px 0 0 0;
    margin:0 10px 10px 10px;
    color: #fff;
}

#logindisplay a:link, #logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#logindisplay a#logOff:link, #logindisplay a#logOff:visited
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: url("images/bg-btn-logout-off.gif") top left no-repeat;
	padding: 7px 13px;
	margin: 0 4px;
}

#logindisplay a#logOff:hover
{
	background: url("images/bg-btn-logout-over.gif") top left no-repeat;
}

#menucontainer
{
    clear: both;
	margin: 0;
	line-height: normal;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #6C6054;
    line-height: normal;
    margin: 0;
    font-size: .9em;
	padding: 0 5px 30px 5px;
}


#footertext
{
    float:left;
}

#footermenu
{
    float: right;
	color: #6C6054;
}
#footer a:link, #footer a:visited {color: #017585; text-decoration: none; margin: 0 2px;}
#footer a:hover {color: #014D58; text-decoration: underline;}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	margin: 0;
    padding: 1px 0 0 0;
	height: 40px;
    list-style: none;
    *padding-top:7px;/**IE8.0 and below targeting hack*/
}

ul#menu li
{
	float: left;
	background: url("images/maintab-right.gif") no-repeat right top;
	margin: 0; 
	padding: 0;
}

ul#menu li.selected, ul#menu li.selected:hover 
{
	background: url("images/maintab-right-on.gif") no-repeat right top;
}

ul#menu li:hover
{
	background: url("images/maintab-right-over.gif") no-repeat right top;
}
/*ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}
*/

ul#menu li a
{
    display: block;
	background: url("images/maintab-left.gif") no-repeat left top; /* #F3F3F3 */ 
	font-size: 1.2em;
    padding: 10px 30px;
    text-decoration: none;
    line-height: normal;
    color: #000;/*#0z34af3;*/
	margin: 0;
}
ul#menu li.selected a, ul#menu li.selected a:hover
{
	background: url("images/maintab-left-on.gif") no-repeat left top; /* #F3F3F3 */ 
}
ul#menu li a:hover
{
	background: url("images/maintab-left-over.gif") no-repeat left top; /* #F3F3F3 */ 
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* CONTROLS
------------*/
a.editNameLink:link, a.editNameLink:visited {
	display: block; margin: 0.75em 0 0 0; padding: 1px 5px 2px 22px; background: #fff url("images/bg-icon-edit.gif") top left no-repeat; color: #fff;
}
a.editNameLink:hover {
	display: block; margin: 0.75em 0 0 0; padding: 1px 5px 2px 22px; background: #60A320 url("images/bg-icon-edit-over.gif") top left no-repeat; color: #fff;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input, select, textarea {font-family: "Segoe UI", "Lucida Sans", Arial, Helvetica, Verdana, Geneva, sans-serif;}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

/*table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/





/* Editor CSS

----------------------------------------------------------*/

/***Class associated with the right hand DnD menu**/
/*#dnd_elements_menu
{
  display:block; top:250px; 
  width:130px; 
  position:fixed; 
  border:1px solid #888; 
  padding:10px; 
  text-align:center; 
  font-weight:bold; 
}

* html #dnd_elements_menu {position:absolute;}*/

#editor
{
  min-width:830px;
}

#tree_editor_wrapper
{
    width:700px;
   float:left;
   /*height:500px;
   overflow:auto;*/
}

#dnd_elements_menu table
{
	background-color: #F5F5F5;
}

#dnd_elements_menu
{
    float:right;
	width:160px;
	height:200px; 
	background: #F5F5F5 url("images/bg-ia-elements.gif") top right no-repeat;
	border: 0; 
	padding: 0; 
	/*display: block; */
    color: #fff;
	font-weight: bold;
	/*display:block; top:250px;*/
}

.tip
{
    color:Black;
    font-weight: normal;
}

.elements_menu_wrapper
{
   padding-bottom:20px;
}

.elements_menu_title
{
   padding-top:20px;
   padding-left:5px;
}

.elements_icon_image
{
    padding-top:5px;
   float:left; 
}

.elements_menu_items
{
	margin: 0;
	height:30px; 
	padding-left:10px;
}

.elements_menu_items .dxtl_IM
{
    width:0px;
}

.elements_menu_items .dxtlIndent
{
    padding:0px;
}

.elements_menu_items .dxtlNode
{
    text-align:left;
	height: 30px;
	background: #F5F5F5 url("images/bg-dragbutton.gif") top left no-repeat;
	color: #040200;
	font-weight: normal;
}

.elements_menu_items .dxtlNode:hover
{
    background: #F5F5F5 url("images/bg-dragbutton.gif") 0 -40px no-repeat;
}

.elements_menu_items .dxtlNode .dxtl__B0
{
   width:150px;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.loginForm
{
    
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/**Registrtaion forum
-----------------------------
***/

.field_wrapper
{
	float: left;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}

.field_label_wrapper
{
	float: left;
	width:160px;
	padding-top:5px;
	overflow: hidden;
}

.captcha_wrapper
{
	float: left;
	overflow: hidden;
}

/*** Home page **/


#homepage
{
    
}

#top_wrapper
{
    height:300px;
}

#left_info_wrapper
{
   float:left; 
}

#right_logon_wrapper
{
    float:right;
    width:300px;
}

.emphasisWord
{
    font-weight:bold;
}

/** Admin***/

#adminForm div 
{
    padding:3px;
}
#adminForm div label
{
    float:left;
    margin:0px;
    width:130px;
    padding:0px;
}

