div.searchTable input{ width:150px; padding:2px; }


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #C09853;
}

.alert.alert-error{
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.alert.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }

.none{ display:none; }

.poll_title {
 font-size: 14px;
 font-weight: bold;
}

.poll_result{
	border:1px solid gray;
	background:#87b8e9;
	margin-bottom:4px;
}

.move{
	cursor:move;
}

#inlineEdit{
	border:1px solid #f1f1f1;
	padding:5px;
	display:none;
}

#fullscreenEdit{
	padding:10px;
}


.pagination  {
	margin: 2em 0; 
}
.pagination ul {
       list-style:none;
}
.pagination li {
	display: inline;
	font-weight: bold; font-size: 130%;
	padding:0;
	margin:0;
}

.pagination li a{
	margin-top: 0.15em;
	margin-right: 0.3em;
	margin-bottom: 0.15em;
	margin-left: 0.3em;
	padding: 0.3em 0.6em;
}
.pagination .active{
	font-weight: 400;
	cursor: default;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000000 !important;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #e8e9ec;
}


select{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	-o-border-radius:4px;
    -ms-border-radius:4px;
	border-radius:4px;
    border:1px solid #C6C6C6;
    font-size:12px !important;
    margin:5px 0px 5px;
    *margin:0px;
    padding:4px;
}

fieldset{ border:0px; margin:0; padding:0 10px 0 0; }

.authInputs, input.text, textarea{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	-o-border-radius:4px;
    -ms-border-radius:4px;
	border-radius:4px;
    border:1px solid #C6C6C6;
    font-size:12px;
    margin:5px 0px 5px;
    padding:5px 4px 5px 4px;
    width:150px;
}

select.little{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	-o-border-radius:4px;
    -ms-border-radius:4px;
	border-radius:4px;
    border:1px solid #C6C6C6;
    font-size:10px;
    *margin:0px;
    padding:1px;
}

.authInputsLittle, input.little, textarea.little{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	-o-border-radius:4px;
    -ms-border-radius:4px;
	border-radius:4px;
    border:1px solid #C6C6C6;
    font-size:10px;
    margin:1px;
    *margin:0px;
    padding:2px;
    width:100px;
}

.authInputsMedium{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	-o-border-radius:4px;
    -ms-border-radius:4px;
	border-radius:4px;
    border:1px solid #C6C6C6;
    font-size:12px;
    margin:1px;
    *margin:0px;
    padding:2px;
    width:150px;
}

.disabled{
    color:silver;
    cursor:default;
}

.wfSelect{
	border:1px solid gray;
	background-color:white;
	padding:2px;
	margin-bottom:1px;
	cursor:pointer;
}

.wfSelected{
	background-color:silver;
}

a {
    color:#3e98fc;
    text-decoration:none;
    cursor:pointer;
}

a.none, a.none:hover{
    color:inherit;
    text-decoration:none;
}
.title{
    font-size:17px;
    font-family:arial;
    font-weight:bold;
}
.orange{
    color:#fe7619;
}

a:hover{
    text-decoration:underline;
}

.right{
    text-align:right;
}
.bold{
    font-weight:bold;
}
.red{
    color:red;
}
.green{
    color:green;
}

.modalWrap{
    position:absolute;
    top:51px; left:0;
    height:100%;
    width:100%;
    z-index:9999999;
    background:#f3f9ff;
}


.pointer{
    cursor:pointer;
}
.loadingBar span{
    text-align:right;
    font-size:12px;
}


div.clear{
    clear:both;
}


/*match placeholder/watermark padding to border+padding for input element*/
label.placeholder {
cursor: text;
padding: 4px 4px 4px 4px;
color: #999999;
}
/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999999;
}
input:placeholder, textarea:placeholder {
color:#999999;
}


ul.verticalTabs{
	list-style:none;
	margin:0;
	padding:0;
}

ul.verticalTabs li{
	list-style:none;
	margin:0;
	padding:5px 25px 5px 5px;
	min-width:120px;
	cursor:pointer;
	border-right-width:1px;
	margin-left:0px;
	white-space:nowrap;
	
}

.vertical-tabs-unselected-li{ opacity: 0.8; filter:Alpha(Opacity=80);
    background: #E6E6E6;
}

.ui-vertical-tabs-menu ul.verticalTabs li.vertical-tabs-selected-li{
	border-right-width:0px;
	margin-left:-7px;
}

div.verticalTabs div.verticalTab{
	display:none;
	padding:10px;
}

.ui-vertical-tabs-table{ border:0; width:100%; }

.ui-vertical-tabs-menu{
	border:none;
}

div.verticalTabs div.vertical-tabs-visible{ display:block; }

.ui-vertical-tabs-menu{ margin:0; padding:0; }
.ui-vertical-tabs-content{ margin:0; padding:0; width:100%; border-left:0px; }
.ui-vertical-tabs-table tbody tr td{ margin:0; padding:0; }


table.my{ width:100%; border-spacing: 2px; border-collapse: separate; }

table.my thead tr th, table.my tfoot tr th ,table.my tr th{

	background: url(/engine/css/adminJqueryUI/images/bg_fallback.png) 0 0 repeat-x;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(1, #EDEDED), color-stop(0, #C4C4C4) );
	background: -moz-linear-gradient( center top, #EDEDED, #C4C4C4 );

	border: 1px solid #B6B6B6;
	color: #4F4F4F;
	font-weight: bold;

	padding: 5px;
	font-size:11px;
	font-family: Helvetica,Arial,sans-serif;
    text-align:center;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

table.my tbody tr td {
	color: #3D3D3D;
	padding: 3px;
	background-color: white;
	vertical-align: top;
	border: 1px solid #CDCDCD;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

table.my tbody tr td.action,table.my thead tr th.action{
	padding:0; border:0; width:10px;
}

table.my tbody tr td.action button, table.my tbody tr td.action div button, table.my tbody tr td.action nobr div button, table.my tbody tr td.action nobr div, table.my thead tr th.action button{ margin:0; padding:0px;}
table.my tbody tr td.action input,table.my tbody tr td.action select{ margin:0; }
table.my tbody tr td.action, table.my tbody tr td.action .buttonset{ white-space: nowrap; margin:0; }

tr.selectable td{ cursor:pointer; }

div.comment{
	margin-top:10px;
	padding:5px 0px 0px 5px;
}

.comment_padding{
	margin-left:20px;
}

.comment .userName{
	font-weight:bold;
}

.comment .guestName{

}

.comment .info .date{
	padding-left:5px;
	color:#686868;
	font-size:90%;
}

.comment .actions span a{
	border-bottom-width:1px;
	border-bottom-style:dashed;
	text-decoration:none;
}

.comment .actions span a:hover{
	text-decoration:none;
}


.commentsActions{
	margin-top:5px;
}

.commentBox.h .commentsActions{
	opacity:1;
}

.comment .commentText{
	padding-top:5px;
	padding-bottom:5px;
}
.comment .info{

}

.comment .rating{
	float:right;
	text-align:right;
}

.rating .null{
	font-weight:bold;
	color: black;
}

.rating .minus{
	font-weight:bold;
	color: red;
}

.rating .plus{
	font-weight:bold;
	color: green;
}

span.commentBox{
	display:block;
}

.comment textarea{
}