﻿/* Custom style sheet defined for diathrix web app
 */

body
{
	background: url(img01.gif) repeat-x left top;
	/* background-color:#444444; */
	width: 880px;
	margin: 0 auto;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E5F61;
	background-color:white;
	
}

.loginContent
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	text-align: right;
	padding-right: 7px;
	border-bottom: dashed 1px #EFEFD6;
	background-color:white;
	
}

.mainContent
{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E5F61;
	
}


h1, h2, h3
{
	margin: 0;
	letter-spacing: .15em;
	font-size: 16px;
}

.heading1
{
	margin: 0;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	
}

/* 
defines header and logo info
 */

.header
{
	
	background-color:White;
}

.topMenu
{
	clear: both;
}

.footer
{
	background-color: #77B800;	
	font-size: 1.0em; 
	color: white;
	padding-left: 1.2em;
	clear: both;
	text-align: center;
	border-top: solid 2px #001D77;
	border-bottom: solid 2px #001D77;
}

fieldset
{
	padding: 0.5em;
	border: 1px solid #001D77;
}

legend
{
	padding: 0.2em 0.5em;
	border: 1px solid green;
	color: #8DC73F;
	font-size: 90%;
	text-align: right;
}

/* Using this to hide a drop down button for the Infragistics WebDateChooser 
because unknown issues are not allowing calendar to display properly
*/
.infragisticsDropDownStyle
{
visibility:hidden	
}


/* 

useful for debugging purposoes
td { border:solid 1px blue; }

Displays All div Borders:
This can be extremely useful when you want to find out exactly
 where all of your absolutely positioned div tags are at, and
 what their demonsions are.
div { border:solid 1px red; }

 */
 
 







