﻿/*
This style sheet sets the myjaxos basic application - 2008

*/

* {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000033;
}

body {
	height: 100%;
}

p, li  { 
	font-size: 12px;
}

h2, h3, h4, h5, h6 { 
	font-size: 11px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #12490D;
}

.textblock{
	padding-bottom:10;
}

.input_vsmall{
	width: 50px;
}
.input_small{
	width: 125px;
}
.input_medium{
	width: 200px;
}
.input_large{
	width: 400px;
}
.input_vlarge{
	width: 500px;
}
.textarea_vsmall{
	width: 400px;
	height: 25px;
}
.textarea_small{
	width: 400px;
	height: 50px;
}
.textarea_medium{
	width: 400px;
	height: 100px;
}
.textarea_large{
	width: 400px;
	height: 200px;
}
.textarea_vlarge{
	width: 500px;
	height: 300px;
}

.input_vsmall_readonly{
	width: 50px;
	background-color: #EBEDFA;
	color: #666666;
}
.input_small_readonly{
	width: 125px;
	background-color: #EBEDFA;
	color: #666666;
}
.input_medium_readonly{
	width: 200px;
	background-color: #EBEDFA;
	color: #666666;
}
.input_large_readonly{
	width: 400px;
	background-color: #EBEDFA;
	color: #666666;
}
.input_vlarge_readonly{
	width: 500px;
	background-color: #EBEDFA;
	color: #666666;
}
.textarea_vsmall_readonly{
	width: 400px;
	height: 25px;
	background-color: #EBEDFA;
	color: #666666;
}
.textarea_small_readonly{
	width: 400px;
	height: 50px;
	background-color: #EBEDFA;
	color: #666666;
}
.textarea_medium_readonly{
	width: 400px;
	height: 100px;
	background-color: #EBEDFA;
	color: #666666;
}
.textarea_large_readonly{
	width: 400px;
	height: 200px;
	background-color: #EBEDFA;
	color: #666666;
}
.textarea_vlarge_readonly{
	width: 500px;
	height: 300px;
	background-color: #EBEDFA;
	color: #666666;
}


.list{
	padding:10px;
}
.list_record {
	padding-top: 5px;
	padding-bottom: 5px;
}
.list_title {
	width: 400px;
	line-height: 25px;
}
.list_title a{
	color: #12490D;
	font-size: 14px;
}
.list_icon{
	width:35px;
	float:left;
}
.list_icon .icon{
	height:25px;
}
.list_button{
	float:right;
	margin-right:10px;
}
.list_summary{
	width: 80%;
	padding-left: 37px;	
}

#edit{
	padding:10px;
}
#edit label {
	width: 100px;
	vertical-align: top;
	padding-top:3px;
	display:block;
	float:left;
}
.element_container{
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
}
.element_description{
	font-size: 10px;
	font-style: italic;
	color: #333399;
	text-decoration: none;
	width: 380px;
	margin-left: 110px;
}

#hub{
	padding:10px;
}

#hub h2{
	font-size: 12px;
	color: #006633;
}

#hub label{
	width: 50px;
	vertical-align: top;
	display:block;
	float:left;
	font-size: 10px;
	color: #006633;
}

#hub .attribute_container{
	clear:both;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}

