#brand a
{
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	width: 490px;
	text-shadow: 7px 1px 7px #fff;
	
}

/* LOGIN PAGE */
#page .login .ui-widget-content{
	border:0px solid;
}
#page .login .ui-widget-header {
	
	border:0px solid;

}
#page .login .ui-widget-header a{
	
	color:teal;

}
#page a:hover,
a:hover
{
	
	outline: 0;
}


#page hr {
	margin:15px 0 25px 0;
	border:1px solid #dedede;
}
#page [class*="span"] {
	margin-left:0;
}


#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #008080;
}


#page .well
{
	border:3px solid #E6E7EE;
	padding:50px;
	background-color:#efefef;
}



#page .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: teal !important;
	background-color:#efefef !important;
	text-decoration:none;
	
}
.caret{
	border:0;
}
.navbar{
	margin-bottom:10px;
}
.navbar .nav > li > a {
	padding: 12px 15px 10px;
	margin-bottom: -3px;
}
#page .navbar .nav > li > a {
	float: none;
	color: #869b82;
	text-decoration: none;
	text-shadow: none;
}
.navbar ul li a
{
	color:#c6ddc2;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	text-transform:uppercase;
	
}
.navbar ul ul li a
{
	color:#efefef !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:transparent;
	font-weight:normal;
	text-decoration:none;
	padding:7px;
	text-transform:inherit;
}
.navbar ul ul li a:hover
{
	color: teal !important;
	background:#efefef !important;
	text-decoration:none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:.6;
	
}
.nav li a:hover
{
	color: teal !important;
	background:#efefef !important;
}
.dropdown-menu 
{
	background:teal !important;
	border:0px solid #dedede;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {

	background:teal !important;
	text-decoration:none;
}
/* TOOLTIP */
.tooltp {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltp .tooltptext {
  visibility: hidden;
  width: 120px;
  background-color: teal;
  color: yellow;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltp:hover .tooltptext {
  visibility: visible;
  opacity: 1;
}
/* TOOLTIP END */
/*site specifics*/
h1,h2,h3,h4{
		font-family:'Arial Narrow',tahoma,verdana,arial,sans-serif;	
		color:#2a7a7d;
}
.ui-dialog h1,
#page h1,
.reports-container h1
{
	font-size: 32px;
	color:#2a7a7d;
		
}
.ui-dialog h2,
#page h2,
.reports-container h2
{
	font-size: 28px !important;
	color:#2a7a7d !important;
	font-weight:normal !important;
	
}
.ui-dialog h3,
#page h3,
.reports-container h3
{
	font-size: 20px;
	color:#2a7a7d;
	font-weight:normal;
	
}
.ui-dialog h4,
#page h4,
.reports-container h4
{
	font-size: 18px !important;
    margin-bottom: 7px;
	color:#2a7a7d !important;
	font-weight:normal !important;

}
#page #collapse_0 ul.pull-left
{
	border:0px solid red;
	
}
#page #collapse_0 ul.pull-right
{
	border:0px solid blue;
	position:relative;
	

}


#page .navbar .role{
	top:5px;

}
#page .navbar .brand:hover
{
	background: transparent !important;

}

.grid-view table.items th, .grid-view table.items th a 
{
	text-decoration:none;
	color:#3f795e !important;
	text-transform:uppercase;
	font-size:13px;
}
.grid-view table.items th a:hover
{
	text-decoration:none!important;
	background:none!important;
}


table.statement
{
	border:0px solid #dedede;
	margin-bottom:0 !important;
}
.spacing th,.spacing td{
	padding:10px 7px !important;
	font-size:16px;
}
table.statement tr.header td
{
	font-size:14px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}
table.statement tr td
{
	font-size:12px;
	padding:3px;
	vertical-align:top;
	border:1px solid #efefef;
}
tr.total td{
	font-weight:bold;
	text-transform:uppercase;
}
.list-view
{
	font-size:0;
	height:0;
}
.staff-profile,.profile
{
	border:0px solid #111;
	margin-bottom:5px;
	padding:3px;
	margin-right:25px;
}
img.profile,.profile img,.staff-profile img{
	width:250px;
	border-radius: 50px;
	border:1px solid #666;
}
.profile-small img{
	width:60px;
	border-radius: 10px;
}
/*rights*/
#rights{
	margin:20px;
	width:96%;
}

