@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /CSS RESET */
body{
 	background: url('../images/darkdenim3.png') repeat 0 0 #555;
}
.wait{
  clear: both;
}
h1{
  font-size: 20px;
  padding-bottom: 20px;
}
h2{
  font-size: 18px;
  padding-bottom: 10px;
}
h3{
  font-size: 16px;
  padding-bottom: 5px;
}
#root{
 width: 900px;
 margin: 0px auto;
 font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
 color: #4d4d4d;
}
#login{
 width: 500px;
 margin: 0px auto;
}
#login img{
  margin: 20px auto;
  display: block;
}
#login  .form{
  padding: 20px;
  border-left: 1px solid #d2d3d6;
  border-right: 1px solid #d2d3d6;
  border-bottom: 1px solid #d2d3d6;
  background-color: #fff;
  border-top: 2px solid #4f8edc;

}
.form label{
  margin-bottom: 5px;
  display: block;
}
.form input{
  height: 34px;
  padding: 0px 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4d4d4d;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d2d3d6;
  border-radius: 2px;
  display: block;
  width: 96%;
  margin-bottom: 15px;
}
.form input.checkbox{
  width: 20px;
  height:20px
}
.form textarea{
  width: 96%;
  height: 130px;
  padding: 0px 9px;
  font-size: 14px;
  color: #4d4d4d;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d2d3d6;
  border-radius: 2px;
  display: block;
  margin-bottom: 15px;  
}
.form select{
  width: 98%;
  height: 34px;
  padding: 0px 9px;
  font-size: 14px;
  color: #4d4d4d;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d2d3d6;
  border-radius: 2px;
  display: block;
  margin-bottom: 15px;  
}
.form input.button{
  color: #ffffff;
  background-color: #2d78d5;
  border-color: #276ec6;
  width: 100%;       
  cursor: pointer;
}  
input.radio{
  height: 10px;
}
#header{
  height: 100px;
  border-left: 1px solid #d2d3d6;
  border-right: 1px solid #d2d3d6;
  background-color: #fff;
  border-top: 2px solid #4f8edc;  
  margin-top: 10px;
  padding: 0px 20px;  
}
#header img{
  float: left;
  margin-top: 10px;
  width:150px;
}
#header a{
  display: block;
  float: right;
  padding: 10px 10px;
  margin: 0px 10px;
  margin-top: 24px;
  color: #4d4d4d;
  font-size: 14px;
  text-decoration: none;
}
#header a:hover, #header a.active{
  border-bottom: 2px solid #d2d3d6;
}
#content{
  border-left: 1px solid #d2d3d6;
  border-right: 1px solid #d2d3d6;
  border-bottom: 1px solid #d2d3d6;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.table{

}
.table .row, .table .title{
  clear: both;
}
.table .row:hover .col{
  background: #cccccc;
}
.table .title .col{
  font-weight: bold;
}
.table .col{
  float: left;
  padding: 10px 10px;
  border-bottom: 1px solid #cccccc;
  width: 120px;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  
}