body {
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	color:	black;
	background:	#eeeee5;
	font-size: 22px;

}
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:5px solid #e9e9e9;
	height:40px;
	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); 
}
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:40px;
	font-size: 22px;
	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:15px;
	-moz-border-radius:15px;
	border-radius:15px
}

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;
}

.gradientBox { 
        padding: 5px;
        background-color: white;

        /* outer shadows  (note the rgba is red, green, blue, alpha) */
        -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

        /* rounded corners */
        -webkit-border-radius: 12px;
        -moz-border-radius: 7px;
        border-radius: 7px;

        /* gradients */
        background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
        background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}


.headli {
	border: 5px solid #00f;
        margin: 20px auto;
	list-style-type:none;
	padding: 10px;
	background: #ddddff;
}




