﻿/*----------------------------------------------------------
The base color for this template is #57BD57. If you'd like
to use a different color start by replacing all instances of
#57BD57 with your new color.
----------------------------------------------------------*/
body
{	
    background-color: #FFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
    min-width:1000px;
}

input.validationError
{
	background-color:Red;
}

/*
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
*/

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
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
{
    background-color: #FFF;
    width:98%;
}

.idexlogo
{
	width:100px;
	float:left;
	display:inline;
	height: 45px;
    margin-left : 5px;
    margin-top: 5px;
    background: url(images/logo-idex.gif) left no-repeat;
}

.ttlogo_lrg
{
	border:0px solid red;
	width:100px;
	float:right;
	display:inline;	
	height: 45px;
    margin-right : 5px;
    margin-top: 5px;
    background: url(images/tt_logo_lrg.gif) right no-repeat;
    cursor:pointer;
}

.ttlogo
{
	height:20px;
	border:0px solid red;
	display: inline;
	position:absolute;
	left:35px;
	top:4px;
	/*font-size:x-large;*/
	font-size:large;
	font-weight:bolder;
	font-family:Verdana, Helvetica, Sans-Serif;
	/*font-family:Times New Roman;*/
	font-style:normal;	
	z-index:999;
	overflow:visible;
	text-align:left;
}

div.ttlogo_top
{
	width:48px;
	height:48px;
	background-image: url(images/tt_logo_lrg.gif);
	left:15px;
	z-Index:999;
	position:absolute;
	cursor:pointer;
	display:inline;
}

#loggedindisplay
{
	float:right;
	z-index:999;
    font-size:1.1em;
    display:inline;
    text-align:right;	
    color:Blue;
	background-color: #fff;
}

#breadcrumbs
{
	float:left;
	z-index:999;
    font-size:1.1em;
    font-weight: bolder;
    display:inline;
    text-align:right;	
}

#motd
{
	z-index:999;
    font-size:1.1em;
    font-weight: bolder;
    display:inline;
    text-align:center;	
    color:Red;
	background-color: #fff;
}

#logindisplay
{

	margin-top:5px;
	position: absolute;
	top:4px;
	z-index:999;
	right:14px;
    font-size:1.1em;
    display:inline;
    text-align:right;	
    color:Blue;
	background-color: #fff;
}

div.header_border
{
	margin:10px;
	padding-top:4px;
    position: relative;
	height:60px;
    background-color: #fff;    
    border: solid 1px #999;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

A.root
{
	text-decoration:none;
	color:Black;
	font-size:large;
	font-weight:bolder;
	font-family:Verdana, Helvetica, Sans-Serif;
	/*font-family:Times New Roman;*/
	font-style:normal;	
}
A:link.root
{
	text-decoration:none;

}
A:visited.root
{
	text-decoration:none;

}
A:active.root
{
	text-decoration:none;

}
A:hover.root
{
	text-decoration:none;

}

div.header
{	
    position: relative;
	width:95%;
	height:22px;
}
div.sub_header
{	
    position: relative;
	height:26px;
	width: 100%;
	background: #57BD57 url(images/menu/topmenubg.gif) left repeat;
	padding-top:2px;
}

div.menucontainer
{	
	display:block;
	height:28px;
	border:0px solid blue;
	padding-left:300px;
}

div.sub_menucontainer
{
	display:none;
	float:left;
	background-color:Transparent;
	height:22px;
	text-align:left;
	z-index:10;
	padding-left:80px;
	border:0px solid red;
}

#main
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
    border: solid 1px #999;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#user_info
{
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:2px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer
{
    color: #000;
	height:55px;
    text-align: center;
    line-height: normal;
    font-size: small;
    font-weight:bold;   
    margin:10px;
    background-color: #fff;    
    border: solid 1px #999;   
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* 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[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay a:link
{
    color: Blue;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Blue;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #ccc;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


.main_content
{
	background-color:#fff;
}

div.SearchBox
{
	background-color:#efefef;
	border:1px solid green;
	height:auto;
	padding:20px;
	padding:10px;
	overflow:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.SearchButtons
{
	margin-top:5px;
	background:url("images/menu/topmenubg_noSpace.gif") repeat scroll left center #57BD57;
	height:25px;
	text-align:center;
	border:1px solid green;
	vertical-align:middle;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

div.SearchButtons button
{
    background:transparent url('images/bg_button_span.gif') no-repeat;
   color:Black;
   height:24px;
   font-weight:normal;
   vertical-align:middle;
   padding:5px;
   font-size:8pt;
   cursor:pointer; 
   text-align: center;
}

div.SearchButtons button:hover
{
    background-position:0px -24px;
    color: #000;
    }


.fg-button 
{ 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .1em .4em;
   border-left: 4px solid #bbb;
   border-top: 4px solid #bbb;
   border-bottom:2px solid #bbb;
   border-right:2px solid #bbb;
   text-decoration:none !important;
   font-size:8pt;
   cursor:pointer; 
   position: relative; 
   text-align: center;
   zoom: 1;   
}
input.disabled, button.disabled, div.SearchButtons button.disabled
{
	background-color:#efefef;
	/*color:#333;*/
	cursor:text;
	color:#a0a0be;
}

input.disabled, button.disabled, div.SearchButtons button.disabled
{
    background-position:0px 0px;
}

img.ui-datepicker-trigger
{
	padding-left:3px;
	vertical-align:bottom;
}
/* + - toggle css used for ttresutls and TTMaxMin*/
a.togDivMax
{
	background-image: url(images/MinMax.gif);
	display:block;
	float:left;
	height:12px;
	width:12px;
	margin:1px 5px 1px 1px;
	overflow:hidden;
}
a.togDivMax:hover
{
	background-position: 0px 12px;
}
a.togDivMin
{
	background-image: url(images/MinMax.gif);
	background-position: 12px 0px;
	display:block;
	float:left;
	height:12px;
	width:12px;
	margin:1px 5px 1px 1px;
	overflow:hidden;
}
a.togDivMin:hover
{
	background-position: 12px 12px;
}

input.contextMenuClose {
    margin: 0;
    padding: 0 0 2px 0;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: red;
    width: 16px;
    height: 18px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    clear: both;
}

div.divContextMenuClose {
    margin-bottom: 5px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    border: 1px solid white;
}

a.activePageLink {
    background: #56ba56;
    padding: 5px;
    color: white;
}