#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#reportresults h2 {
	font-size: 1.1em;
	font-weight: bold;
}
/*
a:link {
	color: #396EAA;
}

a:visited {
	color: #396EAA;
}
*/
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*begin creating the tabs */
.menu {
	margin-left: 2px;
	z-index: 1000;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
	color: black;
	height: 5px; /*width: 55px;*/
	text-align: center;
	padding-right: 8px;
	padding-left: 3px;
	white-space: nowrap;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: black;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	border: 1px solid black;
	border-bottom: none;
	color: black;
}

/* make drop down menu item style */
.menuPopupItem {
	color: black;
	border-bottom: 1px solid #666666;
	padding: 3px;
	background-color: #F1FAFE;
	white-space: nowrap;
}

.menuPopupItem a:hover {
	text-decoration: underline;
}

/* define the main layout divs */
#header {
	margin-right: auto;
	height: 75px;
	width: 100%;
}

#mainCtrl {
	margin-right: auto;
	height: 20px;
	width: 100%;
}

#title {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#login {
	padding-top: 10px;
	padding-right: 5px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 28px;
	top: 0px;
	text-align: right;
}
#RightNavCtrl {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	top: 0px;
	left: 0px;
	text-align: right;
	vertical-align:baseline ;
	margin-bottom:0px;
}


/* make crumbs after making new nav */
#breadcrumb
{
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 0px;
    background: white;
    color: navy;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
}
/*
#body {
	padding: 0px 8px 10px 7px;
}
*/

#bodycontent {
	padding: 0px 0px 0px 0px;
	background: white;
	max-width:1260px;
}
/* IE needs height:512px BUT this height:512px below must be removed to display correctly in Mozilla */
#reportresults, #projectadministration, #adminedit, #timesheet, #addhours, #projectreport, #resourcereport {
	height: 512px;
}
/* Mozilla needs min-height:512px (IE will ignore this min-height) */
#reportresults, #projectadministration, #adminedit, #timesheet, #addhours, #projectreport, #resourcereport {
	min-height: 200px;
}
#addhours
{
    padding: 5px;
    border: 1px solid #000000;
    float: none;
    color: #666666;
    font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
    font-weight: normal;
    width: auto;
    height: auto; /*position: relative;*/
    background-position: left top;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: white;
    margin: 0px;
    text-align: center;
    font-size: smaller;
}
#addhours /* Mozilla Firefox alignment , IE will ignore -moz-center*/
{
text-align: -moz-center;
} 

.ffcenter /* Mozilla Firefox alignment , IE will ignore -moz-center*/
{
text-align: -moz-center;
} 

#reportresults, #projectadministration, #adminedit, #projectreport, #resourcereport {
	padding: 10px;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}
#timesheet {
	padding: 10px;
	border: 1px solid #000000;
	margin-left: 0px;
	background: #FFFFFF;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}
#timesheetdata, #projecttable {
	width: 100%;
	text-align: center;
}
#catlist {
	width: 20%;
}
/* define other elements inside the main layout divs */
#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
/* define sizes of the username field */
.username {
	font-size: 0.9em;
	width: 150px;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}
/* create hover effect for calendar icons */
#addhours a:link img, #addhours a:visited img, #resourcereport a:link img, #resourcereport a:visited img
{
    padding: 2px;
    border: 1px solid #DFE4EA;
    background: none transparent scroll repeat 0% 0%;
}
/* Put the admin edit calendar icon on a white background */
#adminedit a:link img, #adminedit a:visited img {
	padding: 2px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	height:auto;
}
#addhours a:hover img, #resourcereport a:hover img, #adminedit a:hover img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #E8ECF0;
}
#addhours a:active img, #resourcereport a:active img, #adminedit a:active img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #C9D4E2;
}
/* add fade background and padding to all table rows */
.row1 {
	padding: 3px;
	background: url(images/timesheet_data_bg.gif) repeat-x;
	background: #F9FAFB;
}
.row1 img {
	border: none;
	text-align: center;
}
/* add hover effect to any a href images within the data tables */
#timesheetdata a:link img, #timesheetdata a:visited img, #projecttable a:link img, #projecttable a:visited img {
	padding: 2px;
	border: 1px solid #EDF0F3;
	background: #EDF0F3;
}
#timesheetdata a:hover img, #projecttable a:hover img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #FBFBFC;
}
#timesheetdata a:active img, #projecttable a:active img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #D9E2EC;
}
/* zero margin on all forms */
form {
	margin: 0px;
}

