
body{
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #E7E7E2;
	margin: 0;
	padding: 0;
	color: #666666;
}

#wrapper{
	border-color:#CCCCCC #BBBBBB #BBBBBB #CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin:15px;
	padding:20px;
	background:url(../images/header_bg.jpg) repeat-x #FFF;
}


/*table header*/
table,
table th, 
table tr, 
table td {
	padding:5px;
	text-align:left;
	border-collapse:collapse;
}
th {
	border-top: #D0D0D0 solid thin;
	border-bottom: #D0D0D0 solid thin;
	border-left: none;
	border-right: none;
	font-size:12px;
	background:#666;
	color:#FFF;
}

td {
	/*border-bottom: #D0D0D0 solid thin;
	border-left: none;
	border-right: none;*/
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
#box tr {
	border-bottom: #D0D0D0 solid thin;
}



a:link,
a:visited{
	color:#0066FF;
	text-decoration: underline;
}

h1{
	font-size:30px;
	margin:20px 0 50px 0px;
	padding:7px 0 7px 0;
	border-bottom:1px dotted #333;
	color:#999;
}

h2,
h3{
	margin:10px 0 7px 0;
	padding:4px;
}

h2{
	font-size:18px;
}

h2 span{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#fff;
	border:1px #ddd solid;
	color:#666;
	padding:8px;
	margin-top: 25px;
	margin-bottom: 25px
}

h3{
	font-size:16px;
}
fieldset { 
	border:1px solid #CCC;
	padding:20px 10px 10px 20px;
	margin:10px 0 20px 0;
	width:650px;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #CCC;
  color:#01476a;
  font-size:1.4em;
  text-align:right;
  }
  
.tbl td{
	border:1px solid #CCC;
}

input, textarea, select {
	border:1px solid #CECECE;
	color:#0052A4;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-top:8px;
	padding:7px;
	width:auto;
	font-size:1.2em;
}
select {
	cursor:pointer;
}

.input{
	font-family:inherit;
	font-size:inherit;
	border:1px solid #CCC;
	padding:5px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	font-weight:bold;
}
input:focus {
	border-color: #0CC;
}
#loggedin{
	position:absolute;
	top:15px;
	right:15px;
	text-align:right; 
	padding:20px; 
	background-color: #E7E7E2;
	border-left:2px solid #BBBBBB;
	border-bottom:1px solid #CCCCCC;
	-moz-border-radius-bottomleft:5px;
}


br.clear{
	clear:both;
	visibility:hidden;
	height:0;
	padding:0;
	margin:0;
	line-height:0;
}

.box{
	padding:5px;
	margin:5px;
	border:1px solid #EFEFEF;
}

.templates .selected{
	border:3px solid #CCCCCC !important;
}

.templates .template{
	border:3px solid #FFFFFF;
	float:left; width:100px; 
	height:120px; 
	margin:5px; text-align:center;
	background-color:#EFEFEF;
	cursor:pointer;
}


#menu{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 0px;
	padding:10px;
}
#menu a{
	text-decoration:none;
	
}
#menu a:hover{
	border-bottom:3px solid #09F;
	
}
.action_button{
	background:url(../images/button1.png) left no-repeat;
	width:135px;
	padding:5px 0px 8px 0px;
	height:44px;
	text-align:center;
	border:0px;
	margin:0px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.action_button:hover{
	background: url(../images/button1_up.png) left no-repeat;
}

.action_button a:hover{
	color:#fda203;
}

table.standard {
  margin: 1em 1em 1em 0;
  background: #fff;
  border-collapse: collapse;
}
table.standard tr:hover {
   background: #EEE !important;
}
table.standard th, table.standard td {
  padding: 5px;
}
