body {
	background-color: #f6f6f6;
	margin: 0px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #4F5155;
	min-width: 850px;
}

html, body, #maintable {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

h2 { color: #000066; font-size:18px;/* Concise Blue */ }
h3 { color: #000066; font-size:15px; /* Concise Blue */ }
h4 { font-size:12px; }
li { font-size: 97%; }
.gcheck { list-style-image: url(/images/gcheck.gif); }
* html li { /*IE only.  */ line-height: 1.4em; }
* html .gcheck li{ /*IE only.  */ padding-left: 7px; }

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

.heading {
	color: #444;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
img { border:none; }

.form_input {
	margin-top:3px;
	margin-bottom:5px;
	color:#585858;
	font-size:11px;
}
#contact_form {
	width:80%; 
	float:right; 
	padding-left:25px; 
	padding-bottom:5px; 
	padding-top:10px; 
	margin:auto;
}

#maintable {
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0px 75px 10px 75px;
	background-color:#fff;
	border-bottom: 10px #424242 solid; 
	height:120px;
}

#content { 
	text-align: left;
	padding: 20px;
	background-color:#fff;
	border-right: 2px #ccc solid;
	border-left: 2px #ccc solid;
}
#chartdiv {
	background-color:#efefef;
}

#med_list {
	position:relative;
	border-right: 2px #ccc solid;
	border-left: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	margin-top:-20px;
	margin-bottom:30px;
	width:90%;
	padding:10px;
	z-index:2;
}

#footer {
	width: 100%;
	background-color: #EFEFEF;
	padding: 2px 0 2px 0;
	border-top: 1px #CCC solid; 
	text-align:center;
	font-size:10px;
}
#footer a { color: #000; }

/* General Icon settings */
.icon {
	padding-left: 23px;
}
.icon_world { background: url(/images/icons/world_go.png) no-repeat; }
.icon_key_go { background: url(/images/icons/key_go.png) no-repeat; }
.icon_folder { background: url(/images/icons/folder.png) no-repeat; }
.icon_computer { background: url(/images/icons/computer.png) no-repeat; }
.icon_house { background: url(/images/icons/house.png) no-repeat; }
.icon_group { background: url(/images/icons/group.png) no-repeat; }
.icon_user { background: url(/images/icons/user.png) no-repeat; }
.icon_shield { background: url(/images/icons/shield.png) no-repeat; }
.icon_page { background: url(/images/icons/page.png) no-repeat; }
.icon_pencil { background: url(/images/icons/pencil.png) no-repeat; }
.icon_applications { background: url(/images/icons/application_cascade.png) no-repeat; }
.icon_application { background: url(/images/icons/application.png) no-repeat; }
.icon_cog { background: url(/images/icons/cog.png) no-repeat; }
.icon_edit_profile { background: url(/images/icons/edit_profile.png) no-repeat; }
.icon_dollar { background: url(/images/icons/dollar.png) no-repeat; }
.icon_delete_user { background: url(/images/icons/delete_user.png) no-repeat; }
.icon_add_user { background: url(/images/icons/add_user.png) no-repeat; }
.icon_search_user { background: url(/images/icons/search_user.png) no-repeat; }
.icon_report { background: url(/images/icons/report.png) no-repeat; }

/* BUTTONS */

.buttons a, .buttons input{
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 10px 3px 7px; /* Links */
}

.buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html .buttons input[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons input img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:15px;
    height:15px;
}

/* STANDARD */

.buttons input:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration: none;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons input.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, .buttons input.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons input.negative, .buttons a.negative{
    color:#d12f19;
}
.buttons a.negative:hover, .buttons input.negative:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Button image styles */
.buttons, .email { background: url(/images/email.png) no-repeat 3px; }