/* define the pop up calendar style */
#calbg {
	background: #ABBDD3 url(images/background_calendar.gif) repeat-x;
	height: 1000px;
}
#calcontent {
	margin: 5px;
	padding: 5px 4px 9px 4px;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#month {
	margin-bottom: 6px;
	font-size: 9px;
	width: 80px;
}
#year {
	margin-bottom: 6px;
	font-size: 9px;
	width: 50px;
}
#calcontent table td a:link, #calcontent table td a:visited {
	padding: 0px 2px 3px;
	display: block;
}
#calcontent table td a:hover, #calcontent table td a:active {
	display: block;
	background: #FFCC00;
}
#calcontent table td a:active {
	display: block;
	color: #FFFFFF;
	background: #009900;
}
/* begin classes */
/*
input, select, textarea {
	margin-bottom: 0px;
}
*/
/* make the cal icon appear in line with the forms and text */
#addhours img, #resourcereport img, #adminedit img {
	border: 0px;
	vertical-align: text-bottom;
}
/* make hours input field more prominent */
#addhours .hours {
	padding-top: 1px;
	font-size: 1.5em;
	font-weight: bold;
	width: 35px;
	height: 20px;
	text-align: center;
}

.projectlist, .resourcelist {
	border: 1px solid #00FF00;
	margin-bottom: 4px;
	width: 200px;
}
/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy {
	margin-top: 4px;
	margin-bottom: 4px;
	/*%font-size: 0.9em;*/
	height: 28px;
}
/* make submit button larger */
.submit {
	width: 108px;
}
/* define the look of the data tables (using colgroup in the source) 
colcatlist1 and colcatlist1 are generic names since I'm not sure 
what kind of date goes into these cells. More appropriate names can
be added for these */
.coldescription, .colcatlist1, .colcatlist2 {
	text-align: left;
}
.colday, .colhours, .coledit, .coldelete {
	width: 5%;
}
.colproject, .colcategory {
	width: 15%;
}
.colhours {
	font-weight: bold;
}
.coldescription {
	width: 50%;
}
/* define pop up calendar look */
.calmonday, .caltuesday, .calwednesday, .calthursday, .calfriday, .calsaturday, .calsunday {
	text-align: center;
}
.calcurrentmonth {
	background: #EEEEEE;
}
.calcurrentday {
	border: 1px solid #000000;
}
.calothermonth a:link, .calothermonth a:visited {
	color: #999999;

}
.calweekend {
	background: #E2E2E2;
}
/* create section heading container to separate long forms */
.formsection {
	padding: 10px;
	margin-top: 15px;
	background: #D6DDE9 url(images/background_formsection.gif) repeat-x center;
	font-weight: bold;
	text-align: center;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}
/*
img {
	border: none;
}
*/
/*
TABLE.ett
{
    border-collapse: collapse;
    border: 0px;
    font-size: 8pt;
}
         
*#col1         { border: 3px solid black; }
TD.ett         { border: 0px; padding-bottom:0px; padding-left:5px;width: 115px; vertical-align:middle; height:10px  }
TD.etta         { border: 0px; padding-bottom:0px; padding-left:5px; vertical-align:middle; height:45px  }
TR.ett         { border: 0px; padding-bottom:0px; height:10px; padding-bottom:0px; }
TR.ettb         { border: solid 1px #C3D9FF; padding-bottom:0px; height:10px; padding-bottom:0px; }
TD.solid-blue  { border: 5px dashed blue; }
TD.solid-green { border: 5px solid green; }
*/
.textbox {  
margin-bottom:0px;
} 

