#event_cal{
border-collapse: collapse;
border-color: #b5b5b5;
border-width: 1px;
border-style: solid;
width: 100%;
-moz-box-shadow: 3px 3px 5px #666;
-webkit-box-shadow: 3px 3px 5px #666;
box-shadow: 3px 3px 5px #666;
}


#event_cal #select {
	text-align: left;
}

#event_cal #year {
	height: 28px;
	font-size: 28px;
	text-align: right;
	padding: 5px 12px 5px 0px;
}


#event_cal .header TD{
	text-align: center;
	font-size: 18px;
	height: 10px;
	padding: 5px 0px 5px 0px;
}


#event_cal TD {
	width: 85px !important;
	height: 85px;
	border-color: #c6c6c6;
	border-width: 1px;
	border-style: solid;
	padding: 0px 3px 0px 3px;

}

#event_cal TD:hover {
	background-color: #f4f4f4;
}


#event_cal #cal_blank{

	background-color: #e7e7e7;

}

#event_cal #current{
	background-color: #f5f5f5;
}

#event_cal #day{

}


#event_cal #cal_day {

}

#event_cal #cal_day a {
	font-size: 15px;

}


#event_cal #allday, #allday a {
	background-color: #e6e1de;
}

#event_cal #normal, #normal a {

}

#event_cal #infowrap {
	width: 350px;
}

.iCal {
	margin-top: 5px;
	float: right;
	line-height: 35px;
}

.iCal img {
	float: left;
	padding-top: 5px;
}

.custom_style{ margin-top: 12px; text-decoration: none!important; padding: 4px 8px 6px 8px; float: right;}
.custom_style:hover{cursor: pointer}

table.entry-form {background: #bbb; margin-bottom: 10px}
table.entry-form td {padding: 4px 16px 4px 4px; background: #fff; color: #666}
table.grid-list td.header {font-weight: bold; background: #D3E4F0}
table.entry-form td.header {font-weight: bold; background: #D3E4F0}
table.entry-form td.subheader {font-weight: bold; color: #333; font-size: 13px; background: #efefef}
table.entry-form input, table.entry-form select {font-size: 13px}
table.entry-form {width: 100%}
table.entry-form input.uak-text {width: 200px}
table.entry-form textarea.uak-textarea {width: 200px; height: 120px}
table.entry-form div.uak-radio {margin: 0px 0px 10px 0px}
table.ccm-dashboard-inner-columns {width: 100%}
td.ccm-dashboard-inner-leftcol{width:60%;}
td.ccm-dashboard-inner-rightcol{width: 40%;}
td.ccm-dashboard-inner-gutter div {width: 20px}
div.ccm-dashboard-inner-leftcol table.grid-list{width:100%;}

.error{color: red;}
.success{color: green;}
.label {text-align: right;}
.struct a {padding-left: 8px; padding-right: 5px;}
.struct {padding-bottom: 5px;}
a.tooltip {position: relative; text-decoration: none;}


a.button, a.button:active, a.button:hover {
	color: white!important;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .7em 1em .8em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.right{float: right;}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}



/* red */
/*
for more colors and button styles, go to http://www.webdesignerwall.com/demo/css-buttons.html
and "view source".  then copy and paste the color you like into this style sheet, and change 
the class color of the buttons in the view.php file
*/
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}