body {
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	color:	black;
	background:	#eeeee5;
	font-size: 14px;

}
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	color:	#C00;
	background:	#eeeee5;
}
	
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#33F;
	background:	#eeeee5;
}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#93C;
	background:	#eeeee5;
}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	background:	#ccf;
}	
		
a:hover	{	
	text-decoration:	none;
	color:	#eeeee5;
	background:	#33F;
}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#33F;
	background:	#eeeee5;
}	

input[type="email"], input[type="password"], input[type="text"], select[size="1"] {
	border:2px solid #e9e9e9;
	height:25px;
	line-height:25px;
	padding-left: 5px;
	color: #000;
	font-size: 16px;
	margin-bottom:5px;
 -webkit-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
}
textarea {
	border:5px solid #e9e9e9;
	line-height:40px;
	padding-left: 10px;
	color: #000;
	font-size: 22px;
	margin-bottom:10px;
 -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus { 
	border:1px solid #0099ff; color:#0099ff; }

 input[type="button"], input[type="submit"], input[type="reset"] {
	height:25px;
	font-size: 16px;
	color:#fff;
	text-shadow:-2px 2px #346392;
	background-color:#ff9664;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6496c8), to(#346392));
	background-image:-webkit-linear-gradient(top, #6496c8, #346392);background-image:-moz-linear-gradient(top, #6496c8, #346392);
	background-image:-o-linear-gradient(top, #6496c8, #346392);
	background-image:-ms-linear-gradient(top, #6496c8, #346392);
	background-image:linear-gradient(top, #6496c8, #346392);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff9664', EndColorStr='#c86432');
	-webkit-box-shadow:inset 0 0 0 1px #27496d;
	-moz-box-shadow:inset 0 0 0 1px #27496d;
	box-shadow:inset 0 0 0 1px #27496d;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}

input[type="button"].hover, input[type="submit"].hover, input[type="reset"].hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	webkit-box-shadow:inset 0 0 0 1px #27496d,0 5px 15px #193047;
	-moz-box-shadow:inset 0 0 0 1px #27496d,0 5px 15px #193047;
	box-shadow:inset 0 0 0 1px #27496d,0 5px 15px #193047
}

input[type="button"].active, input[type="submit"].active, input[type="reset"].active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	-webkit-box-shadow:inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
	-moz-box-shadow:inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
	box-shadow:inset 0 0 0 1px #27496d,inset 0 5px 30px #193047
}

.cal {
	color:	blue;
	font-size: 30px;

}

.dayhead {
	background: #9999ff;
	border:2px solid #9999ff;
}

.daybody {
	background: #eeeeff;
	border:2px solid #1111ff;
}

.medhead {
	color:	blue;
	font-size: 30px;
}

.dropul {
	list-style-type: none;
	background: #ffffff;
	border:5px solid #e9e9e9;
	padding-left: 10px;
	margin-bottom:10px;
/*	width: 430px; */
	z-index: 1;
	-webkit-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
        -moz-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
        box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
}

.ulli {
	height:40px;
	line-height:40px;
	font-size: 22px;
}
input[type="file"] {
	height:40px;
	font-size: 22px;
	color:#00f;
	text-shadow:-2px 2px #346392;
}

input[type="checkbox"] {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 10px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        top: 4px;
}
input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
[type="checkbox"]:checked {
        background-color: #9999ff;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #7981a7;
}

.holder {
	border: 10px dashed #ccc;
	width: 400px;
	height:  300px;
	margin: 20px auto;
}

.hover {
	border: 10px dashed #0c0;
	width: 400px;
	height:  300px;
	margin: 20px auto;
}

.styled-table {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 6px 8px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

    /* background-color: #c9f9c9; */
.styled-table tbody tr:hover td{
    background: rgba(209, 249, 209, 0.25);
}

.styled-table col:hover {
    background: rgba(209, 249, 209, 0.25);
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.blue-text {
    color: blue;
}