.dropdownlist {  
margin-bottom:0px
} 
.rightSideItem td {
	color: #FFFFFF;
	text-align: right;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.rightSideItem a:link, .rightSideItem a:visited, .rightSideItem a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.rightSideItem a:hover {
	text-decoration: underline;
}
/*
.caption {color:#000000; white-space:nowrap; background:#E8EEFA; text-align:center; font-size:small} 
*/
.form-noindent {background-color: #ffffff; border: #262262 1px solid;}
.form-noindent-orange {background-color: #ffffff; border: orange 1px solid;}
.labelTxt
{
    background-color: #ffffff;
    border: #C3D9FF 1px solid;
    padding-right: 2px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 3px;    
    height: 15px;
}
.form-noindentLock
{
    background-color: #e8ffe8;
    border-right: forestgreen 1px solid;
    border-top: forestgreen 1px solid;
    border-left: forestgreen 1px solid;
    border-bottom: forestgreen 1px solid;
}
.fview-patientInfo
{
    background-color: #ffffff;
    width: 100%;
    border-right: #ffcc33 1px solid;
    border-top: #ffcc33 1px solid;
    border-left: #ffcc33 1px solid;
    border-bottom: #ffcc33 1px solid;
    font-size: x-small;
    margin-bottom: 5px;
}

.breadcrumb td {
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}

.highlight-headers
{
    background-color: #A8D18D;
    color: #262262;
    text-align: left;
    font-weight: bold;
    /*padding: 3px 15px;*/
}

.highlight-headers-orange
{
    background-color: #FF9933;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding-left: 12px;
}

.highlight-prompts
{
    background-color: #b1d9f4;
    color: #000;
    text-align: right;   
}

.yellowPrompt
{
    background-color: #ffff99;
    color: #000;
}
.lightYellowBG
{
    background-color: #ffffcc;
    color: #000;
}
.lightOrangeBG
{
    background-color: #FEE2BF;
    color: #000;
}
.bluePrompt
{
    background-color: #b1d9f4;
    color: #000;    
    padding-left: 10px;
}
.lightBlueBG
{
    background-color: aliceblue;
    color: #000;
}
.highlight-headers12
{
    background-color: lightgrey;
    color: #000;
    text-align: left;
}

.headers-patientInfo
{
    background-color: #ffff99;
    color: black;
    font-weight: bold;
    text-align: center;
}

.listBox-contact
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom:3px;
}

td.edt
{
    vertical-align:top;
    border: none;
}

.gridformat
{
    font-size: 12px;
    font-family: Helvetica,Times New Roman, sans-serif, Arial,Verdana;
    color: Black;
    font-weight: normal;
}    

.error-panel
{
    background-color: linen;
    border-bottom: red 1px solid;
    font-size: 8pt;
    color: red;
    border-right: red 1px solid;
    border-top: red 1px solid;
    border-left: red 1px solid;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
    line-height: 15pt;
    margin: 5px;
}
.warning-panel
{
	background-color: #B1D9F4;
	font-size: 8pt;
	color: #003399;
	text-align: left;
}
.warning-panel-red
{
	background-color: linen;
	font-size: 8pt;
	color: red;
	text-align: left;
}
.noContactFollow-panel
{
    /*background-color: aliceblue;
    border-bottom: royalblue 1px solid;   
    border-right: royalblue 1px solid;
    border-top: royalblue 1px solid;
    border-left: royalblue 1px solid;*/
    font-size: 9pt;
    color: royalblue;
    padding-left: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
    font-weight: bold;
}
.noContactFollow-panel12
{
    background-color: gainsboro;
    border-bottom: black 1px solid;
    font-size: 9pt;
    color: black;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    padding-left: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}
.dash-bottomline
{
    border-bottom: #75bdeb 1px dashed;
}
.dash-bottomline12
{
    border-bottom: lightgrey 1px dashed;
}
.img-notop
{
    padding-top: 0px;
}

 .gv caption
{
    font-weight: bold;
    font-size: small;
    padding-left: 5px;
}

.listSearchPrompt
{
    font-weight: normal;
    color: gray;
    font-style: italic;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: smaller;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:220px;
}

.selectTextPrompt
{
    font-weight: normal;
    color: gray;
    font-style: italic;   
    padding-bottom: 2px;
    padding-top: 0px;
}

.selectTextPromptSmall
{
    font-size: 5pt;
    font-weight: normal;
    color: gray;
    font-style: italic;   
    padding-bottom: 0px;
    padding-top: 0px;
}

.listBoxSuburb
{
    font-size: 8pt;
    margin-bottom: 5px;
}

.watermark
{
    font-size: 8pt;
    color: #6699ff;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.splashHeader
{padding-left: 5px;}

.AspreeName {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #A8D18D;
    color: #262262;
}
.hiddencol
    {
        display:none;
    }
    
.CompleteHeader0
{
    padding-left:5px; padding-right:5px; width:97px; font-weight:bold;
}

.CompleteHeader
{
    padding-left: 5px;
    padding-right: 5px;
    width: 97px;
    background-color: #75BDEB;
    font-weight: bold;
}

.CompleteHeader1
{
    padding-left:5px; padding-right:5px; width:97px; background-color:#B6DDE8; font-weight:bold;
}

.CompleteHeader2
{
    padding-left:5px; padding-right:5px; width:97px; background-color:#DBEEF3; font-weight:bold;
}

.CompleteHeader3
{
    padding-left:5px; padding-right:5px; width:97px; background-color:#7FEF81; font-weight:bold;
}

.CompleteHeader8
{
    padding-left:5px; padding-right:5px; width:97px; background-color:#FFE1A4; font-weight:bold;
}

.CompleteHeader9
{
    padding-left:5px; padding-right:5px; width:257px; background-color:#D99795; font-weight:bold;
}

.CompleteHeader101 {
    padding-left: 5px;
    padding-right: 5px;
    width: 257px;
    background-color: #CC99FF;
    font-weight: bold;
}

.CompleteHeader102 {
    padding-left: 5px;
    padding-right: 5px;
    width: 257px;
    background-color: #A54BFE;
    font-weight: bold;
}

.CompleteHeader101_2 {
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
    background-color: #CC99FF;
    font-weight: bold;
}

.CompleteHeader102_2 {
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
    background-color: #A54BFE;
    font-weight: bold;
}

.CompleteHeader7
{
    padding-left:5px; padding-right:5px; width:257px; background-color:#FFFF99; font-weight:bold;
}

.IncompleteHeader
{
    padding-left:5px; padding-right:5px; width:255px; background-color:#9999FF; font-weight:bold;
}

.CompleteHeader92
{
    padding-left:5px; padding-right:5px; width:65px; background-color:#D99795; font-weight:bold;
}

.CompleteHeader82
{
    padding-left:5px; padding-right:5px; width:37px; background-color:#FFE1A4; font-weight:bold;
}

.CompleteHeader72
{
    padding-left:5px; padding-right:5px; width:65px; background-color:#FFFF99; font-weight:bold;
}

.CompleteHeader73
{
    padding-left:5px; padding-right:5px; width:97px; background-color:#FFFF99; font-weight:bold;
}

.IncompleteHeader2
{
    padding-left:5px; padding-right:5px; width:60px; background-color:#9999FF; font-weight:bold;
}

.CompleteHeader10
{
    padding-left: 5px;
    padding-right: 5px;
    width: 97px;
    background-color: #C1CFE0;
    font-weight: bold;
}

.visitComment
{
    padding-left:50px;padding-right:50px;padding-top:3px;padding-bottom:10px
}

.visitCell
{
    padding-left:5px; padding-right:5px;
}

.visitType0
{
    padding-left:5px; padding-right:5px; font-weight:bold;
}

.visitType
{
    padding-left:5px; padding-right:5px; background-color:#78BAFF; font-weight:bold;
}

.visitType1
{
    padding-left:5px; padding-right:5px; background-color:#B6DDE8; font-weight:bold;
}

.visitType2
{
    padding-left:5px; padding-right:5px; background-color:#DBEEF3; font-weight:bold;
}

.visitType3
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #7FEF81;
    font-weight: bold;
}

.visitType8
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFE1A4;
    font-weight: bold;
}

.visitType9
{
    padding-left:5px; padding-right:5px; background-color:#D99795; font-weight:bold;
}

.visitType7
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFF99;
    font-weight: bold;
}


