/* project: internet services template
   author: luka cvrk (www.solucija.com) */


/* default styles
   -------------- */

@media print {
	* {
		font-family:  "MS Mincho", serif !important;
	}
	.actions{
		display:none;
	}
	.navi{
		display:none;
	}
	
	*.noprint{
		display:none;
	}

	.header {
		display:none;
	}
	
	.bar {
		display:none;
	}
	
	.footer {
		display:none;
	}
	
	a {
		text-decoration:none;
		color:black !important;
	}
	
	th {
		background-color:white !important;
		border: 1px solid #666 !important;
	}
	td {
		background-color:white !important;
		border: 1px solid #ccc !important;
	}
	
	input[type=submit] { 
		display:none;
	}
	
	table.tablesorter thead tr th {
	  display: table-cell !important;
	}
	
	table.tablesorter thead tr th.actions {
	  display: none !important;
	}
}

body {
	padding: 0;
	margin: 0;
	font: 0.8em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h2 input{
	font-size:0.9em;
	font-weight:bold;
	width:6em;
}
p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

form div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
}

input.search_s {
	width: 292px;
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
}

input.submit_s {
	background: #E0691A url(images/submit.gif) no-repeat;
	border: 0;
	padding: 2px 0;
	width: 65px;
	margin: 2 1px 4px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login {
	width: 150px;
	border: none;

	padding: 4px;
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	min-width: 800px;
	padding: 10px;
}

.header {
	height: 40px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: auto 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	margin: 0 0 0 0px;
	background: #FF9148;
}

	.bar li {
		margin: 0;
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left;
	}

	.bar li.active {
		background: #E0691A url(images/bar.gif) no-repeat center top;
		color: #fff;
		font-weight: bold;
		padding: 7px 10px 6px 10px;
	}

	.bar li a {
		font-weight: bold;
		color: #FFF;
		background: inherit;
		text-decoration: none;
	}

	.bar li a:hover {
		color: #E0691A;
		background: inherit;
	}

.search_field_s {
	background: #fff url(images/searchbg.gif) no-repeat right;
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}


.search_form_s { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	/*width: 65%;*/
	width: 100%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 1em 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}

	.left_side a, .right_side a { color: #414141; background: #FFF; }

	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}

	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }


/* right side
   ---------- */

.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;
		margin: 0 0 3px 0;
	}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

/* tables */

table {
  border: 1px solid #003d4c;
  color:#333;
  background-color: #fff;
  /*clear:both;*/
  padding: 0;
  margin: 0 0 0.5em 0;
  white-space: normal;
  border-collapse:collapse;
}

th {
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:1px;
  font-size:95%;
  font-weight:normal;
  white-space: nowrap;
}
table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  text-align: right;
  white-space: nowrap;
}
table.text td {
  text-align:left;
}
table.text td.number {
	text-align:right;
}
.number *{
	text-align:right;
}
*.number {
	text-align:right;
}
td.akaji{
	color:red;
}
table tr.altrow td {
  background: #f6ffff;
}
table tr.holidayRow td {
  background: #ddd;
}
table tr.deletedRow td {
  background: #eeeeee !important;
  color: #666;
  /*text-decoration:line-through;*/
  font-style:oblique;
}

tr.red td{
	background-color:#ffbbbb;
}
tr.altrowred td{
	background-color:#ffa3a3;
}

td.red{
	background-color:#fff6f6;
}
.altrow td.red{
	background-color:#ffeeee;
}

td.orange{
	background-color:#fff6ee;
}
.altrow td.orange{
	background-color:#ffeedd;
}

td.blue{
	background-color:#eeffff;
}
.altrow td.blue{
	background-color:#ddffff;
}

td.yellow{
	background-color:#ffffee;
}
.altrow td.yellow{
	background-color:#ffffdd;
}

tr.green td{
	background-color:#ddffdd !important;;
}

tr.total td{
	font-weight:bold;
}

td.total{
	font-weight:bold;
}


#flashMessage {
	font-size:120%;
	font-weight:bold;
	background-color:#ffc;
	border:1px solid #fee;
	padding:0.2em;
}


td.text{
	text-align:left;
}

div.ranking{
	float:left;
	padding:0.5em;
}

div.rankingEach{
	float:left;
	padding:0.5em;
	min-height:60em;
}

div.rankingform{
	clear:both;
	background-color:#eee;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

input.hidden{
	display:none;
}
span.koteihi{
	background: #f1ffff;
	border:1px solid gray;
}