/*fee payable grid*/
#fee-payable-grid table
{
	width:550px;
}
#fee-payable-grid table tr td
{
	padding:1px 5px;
	text-transform:uppercase;
	font-weight:bold;
}
#student-invoice-form table td
{
	padding:2px 5px;
	margin:0;
	width:120px;
}
#fee-payable-grid table td input[type='text']
{
	width:100px;
	float:right;
	font-size:18px;
	color:red;
}
.amount{
	text-align:right !important;
	font-weight:bold;
}
#fee-payable-grid table #fee-payable-grid_c1
{
	text-align:right;
}
table.track{
	border:1px solid #dedede;
}
table.track td{
	font-size:15px;
	text-transform:uppercase;
	border:1px solid #dedede;
}
.placeholder
{
	padding:2px 10px;
	color:#666;
	border:1px solid #dedede;
	width:250px;
	display:block;
}
.notes {
	font-style: italic;
	padding: 5px 0;
	text-align: left;
}

#content  .hero-unit {
  background-color: #EEEEEE;
  color: inherit;

  line-height: 2;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 30px;
}
#content  .hero-unit p{
  font-size: 15px;
  font-weight: 200;
  text-align: justify;
}

/* student styling */
.hint{
	color:#888;
	font-size:11px;
}
table.account td.lbl{
	width:160px;
	font-weight:bold;
	text-align:right;
	color:#444;
	
	
}
.carousel-inner img{
	margin:0 auto;
}
.table-cell{
	width:150px;
	float:left;
}
.table-cell-wrap{
	float:left;
}
.error2{
	background-color:gold;
	color:brown;
	padding:10px 20px;
	font-size:17px;
	border:2px solid brown;
	font-weight:bold;
}
.error-display{
	padding:10px 30px;
}
/*dashboard*/

#page .nav-list {
	
	float: left;
	
}

#page .span4
{
	margin-left:15px;
}
#page .span5
{
	margin-left:15px;
}
.messages{
	font-size:16px;
}
.login{
	padding:0 0 10px 20px;
}
.looged-in{
	border-bottom:1px solid #777;
	margin-bottom:10px;
	padding:3px 3px 7px 3px;
	color:#666;
}
#page .nav-list li a:hover{
	background:teal !important;
	color:#efefef !important;
}

#page .alert{
	font-size:18px;
	border:2px solid brown;
}
.secure-login{
	position: relative;
    top: 7px;
}
.form-horizontal .control-label {
	font-weight:bold;
	font-size:16px;
}

input#LoginForm_username,
input#LoginForm_password{
	color:#333399;
	font-weight:bold;
	font-size:18px;
}
input#LoginForm_username:hover,
input#LoginForm_password:hover{
	background-color:lightgreen;
}

/* text */
textarea.text-content{
	height:500px;
}
.pic{
	border:3px solid #333;
	margin:2px;
}
.message{
	font-size:14px;
	color:#444;
	word-spacing:1px;
}
#page #SMSNotification_message{
	height:150px !important;
	font-size:20px !important;
}
.popup a{
	background-color:red;
	color:#efefef;
	padding:3px;
	text-decoration: none;
	font-size:12px;
}
.popup a:hover{
	color:red !important;
	background-color:#efefef !important;
	text-decoration: none;
}
.reply a{
	background-color:green;
	color:#efefef;
	font-size:20px;
	padding:5px;
	border:1px solid blue;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
.read{
	color:green;
}
.unread{
	color:red;
	font-weight:bold;
}

.lbl{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	position: absolute;
	top: 35px;
	color:lightblue;
	text-transform:uppercase;
	right:25px;
}
.brown{
	color:#888;
}
#page .visualize{
	/*padding: 40px 6px 64px;*/
}
 #page .visualize canvas {
	border:0px solid;
} 
/* TABLE DISPLAY */
#page .bordered{
	border:1px solid #999;
}
#page .noborder{
	border:0px solid #999;
}
#page .items tbody tr:nth-child(2n+1) td {
  background-color:smoke !important;
}
#page table.staff_div th {
   background-color:#f9f9f9;
}
#page table.staff{
	border:3px solid #a9bfa6;
}
#page table.staff-data{
	border:1px solid #a9bfa6;
}
#page table.staff-data td,
#page table.staff-data th
{
	padding:3px;
}
#page table.staff tr > td{
	padding:10px;
}
#page table th{
	text-align:left;
	text-transform:uppercase;
	border-top:2px solid #9ec699;
	border-right:1px solid #eee;
	border-bottom:2px solid #9ec699;
	border-left:0px solid #efefef;
	padding:0px 5px;
	background: #efefef;
	background: -moz-linear-gradient(#efefef 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(#efefef 0%, #dedede 100%);
	background: linear-gradient(#efefef 0%, #dedede 100%);
	vertical-align:top;
}

 #page table td{
	border-top:2px solid #9ec699;
	border-right:1px solid #eee;
	border-bottom:2px solid #9ec699;
	border-left:0px solid #efefef;
	padding:0px 3px;
	vertical-align:top;
 }