.visitType101 {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #CC99FF;
    font-weight: bold;
}

.visitType102 {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #A54BFE;
    font-weight: bold;
}


.visitType10
{
    padding-left:5px; padding-right:5px; background-color:#C1CFE0; font-weight:bold;
}

.IncompleteType
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #9999FF;
    font-weight: bold;
}

.AEHeader
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #B1D9F4;
    font-weight: bold;
    color: #000000;
}

.AEIncompleteHeader
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #9999FF;
    font-weight: bold;
    color: #000000;
}


.appointment 
{
    text-align: left;
    
}

.appointment th
{
    text-align: right;
    background-color: #F8FAFC;
}

.hide_me
{
    display: none;
}


.show_me
{
    display: block;
}


.smllabel_txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: bold;
}

.smllabel_txt2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #009933;
    font-weight: bold;
}

.data_txt
{
    color: #333333;
    font-weight: bold;
}

.data_txt2
{
    color: #FFFFCC;
}

.info
{
    background: #F8FAFC url("../images/information.png") no-repeat center;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    border-top-color: #B5D4FE;
    border-bottom-color: #B5D4FE;
    font-style: italic;
    font-weight: bold;
    color: #666666;
}

.highlight_info
{
    background: #85BD26;
    background-position: 15px 50%; /* x-pos y-pos */
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.highlight_info2
{
    background: #B94D0A;
    background-position: 15px 50%; /* x-pos y-pos */
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    border-top-color: #E16F58;
    border-bottom-color: #E16F58;
    text-align: left;
}

.snore_table
{
    background-color: #ffffff;
    border: 1px solid #B017B0;
}

.snore_table td
{
    font-size: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    
}

.Apnea {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
    text-align: left;
}
.Apnea td, .Apnea th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.Apnea th
{
    font-family: Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
    font-weight: bold;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
    background-color: #F9F9F9;
}
.Apnea td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

.Apnea tr:nth-child(odd)
{
    background-position: #FFFFFF;
    background: #FFFFFF;
}


.snore-hd
{
    background-color: #B017B0;
    color: #FFFFFF;
    text-align: left;
}

.nav_link
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #0000FF;
    font-style: italic;
    background-color: #CCCCCC;
    font-weight: bold;
    width: 150px;
    text-decoration: none;
    padding-right: 50px;
    padding-left: 50px;
}

