/* dejanc@gmail.com */

body {
background:url(../images/layout/body.gif) #f6f6f6;
}
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}
th.headerSortDown span { 
    background: url(../images/layout/desc-trans.png) right no-repeat; 
	display:block;
} 

th.headerSortUp span { 
    background: url(../images/layout/asc-trans.png) right no-repeat; 
	display:block; 
}

#wrap {
/*** width:980px;*/
margin:0 auto;
background:url(../images/layout/wrap-trans.png);
padding:20px 0;
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}

.content {
background:#fff;
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
box-shadow:0px 1px 2px rgba(0,0,0,0.2);
}

table .content {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

.sectionheading {
padding:30px;
background:url(../images/layout/sectionheading.png) bottom repeat-x;
margin-bottom:0;
text-shadow:1px 1px #fff;
}

.sectionheading span {
font-size:70%;
}

input.text {
background:url(../images/layout/input-trans.png);
padding:13px;
font-size:120%;
width:224px;
border:none;
}
input.text-samll {
background:url(../images/layout/input-trans.png);
padding:13px;
font-size:120%;
width:103px;
border:none;
}

form div.formrow {
padding:10px 0;
border-bottom:1px dotted #eee;
}

.sectioncontent {
padding:30px;
background:url(../images/layout/sectioncontent.png) bottom repeat-x;
margin-bottom:-4px;
}

.sectioncontentfinal {
padding:40px 50px;
background:none;
}

form .final {
margin-bottom:10px;
}

table {
border-top:1px solid #eee;
border-left:1px solid #eee;
}

table td, table th {
border-right:1px solid #eee;
border-bottom:1px solid #eee;
padding:10px;
}

table th {
border-bottom:none;
background:url(../images/layout/sectionheading.png) bottom repeat-x;
padding-bottom:14px;
}

table tr.even td {
background:#fcfcfc;
}

#overview {
width:300px;
margin:0 auto;
height:50px;
}

.hint {
padding:20px 0 0 0;
color:#999;
text-align:center;
/*font-family:Georgia, "Times New Roman", Times, serif; */
font-style:normal;
font-weight:normal;
}

label {
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-style:normal;
color:#999;
font-weight:normal;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #eaeaea;
	border-left: none;
	margin-bottom: -1px;
	background: url(../images/layout/boxhead.png);
	overflow: hidden;
	position: relative;
	font-size:12px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover {
	background: #f6f6f6;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #eaeaea;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow:1px 1px #fff;
	-webkit-box-shadow:1px 1px #fff;
	box-shadow:1px 1px #fff;
	margin-bottom:20px;
}
.tab_content {
	padding: 20px;
	
}

.link a, input[type=submit], input[type=button] {
padding:8px 22px;
background:#7E2831;
color:#fff;
font-weight:bold;
text-decoration:none;

border-bottom:1px solid rgba(0, 0, 0, 0.5);
background-image: -moz-linear-gradient(top, #7E2831, #5c0620); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7E2831),color-stop(1, #5c0620)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7E2831', EndColorStr='#5c0620'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7E2831', EndColorStr='#5c0620')"; /* IE8 */
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
cursor:pointer;
border-top:none;
border-right:none;
border-left:none;
font-family:Arial, Helvetica, sans-serif;
font-size:inherit;
}

.link a:hover, input[type=submit]:hover {

background-image: -moz-linear-gradient(top, #9f4a43, #5c0620); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9f4a43),color-stop(1, #5c0620)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f4a43', EndColorStr='#5c0620'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f4a43', EndColorStr='#5c0620')"; /* IE8 */

}

.link a:active, input[type=submit]:active {
position:relative;
top:1px;
}

textarea {
border:1px solid #ccc;
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}

.sidebarbox {
padding:5px;
background:rgba(0,0,0,0.03);
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
margin-bottom:10px;
}

.sidebarheader {
background:url(../images/layout/sidebarheader.png) bottom repeat-x #fff;
border:1px solid #DFDFDF;
}

.sidebarcontent {
background:#F5F5F5;
border:1px solid #fff;
border-top:2px solid #eee;
padding:15px 20px 5px 20px;
-moz-border-radius-bottomright:1px;
-moz-border-radius-bottomleft:1px;
-webkit-border-bottom-right-radius:1px;
-webkit-border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
border-bottom-left-radius:1px;
}

.sidebarcontent ul, .sidebarcontent li {
margin:0;
}

.sidebarcontent li {
list-style:none;
text-shadow:1px 1px #fff;
margin-bottom:10px;
}

.sidebarheader a {
display:block;
padding:14px 20px;
color:#666;
font-weight:bold;
font-size:130%;
text-shadow:1px 1px #fff;
background:url(../images/layout/arrow-trans.png) 176px 16px no-repeat;
}

.sidebarheader a:hover {
color:#333;
}

* {
outline:none;
}

#header {
text-align:right;
padding:10px;
height:70px;
}

.fleft {
float:left;
text-align:left;
text-shadow:1px 1px #fff;
}

#header .fleft h1 {
clear:none;
margin-right:10px;
}

#header .fleft em, #header .fleft strong {
line-height:32px;
color:#333;
}

#header .fleft em {
/*font-family:Georgia, "Times New Roman", Times, serif;*/
color:#999;
}
	
#header ul {
margin:0;
padding:0;
}

#header ul li {
margin:0 0 0 20px;
padding:0;
list-style:none;
display:inline;
line-height:22px;
}

#header ul li a {
font-weight:bold;
padding:10px 0px 10px 10px;
}

#header ul li.inbox a {
background:url(../images/icons/inbox-trans.png) left no-repeat;
padding-left:35px;
}

#header ul li.profile a {
background:url(../images/icons/profile-trans.png) left no-repeat;
padding-left:35px;
}

#header ul li.setting a {
background:url(../images/icons/setting-icon.png) left no-repeat;
padding-left:35px;
}

#header ul li.logout a {
background:url(../images/icons/logout-trans.png) left no-repeat;
}

.footer {
clear:both;
padding:10px;
}

.footer img {
float:right;
}

#subjectContent {
	width:100%;
	height: 30px;
}
#qc {
	width:100%;
	height: 30px;
}
input#dir {
	width: 360px;
}

/* PAGINATION */

.paginateButtons {
	display:block;
	text-align:left;
	height:32px;
	line-height:21px;
	clear:both;
	padding-top:13px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;*/
}

.paginateButtons .toPage {
	padding-left:15px;
}

.paginateButtons a:link, .paginateButtons a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#2989A4;
	width:22px;
	font-weight:normal;
}

.paginateButtons a:hover {
	background-color:#e3f9ff;
	border:1px solid #2989A4;
	/*color:#0072BC;*/
}

.paginateButtons .active {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	/*color:#0072BC;*/
	cursor:default;
}

.paginateButtons .step {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

.paginateButtons .currentStep {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