#page .table-bordered td:first-child,
#page .table-bordered th:first-child
 {
	border-left:1px solid #9ec699;
	border-right:0px solid #9ec699;
}
#page .table-bordered td:last-child,
#page .table-bordered th:last-child
 {
	border-left:0px solid #9ec699;
	border-right:1px solid #9ec699;
}
#page .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}
#page table.table tr:hover{
	background-color:#efefef;
	color:teal;
}
table.account td.lbl1,
td.lbl1
{
	width:160px;
	font-weight:bold;
	text-align:right;
	color:#444;
	background-color:#f6f6f6;
	border:1px solid #9f9f9f;
	text-transform:uppercase;
	
	
}
/* Graphs */
#page .visualize {
	margin:10px 0;

}
/* Tables */
#page table{
	width:100%;
	border:2px solid #dedede;
	border-collapse:collapse;
	border-spacing: 0;
}
table.top tr td,table.top tr th{
	vertical-align:top;
	padding-left:0px;
	font-size:12px;
}
table.top tr td{
	border-right:0px dotted #999;
}
table.top tr td.last{
	border-right:0px dotted #999;
}

table.top tr td.first{
	-ms-transform:rotate(10deg); 
	-webkit-transform:rotate(10deg); 
	-moz-transform:rotate(10deg); 
}
#page table.certificate_sign{
	border:0px solid #dedede;
	width:500px;
	padding:20px;
}
#page table.certificate_sign td{
	font-size:24px;
	color: brown;
	border:0px solid #dedede;

}

#page table.budget td{
	font-size:14px;
}
#page table.tree td,
#page table.tree th
{
	text-align:center;
	border:1px solid;
}
#page table.budget th,
#page table.budget td.header,
#page table.budget td.grand
 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
table.budget td.amount, #page .amount{
	text-align:right !important;
	font-weight:bold;
	width:50px;
}
input.grandtotal{
	color:red;
	font-size:17px;
}

#page td.bold{
	font-weight:bold;
}

#page td.right, #page th.right,
td.right, th.right{
	text-align:right;
}
#page table,
#page td.no-border,
#page th.no-border,
{
	border:0px solid #dedede !important;
}
#page td.hightlights{
	color:#444;
	background-color:#f6f6f6 !important;
	border:1px solid #dedede;
}
.strikethrough {
    text-decoration: line-through;
}
/** END OF TABLE DISPLAY **/

#confirm{

	background:#f9f9f9;
	padding:5px 10px;
	border:2px solid #dedede;
}
#confirm .control-label{ 
	padding:0;
	margin:0;
}
#confirm legend{
	color:red;

}
#confirm h1{
	line-height:1;
	font-size:25px;
	font-weight:normal;
	color:teal;
	
}
h2.issue{
	color:teal;
}
div.claim{
	padding:10px;
	font-size:20px;
	margin-bottom:20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
	font-weight:bold;
}
div.claim h1, div.claim h3{
	margin:0 !important;
	padding:0 !important;
}
div.pending{
	background:lightyellow;
	border:1px solid olive;
	
}
.rejected{
	background:lightyellow;
	border:1px solid olive;
	color:red;
}
div.pending{
	background:lightyellow;
	border:1px solid olive;
	color:brown;
}
#page .approved{
	background:lightyellow !important;
	border:1px solid olive;
	color:green;
}
#page .orange{
	color:orange;
}
.blue{
	color:blue;
	font-weight:bold;
}
.pending{
	
	color:#555;
}
.pending2{
	
	color:brown;
}
.olive{
	
	color:#ff9900;
}
.navy{
	
	color:navy;
}
.teal,.teal{
	color:teal;

}
.magenta{
	color:magenta;
}
.green2{
	color: #004d00;
}
.skyblue{
	color:skyblue;
	font-weight:bold;
}

