body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
}

h1, h2, h3, h4 ,h5 { margin: 0; padding: 0; font-size: 10px; }

div,img, p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a {
	text-decoration: none;
	color: #006699;
	font-weight: normal;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* css class */

th, td {
    text-align: left;
}

table.text-left th, table.text-left td {
    text-align: left;
}

.grid-table {
    border-collapse: separate;
    border-spacing: 1px;
}

.grid-table th, .grid-table td {
    background-color: white;
    padding: 3px 10px;
}

.form-table th {
    padding: 5px 10px;
    text-align: right;
    width: 40%;
}

.form-table td {
    padding: 5px 10px;
    text-align: left;
}

.centered-table {
    width: 100%;
}

.centered-table th {
    width: 50%;
    text-align: right;
    padding: 5px 10px 5px;
}

.centered-table td {
    width: 50%;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.centered-table input[type=text] {
    width: 120px;
}

.centered-table input[type=password] {
    width: 120px;
}

.clickable {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.link {
    color: #006699;
}

img.expandable {
    z-index: 1;
}

img.expandable:hover {
    width: 180px;
    z-index: 10;
    position: relative;
}

.clearfloats {
    clear: both;
    width: 100%;
    height: 0px;
	margin: 0;
	padding: 0;
}

.center-text {
    text-align: center;
}

.red {
    color: red;
}

.hide {
    display: none;
}

/*
    Dark Loader
*/
div.DarkLoader {

}

div.DarkLoader table.container {
    border-collapse: collapse;
    border: 2px solid #c4c2c2;
}

div.DarkLoader table.container td.corner {
    width: 15px;
    height: 15px;
}

div.DarkLoader table.container .edge {
    background-color: #ededed;
}

div.DarkLoader table.container .top-right {
    background-color: #ae3333;
    color: white;
    text-align: center;
}

div.DarkLoader table.container .top-left {
    background-color: #ededed;
    color: white;
    text-align: center;
}

div.DarkLoader table.container .main-middle {
    background-color: white;
    padding: 20px;
}

div.DarkLoader table.container .main-middle .loading-msg {
    margin-top: 20px;
}

table.StickyApp {
    background-color: white;
    border-collapse: collapse;
    border: 2px solid #c4c2c2;
}

table.StickyApp .corner {
    width: 15px;
    height: 15px;
}

table.StickyApp .edge {
    background-color: #ededed;
}

table.StickyApp .top-right {
    background-color: #ae3333;
    color: white;
    text-align: center;
}

table.StickyApp .top-left {
    background-color: #ededed;
    text-align: center;
}

table.StickyApp .main-middle {
    padding: 20px;
}

/*  Bound App  */
table.BoundApp {
    background-color: white;
    border-collapse: collapse;
    border: 2px solid #c4c2c2;
}

table.BoundApp .corner {
    width: 15px;
    height: 15px;
}

table.BoundApp .edge {
    background-color: #ededed;
}

table.BoundApp .top-right {
    background-color: #ae3333;
    color: white;
    text-align: center;
}

table.BoundApp .top-left {
    background-color: #ededed;
    text-align: center;
}

table.BoundApp .main-middle {
    padding: 20px;
}

/* buttons */
div.btn20100728 {
    display: inline-block;
    line-height: 25px;
    height: 25px;
}

div.btn20100728 a {
    text-decoration: none;
}

div.btn20100728:hover {
    cursor: pointer;
}

div.btn20100728 span {
    line-height: 25px;
    height: 25px;
    display: inline-block;
}

div.btn20100728 span.left {
    width: 7px;
    background-image: url(/images/buttons/btn20100728-left.png);
    vertical-align: middle;
}

div.btn20100728 span.middle {
    background-image: url(/images/buttons/btn20100728-mid.png);
    font-size: 12px;
    color: black;
    vertical-align: middle;
    padding: 0px 5px;
    font-weight: bold;
}

div.btn20100728 span.right {
    width: 7px;
    background-image: url(/images/buttons/btn20100728-right.png);
    color: white;
    vertical-align: middle;
}


