Current File : /home/inlingua/www/noida/icentex/style_old.css
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #content selector */	
}

h1,h2,h3
{

}

a
{
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	text-decoration: underline;
}

a:hover
{
	color: #900;
	text-decoration: none;
}

img
{
	padding: 3px;
	border: 1px solid #ccc;	
}

a img
{
	padding: 3px;
	border: 1px solid #ccc;	
}

a img:hover
{
	padding: 3px;
	border: 1px dashed #900;	
}

label
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	background-color: #fff;
}

input
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	background-color: #fff;
	border: 1px solid #aaa;
	background-color: #efefef;
    border: 1px solid #aaa;
    HEIGHT: 24PX;
    margin-bottom: 4px;
	border-radius:5px;
	/*cursor: text;	*/
}

.submit1 
{
font-size: 11pt;
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	background: #ccc;
	
	border: 1px solid #aaa;
	cursor: pointer;
}

fieldset
{
	border:none;
}

legend
{
} 

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #fff;
	height: 4em;
	padding-left: 2em;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

#header h2
{
	font-size: 1.5em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

/* Content */

#content
{
	line-height: 1.5em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: none;
	
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #666;
	/*background: #fdfdfd url('images/bgTableRowB.gif') top left repeat-x;*/
	background: #f7f7f7;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#contentnew table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	empty-cells: show;
}

#contentnew table th
{
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}

#contentnew table td
{
	padding: 0.5em;
}

#contentnew table tr.rowH
{
	color: #545454;
	background: url('images/bgTableTitle.gif');

}

#contentnew table tr.rowA
{
	background-color: #f7f7f7;
}

#contentnew table tr.rowB
{
	background-color: #fdfdfd;
}

#contentnew table tr.last
{
	background-color: #ddd;
}



/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 5px;
	padding: 1.5em 1.5em 1.5em 1em;
	
}
#contentnew
{
	margin: 0 auto;
   
    overflow: scroll;
    width: 1078px;
	height:auto;
	
}
/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 12em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/bgSecCont.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/bgSecContEnd.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 3em 2em 1.5em 1em;
	background: #fff url('images/bgTerCont.gif') top left repeat-y;
	
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/bgTerContEnd.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Banner */
#banner
{
	width:100%;
	height:2em; /* Adjust height according to image included */
	background:url(images/bgTableTitle.gif);
}

/* Footer */
#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 3em 0em 0em 0em;
	text-align: center;
	background-color:#FFE600
	
}

.clear
{
	clear: both;
}
select
{
	height: 27px;
    background-color: #efefef;
    border-radius: 5px;
    margin-bottom: 5px;
}
input:focus { 
    background-color: yellow;
}
select:focus { 
    background-color: yellow;
}
textarea:focus { 
    background-color: yellow;
}