.tusoft th {
	display:none;
}
.tusoft{
	border:0px solid #dedede;
	padding:0px;
}
.tusoft p,
.tusoft td,
.tusoft li
{
	font-size:13px;
	color:#555;
	border-top:0px solid #dedede !important;
	text-align:justify !important;
}
.unprocessed{
	color:gray;
	font-style:italic;
	font-weight:bold;
}

.pending{
	color:olive;
}

.approved{
	color:green;
	font-weight:bold;
	font-style:italic;
}

.rejected{
	color:red;
	font-weight:bold;
}
.crossed{
	color:red;
	text-decoration:line-through;
}

/* certificate issuance */
.alert{
	font-size:16px;
}
.brown{
	color:brown;
}


/* dialog forms*/
#page .ui-dialog{
	top:170px;
	border:7px solid #dedede;
}

#page .divForn{
	top:170px;
	border:7px solid #dedede;
}


#page table.budget tr.fixed{
	background: none repeat scroll 0 0 #dedede;
	
	z-index: 10000;
	top: 330px;

}
#page table.budget tr.fixed2{
	background: none repeat scroll 0 0 #dedede;
	
	z-index: 10000;
	

}
#page table.budget tr.fixed3{
	background: none repeat scroll 0 0 #dedede;
	/*position: fixed;
	z-index: 10000;
	top: 370px;*/

}
#page table.budget tr.fixed2 td{
	color:navy;
	border:1px solid #555;
}
#page table.budget tr.fixed3 td{
	color:teal;
	border:1px solid #555;
}
#page table.budget tr.fixed td{
	color:brown;
	border:1px solid #555;
}
#page table.budget h2{
	font-weight:bold !important;
	font-size:14px!important;
	color:#222!important;
}
#page table.budget td{
	font-weight:normal !important;
	font-size:12px!important;
}
#page table.budget h3{
	font-weight:bold !important;
	font-size:13px!important;
	color:#222!important;
}
#page td.fixed1{
	width:337px;

}
#page td.fixed2{
	width:162px;
}
#page td.fixed3{
	width:173px;
}
#page td.fixed4{
	width:162px;
}
#page .visualize-labels-x li span.label, 
#page .visualize-labels-y li span.label {
  color: #444;
  font-size: 10px;
  padding-right: 5px;
}
#page .visualize-labels-y li span.label {
	width:auto;
}
#page .visualize ul.visualize-key .visualize-key-label {
  font-size: 11px;
}
#page .visualize .visualize-title {
  color: #333;
  font-size:14px;
  font-weight: bold;
  left: 20px;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
}

#page .fixed-display{
	position:fixed;
}

#page .hide{	display:none;}


#page #dash-header {
    border: 0px solid #99ba90;
    padding: 0;
	margin-bottom:0px;
}
#page #dash-header div {
	
	color:navy;
	float:none;
	font-size:25px;
}
#page .ui-icon-wrench {
	height:0;
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append{
	margin-bottom: 0px !important;
	/*background-color: #d8e5ea;
	border: 2px solid #a29b9b;*/
	font-size: 16px;
	color: teal;
}

#page .ui-widget-header {
	border:0px solid;
	color:green;
	font-size:15px;
}
#page .portlet-content {
	background:none;
}