.dq_display
{
    text-align: left;
}


.conmedtest
{
    vertical-align: top;
}


.pHeader
{
    color: white;
    background-color: #F2B100;
    font: bold 11px auto "Trebuchet MS" , Verdana;
    font-size: 12px;
    cursor: pointer;
    width: 200px;
    height: 13px;
    padding: 4px;
}
/*#region Login Panel */

.loginPanel {
    width: 325px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #A8D18D;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.loginPanel div.panelHeading {
	font-size:22px;	
	margin-bottom: 20px;
}

.loginPanel div 
{
	
	margin:0px;
	border:0px;
	padding:0px;
	margin-bottom: 10px;
}

.loginPanel input[type="text"] 
{
	width:100%;
	height:30px;
	font-size:18px;
	margin-top:3px;
}

.loginPanel input[type="password"]
{
	width:100%;
	height:30px;
	font-size:18px;
	margin-top:3px;
}

.PrjectSumHead
{
    padding-left:5px; padding-right:5px; font-weight:bold;
}

.PrjectSumDetailsLarge
{
    padding-left:5px; padding-right:5px; width:140px; font-weight:bold;
}

.PrjectSumDetails
{
    padding-left:5px; padding-right:5px; width:110px; font-weight:bold;
}

.PrjectSumDetailsSmall
{
    padding-left:5px; padding-right:5px; width:80px; font-weight:bold;
}

/*#endregion*/