/* main elements */

@charset "UTF-8";

* {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-style: normal;
 font-size: 11px;
 text-decoration: none;
 color: #555;
 background: transparent;
 }

a {
 color: rgb(90,90,180) ;
 outline:none;
 }

a:hover {
 color: rgb(120,120,240) ;
 text-decoration: underline;
 } 
 
 
 
body,div,td {
	text-align: left;
	line-height: 18px;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","�ｽq�ｽ�ｽ�ｽM�ｽm�ｽp�ｽS Pro W3","�ｽ�ｽ�ｽC�ｽ�ｽ�ｽI",Meiryo,"�ｽl�ｽr �ｽo�ｽS�ｽV�ｽb�ｽN",sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #fff;
	text-align: center;
	background: transparent url(../images/bg1.gif) repeat-y center;
}

#header {
	height:100px;
	margin: 0 0 10px;
	padding: 0;
	background:#FFF url(../images/header_bg.jpg) no-repeat center;
	color: #fff;
	vertical-align:middle;
}

#wrapper {
	width:900px;
	min-width: 900px;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	
	overflow:hidden;
	display:block;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
}

#menu {
    background: #eee;
  	position:relative;
  	float:left;  	
  	left:0px;
  	width:260px;
  	margin-right:10px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #fff;
	background: #3d93cf;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #666666;
	background: #efefef;
	text-decoration: none;
	padding: 2px 15px;
}

#menu a:hover {
	color: #3d93cf;
	background: #fff;
}

#footer {
	background:#fff;
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
}

#footer .new {
	float:left;
}



#footer a:link {color: #7db223;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:160px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

input {
	height:20px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:170px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

h1,h2,h3 {
	font-weight:bold;
	text-align: center;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding-top:34px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	 color: #666;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#666;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 110px;
}

a {
	text-decoration: underline;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: #7db223;
}

a:hover {
	color: #456314;
}

a:active {
	color: #7db223;
}

a:visited {
	color: #7db223;
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	/*font-size: 0.9em;*/
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	/*font-style: italic;*/
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	margin-left: 5px;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitTextArea {
    min-height:5.5em !important;
    max-height:22em !important;
    overflow-y: auto !important;
    max-width: 200px;
    width: 17em;
}

.RichTextEditable{
    min-height:18em !important;
    max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

.centered {
	text-align: center;
}

select.serial-select {
	width: 400px;
}

#_serialNumbers_id {
	width: 400px;
}

#_clientSerialNumbers_id {
    width: 400px;
}

.dijitTextBox {
	width: 17em;
}

select {
	width: 208px;
	padding: 3px;
}