#page .portlet-content table{
	margin:0;
}
#page .portlet-content table td{
	background:none;
	font-size:14px;
}
#page .portlet-content table td.center{
	text-align:center;
}
#page .cabinet{
	float:left;
	text-align:center;
	border:1px solid lightgreen;
	margin-right:8px;
	padding:7px;
	overflow:hidden;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
}
#page .cabinet img{
	height:300px;
}
#page .cabinet a span{
	color:teal;
	display:block;
	padding:5px;
	font-size:16px;
}
#page .cabinet a:hover{
	text-decoration:none;
	color:green;
}
#page .cabinet:hover{
	text-decoration:none;
	box-shadow: -5px -5px 5px green;
}
#page table span.file{
	background: #efefef;
	background: -moz-linear-gradient(#efefef 0%, #888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #888));
	background: -webkit-linear-gradient(#efefef 0%, #888 100%);
	background: linear-gradient(#efefef 0%, #888 100%);
	box-shadow: -10px 10px 5px #dedede;
	padding:15px 3px 3px 3px;
	background: #fff url(../images/folder.jpg) no-repeat 1% 50%;
	height:80px;
	width:95px;
	text-align:center;
	color:#111;
	font-size:11px;
}
#page table span.file:hover{
	box-shadow: -5px 5px 5px lightgreen;
	color:teal;
	font-weight:bold;
	cursor: pointer;
}
#page table span.file a:hover{
	text-decoration: none;
}
#page table span.file .ref{
	font-size:12px;
	color:#555;
}
#page .portlet {
	box-shadow: 10px 7px 1px #efefef;
}
#page .portlet-content {
	max-height:600px;
}
#page span.shelf{
	font-size:20px;
	color:#666;
	font-weight:bold;
}
#page th.shelf{
	border:0px solid;
	border-top:2px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:2px solid #dedede;
	border-left:0px solid #dedede;
	width:100px;
	
}
#page th.shelf a{
	text-decoration: none;
	font-size:12px;
	color:green;
}
#page td.shelf{
	border-top:2px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:2px solid #dedede;
	border-left:0px solid #dedede;
}
#page .num{
	font-weight:bold;
	color:#555;
}
#page .percentage{
	font-weight:bold;
	color:darkorange;
	font-size:13px;
	display:block;
	
}
#page .fest{
	color:orange;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .fsst{
	color:green;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .fast{
	color:navy;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .fest{
	color:orange;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .vc{
	color:navy;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .api{
	color:brown;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .ars{
	color:teal;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .tip{
	color:orange;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#page .ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 13px;
  padding: 0.5em 0.5em 0.5em 2.5em;
}
#page .ui-widget-content a {
	color:#0088cc;
}

/*selection */
.ui-dialog h1{
	
	font-size:20px;
}
#page  tr.ok  td{
	
}
#page  tr.bad  td{
	text-decoration: line-through;
	color:red;
}

#page .ui-widget-content {
  border: 1px solid #ccc;
  padding:20px;
  color:#222;
  font:95%/1.231  'Trebuchet MS',tahoma,verdana,arial,sans-serif;
  
}
.ui-dialog .ui-dialog-content{
	height:auto !important;
	padding:30px 70px;
	z-index:1040 !important;
}
.ui-dialog{
	border:3px solid teal !important;
	padding:0px !important;
	box-shadow: -10px -10px 10px #555 !important;
	z-index:1035 !important;
	
}
.ui-widget-overlay {
	z-index:1030 !important;
}
.ui-dialog .ui-dialog-title {
	color:teal !important;
	text-align:center !important;
	width:100%;
}
.ui-draggable .ui-dialog-titlebar {
	background-color:#efefef !important;
	color:teal !important;
	text-align:center !important;
	
}

.profile2 img{
	
	max-height:300px;
	border-radius: 25px;
}

#page .center{
	text-align:center;
}
#page table.noborder{
	
	border:0px solid #efefef;
}
#page .noborder{
	
	border:0px solid #efefef;
}
#page .nopadding{
	
	padding:0;
	margin:0;
}



