@charset "utf-8";
/* CSS Document */
/**
* Custom CSS
*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	background-image: url(../../../images/background/); 
	margin: 0 0 0 0;
	padding: 0;
	color: #000000;
}
a:link, a:active, a:visited { 
	text-decoration: none;
	color: #000000; 
}
a:hover { 
	text-decoration: underline;
	color: #006600; 
}
tr.row-pin {
	background-color: #EDFEF9;
}
tr.row-swap-1 {
	background-color: #F9F9F9;
}
tr.row-swap-2 {
	background-color: #F0F0F0;
}

/**
* Form
*/
.input {
    border: 2px solid #CCCCCC;
    background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	padding: 2px;
}
.input:hover {
    border: 2px solid #CCCCCC;
    background: #F9F9F9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	padding: 2px;
}
.textarea {
    border: 2px solid #CCCCCC;
    background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.textarea:hover {
    border: 2px solid #CCCCCC;
    background: #F9F9F9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
    border: 1px solid #666666;
    background: #CCCCCC;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}
.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn * {
	font-style: normal;
	background-image: url(../../../images/button.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
* html .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.btn.blue {
	background: #2ae;
}
.btn.green {
	background: #9d4;
}
.btn.pink {
	background: #e1a;
}
.btn.black {
	background: #000;
}
.btn:hover {
	background-color: #a00;
	color: #FFFFFF;
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(../../../images/shade.png);
	background-position: bottom;
}
* html .btn {
	border: 3px double #aaa;
}
* html .btn.blue {
	border-color: #2ae;
}
* html .btn.green {
	border-color: #9d4;
}
* html .btn.pink {
	border-color: #e1a;
}
* html .btn:hover {
	border-color: #a00;
}
/**
* Text
*/
.warning {
	color: #990000;
	font-weight: bold;
}
.complete {
	color: #006600;
	font-weight: bold;
}
/**
* Image
*/
.image {
	padding: 2px 2px 2px 2px;
	background-color: #CCCCCC;
}
/**
* Table
*/
table.main {background-color: #666666;}
table.main td.main {background-color: #FFFFFF;}
table.list {background-color: #CCCCCC; border: 1px solid #FFFFFF; font-family: Tahoma, Arial, Helvetica; font-size: 12px; width: 100%; margin-bottom:5px}
table.list tr.rowset td {background-color: #F9F9F9; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #F9F9F9}
table.list tr.heading td {background: url(images/tblheader.gif); height: 18px; text-align: center; vertical-align: middle; border-right-width: 0px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #F9F9F9; color: #FFFFFF}
td.hover {background-color: #F0F0F0;}
td.unhover {background-color: #FFFFFF;}
select{
    padding:3px;
}