div.mface {position: relative; top: 10px; left: 5px;

	width: 260px; height: 370px;
	background: #ccccee;
	padding: 10px;
	text-align: center;
}


.dddbody{
	background-color: #ffffff; 
	color: #000000; 
	margin: 0.25em 10px 0.25em 10px;
	font-family: Arial,Geneva CY,Sans-Serif;
	font-size:16px;
}
tr.ca td {
	text-align: center;
}

td.top_header {
	background-color: black; 
	color: white; 
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
td.bottom_header {
        background-color: black;
        color: white;
        text-align: right;
        padding: 3px;
        font-weight: bold;
	padding-right:20px;
}
td.content_td {
	border-right: 1px solid rgb(204, 204, 204);
	 text-align: center;
}
td.c_0{
 background-color: red;
 color: yellow;
 cursor: pointer;
 text-align: center;
}
td.c_1{
 background-color: green;
 color: white;
 cursor: pointer;
 text-align: center;
}
td.c_2{
 background-color: white;
 cursor: pointer;
 text-align: center;
}


.ta_c {
        text-align: center;
}
.ta_l {
        text-align: left;
}
.ta_r {
        text-align: right;
}


td.content_td_grey {
        color: black;
        padding: 3px;
	background-color:#cccccc;
	width:50%;
}
img {
 border:0
}
td.content_td_grey_cs {
        color: black;
        padding: 3px;
        background-color:#cccccc;
        width:25%;
}

table.content_table {
	width: 100%;
	border-spacing: 3px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
}
table.gateway_table {
        width: 100%;
        border-spacing: 3px;
        border-style: solid;
        border-color: white;
        border-collapse: separate;
}
tr.table_header {
	border-right: 1px solid rgb(204, 204, 204);
	text-align: center;
	background-color:#bcbcbc;

}
tr.mtr_1 {
        background-color: #eeeef3;
}
tr.mtr_2 {
}

tr.disabled {
       
        color: #cccccc;
}

td.red_gtw {
	background-color: #990033;
	text-align: center; 
	width: 33%;
	color: white;
	font-weight: bold;
}
table.stat{
	color:white;
}

tr.new_number td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	text-align: center;
	}

tr.tDnD_whileDrag {
	 background: yelow;
}
table.yesno td.ul {
	border-color: rgb(102, 102, 102);
	border-width: 1px; 
	border-bottom: 1px solid rgb(102, 102, 102);
}
div.top_div {
	padding: 5px 5px 5px 10px; background: rgb(206, 206, 206) none repeat scroll 0% 0%; height: 16px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;
}

table.scheduler {
	border-width: 2px;
}
table.scheduler td {
	font-size: small;
	padding: 2px 2px 2px 2px;
	text-align: center;
	width: 16px;
	height: 20px;
	border-width: 1px;
	border-color: rgb(102, 102, 102);
}
/* located in demo.css and creates a little calendar icon
 *  * instead of a text link for "Choose date"
 *   */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 *  * has run (to allow space for the calendar icon
 *   */
input.dp-applied {
	width: 140px;
	float: left;
}

element.style {
    width: 168px;
}

.bigtablelist td, .bigtablelist th {
    padding: 2px;
}
.sorting {
    background: url("../image/sort_both.png") no-repeat scroll right center transparent;
}
td, th {
    padding: 1px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

thead th:first-child {
    border-radius: 10px 0 0 0;
}
thead th:last-child {
    border-radius: 0 0 10px 0;
} 
thead {
	background-color: #FFFFFF;
	border-radius: 7px 0 0 0;
}
th {
    background-color: #9999FF;
    color: #FFFFFF;
    height: 20px;
    width: 20%;
}

table.bigtablelist {
    color: #333353;
}

.odd td {
    background-color: #D9D9FF;
}
.odd td:nth-child(1) {
        border-radius: 7px 7px 7px 7px;
}
.odd td:nth-child(2) {
	border-radius: 7px 0 0 7px;
}
.odd td:last-child {
        border-radius: 0 7px 7px 0;
}

.global td:last-child {
	border-radius: 7px 7px 7px 7px;
}



.order {
        cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:3px 1px 1px #528ecc;
}
.order:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.order:active {
	position:relative;
	top:1px;
}

.fullBoxContents {
 width: 80%;
}
ul {
    list-style: none outside none;
}

ul li {
    background: url("../img/bullet.gif") no-repeat scroll 18px 8px transparent;
    line-height: 180%;
    padding-left: 30px;
}
ol li {
    line-height: 180%;
    margin-left: 35px;
}
p {margin-top: 2em;}