/* styling menus */
#page #cssmenu {
	background: none repeat scroll 0 0;
    border-radius: 4px;
    padding: 3px;
    width: 95%;
	box-shadow:#fff;
}
#page #cssmenu > ul > li > a {
  background: #dedede;
  background: -moz-linear-gradient(#dedede 0%, #555 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #555));
  background: -webkit-linear-gradient(#dedede 0%, #555 100%);
  background: linear-gradient(#dedede 0%, #555 100%);
  border: 1px solid #fff;
  font-size:13px;
}
#page #cssmenu ul ul a {
    color: teal;
    display: block;
    font-size: 13px;
    font-weight: bold;
	border-bottom: 1px solid lightgray;
}

#page #cssmenu ul ul li a:hover {
	background: teal;
	color:#efefef;
}
#page .sidebar{
	background:#dedede;
	background: -moz-linear-gradient(#efefef 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(#efefef 0%, #dedede 100%);
	background: linear-gradient(#efefef 0%, #dedede 100%);
	margin-right:40px;
	float:left;
	width:15%;
	position:relative;
	padding:0px 2px 7px 8px;

}
#page .mainbar{
	float:left;
	width:80%;
}
.content-display{
	clear:both;
}
/* medical form */
#vitals-form input,#vitals-form textarea, #vitals-form .uneditable-input {
    width: 100px;
}
/* list view styling */
#page .list-view {
    padding-top: 0px;
}

/* YII Tabs */
#page .yiiTab div.view {
	border-left: 2px solid teal;
	border-right: 2px solid teal;
	border-bottom: 2px solid teal;
	padding: 5px 10px;
	margin: 0;
}
#page .yiiTab ul.tabs {
	border-bottom: 2px solid teal;
	
	font-weight:bold;
}
#page .yiiTab ul.tabs li a{
	border-top: 2px solid teal;
	border-left: 2px solid teal;
	border-right: 2px solid teal;
	border-bottom: 0px solid teal;
}
#page .yiiTab div.view {
	padding:23px;
	float:left;
	width:95.5%;
}
#page .yiiTab ul.tabs a {
	background:#dedede;
	background: -moz-linear-gradient(#efefef 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(#efefef 0%, #dedede 100%);
	background: linear-gradient(#efefef 0%, #dedede 100%);
	padding: 7px 15px;
	text-transform:uppercase;
}
#page .yiiTab ul.tabs a.active {
	background:#fff !important;
	color:#888;
	
}
#page legend {
	margin-bottom:5px;
	color:teal;
	font-size:14px;
	font-weight:bold;
}
#page ul.dashboard { list-style:none; margin:0;padding:5px 0; border:none;}
#page ul.dashboard li{margin:0;padding:5px 0;}

/* medical display */
.patient{
	font-size:110%;
	color:#555;
	text-align:center;
}
.patient-summary{
	background-color:#efefef;
	margin:2px 5px 0px 0 !important;
	border: 1px solid #999 !important;
}
.returning-patient{
	font-size:150%;
}
.med-button {
	padding: 5px !important;
	margin: 5px 0;
	background-color: #efefef;
	border: 1px solid #ddd;
}
.doctor-notes{
	font:85%/1.231  'Trebuchet MS',tahoma,verdana,arial,sans-serif;
	font-size:18px;
	color:magenta;
	font-style:italic;
	width:100%;
	min-height:50px;
}
/*dashboard*/
#page div.option{
	text-align:center;
	margin-bottom:10px;
	border:1px solid #0033cc;
	background-color:#e6ecff;
	color:#0033cc;
	margin-right:10px;
	padding:10px 3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
	font-weight:bold;
	font-size:12px;
	box-shadow:1px 1px 2px 2px silver;
	height: 50px;
}
#page div.opt2{
	border:1px solid orange;
	background-color:#ffffb3;
	color:#ff9900;
}
#page div.opt3{
	border:1px solid darkgreen;
	background-color:#e6ffe6;
	color:darkgreen;
}

#page div.opt4{
	border:1px solid teal;
	background-color:#b3e6cc;
	color:teal;
}

#page div.opt5{
	background-color:#fff5e6;
	color:#ff9900;
	border:1px solid #ff9900;
}
#page div.option:hover{
	border:1px solid teal;
	background-color:lightgreen;
	color:darkgreen;
	box-shadow:3px 3px 3px 3px darkgreen;
}
#page div.stat{
	margin-bottom:60px;
	font-size:13px;
	font-weight:bold;
	margin-right:7px;
}
#page .round{
	background-color:lightgreen;
	color:#333;
	padding:7px;
	font-size:22px;
	line-height:1px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
}
#page .dashboard legend {
	margin-bottom:5px;
	color:teal;
	font-size:14px;
	font-weight:bold;
	border:0px solid;
}
#page h1.no-margin{
	margin:0 !important;
}