body.nomargin {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#adminframe {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	background:none repeat scroll 0 0 #333333;
	border-radius:10px;
	margin-top:-30px;
	margin-bottom:20px;
}

#frame {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	background:none repeat scroll 0 0 #333333;
	border-radius:10px;
	top:0px
}

#popupframe {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	background:none repeat scroll 0 0 #333333;
	border-radius:10px;
	margin-top:0px;
}

.bigtitle {
	color:#ffffff;
	font-size:17px;
	text-align:center;
	padding-top:15px;
	font-weight:bold;
}

p.padding {
	padding:10px;
	padding-left:25px;
	color:#fff;
}

.bodies {
	width:100%;
	background:none repeat scroll 0 0 #404040;
	border-radius: 0 0 10px 10px;
	padding-bottom:35px;
}

.floating {
	position:relative;
	top:27px;
	float:right;
	right: 12px;
}

.floatingdown {
	position:relative;
	top:27px;
	float:right;
	right: 12px;
}

.track_no {
	position: relative;
	left:65px;
}

    .myButton {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ec0101), color-stop(1, #ec0101));
        background:-moz-linear-gradient(top, #ec01011 5%, #ec0101 100%);
        background:-webkit-linear-gradient(top, #ec0101 5%, #ec0101 100%);
        background:-o-linear-gradient(top, #ec0101 5%, #ec0101 100%);
        background:-ms-linear-gradient(top, #ec0101 5%, #ec0101 100%);
        background:linear-gradient(to bottom, #ec0101 5%, #ec0101 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0101', endColorstr='#ec0101',GradientType=0);
        
        background-color:#ec0101;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        
        border:6px solid #333333;
        
        display:inline-block;
        color:#ffffff;
        font-family:Verdana;
        font-size:13px;
        font-weight:bold;
        padding:11px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #000000;
		position:relative;
		left:95px;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9191), color-stop(1, #ec0101));
        background:-moz-linear-gradient(top, #ff9191 5%, #ec0101 100%);
        background:-webkit-linear-gradient(top, #ff9191 5%, #ec0101 100%);
        background:-o-linear-gradient(top, #ff9191 5%, #ec0101 100%);
        background:-ms-linear-gradient(top, #ff9191 5%, #ec0101 100%);
        background:linear-gradient(to bottom, #ff9191 5%, #ec0101 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9191', endColorstr='#ec0101',GradientType=0);
        
        background-color:#ec0101;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }

table.tableproperties {
	background:#ccc;
	color:#000;
	cursor:help;
}

td {
	text-align:left;
	padding-left:15px;
}

td.ask {
	background:#a4a4a4;
	vertical-align:text-top;
}

td.status {
	background:#bdbdbd;
	color:#000;
	vertical-align:text-top;
}

td.margin {
	padding-top:15px;
}

td:hover {
	background:#fff;
	transition: background-color 1s ease;
	border-radius:25px 0px 25px 0px;
}

.status {
	color:#FFF;
	padding-bottom:8px;
}

.center {
	position:relative;
	text-align:center;
	color:#FFF;
	margin-bottom:15px;
}

.centerpage {
	position:relative;
	height:40px;
	margin-top:15px;
	margin-bottom:15px;
	background:#fff;
	border-radius:10px;
}

table.center {
	margin-left:auto;
	margin-right:auto;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
}

.centertext {
	position:relative;
	text-align:center;
	color:#FFF;
}

.or {
	position:relative;
	right:50px;
	margin-bottom:12px;
}

.warning {
	color:red;
}

.blue-date {
	color:#428BCA;
}

.bottompad {
	margin-bottom:12px;
}

a:link {color:#BDBDBD;}      /* unvisited link */
a:visited {color:#BDBDBD;}  /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#BDBDBD;}  /* selected link */ 

.buttonpos {
	position:relative;
	left:310px;
}

input.date {
	width: 150px;
	color: #000;
}

ul.right {
	position:relative;
	float:right;
	margin-right:12px;
}

.edit {
	background:url(../images/edit.png);
	width:32px;
	height:32px;
	position:absolute;
	right:-35px;
	top:30px;
	transition: 1s;
}

.edit:hover {
	background:url(../images/edit_hover.png);
	transition: 1s;
	width:43px;
	height:32px;
}

.view {
	background:url(../images/view.png);
	width:32px;
	height:32px;
	position:absolute;
	top:-5px;
	right:-35px;
	transition: 1s;
}

.view:hover {
	background:url(../images/view_hover.png);
	transition: 1s;
	width:43px;
	height:32px;
}

.delete {
	background:url(../images/delete.png);
	width:32px;
	height:32px;
	position:absolute;
	right:-35px;
	top:65px;
	transition: 1s;
}

.delete:hover {
	background:url(../images/delete_hover.png);
	transition: 1s;
	width:43px;
	height:32px;
}

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

.autonumber {
	position:absolute;
	left:-15px;
	top:-6px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	width:auto;
	border-radius:12px;
	padding-left:4px;
	padding-right:4px;
	border:#FFF;
	border-style:solid;
	border-width:1px;
}

.autocolor {
	background: rgb(135,224,253); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 2%, rgba(66,139,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(2%,rgba(83,203,241,1)), color-stop(100%,rgba(66,139,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 2%,rgba(66,139,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 2%,rgba(66,139,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 2%,rgba(66,139,202,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 2%,rgba(66,139,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#428bca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pagination > a , .pagination > span  {
    display: inline-block;
    padding: 0 5px; text-transform:capitalize;
}
.disabled{color:#333;}

tr.hidden {
	visibility:hidden;
	position:absolute;
}

.updatedstatus {
	font-weight:bold;
	position:absolute;
	left:115px;
	top:-20px;
}

.footertag {
	position:relative;
	background:#000;
	height:35px;
	width:100%;
	border-radius: 0px 0px 10px 10px;
	text-align:center;
	padding-top:5px;
}

td.redbackground {
	background:#FFF;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	border-radius:0px 0px 10px 10px;
}

div#content {
    display: none;
    }
 
div#loading {
    top: 200 px;
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 160px;
    height: 24px;
    background: url(images/ajax-loader.gif) no-repeat;
    cursor: wait;
    }