/* for datepicker view size*/
.ui-widget { font-size: 0.8em; }
.ui-datepicker-month { margin-left: 0.3em; }


/* for TextArea Resizer - http://plugins.jquery.com/project/TextAreaResizer */
div.grippie {
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	/*width:95%;*/
	/*height: 20%;*/
}

/* tables */
table.tablesorter {
 border-collapse: inherit;
}
table.tablesorter thead tr .header {
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("../images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("../images/desc.gif");
}

.error-message {
    background-color: #FF7F7F;
    background-image: url("../images/error-caution.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 3px 3px 3px 25px;
}
.check-ok {
	position: relative;
	top: 3px;
	display: none;
}
.text-area-1 {
	float:left;
}
.swfupload {
	border: 1px solid #cccccc;
	height: 26px;
	width: 115px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #0e580e;
/*	background: -moz-linear-gradient(center top, #2be42a, #1db81a);
	background: -webkit-gradient(linear, center top, center bottom, from(#2be42a), to(#1db81a));*/
}
