/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 188px;
	border: 1px solid #DADADA;
}

.submit1 {
	width: 58px;
	height: 19px;
	border: 1px solid #FFFFFF;
	background: #70998D url(http://www.opswise.com/common/images/homepage05.gif) repeat-x left bottom;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	padding-left: 16px;
	background: url(http://www.opswise.com/common/images/homepage11.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 11px;
	color: #202020;
}

.text2 {
	font-size: 11px;
	color: #2F2F2F;
}

.text3 {
	text-align: center;
	color: #ABABAB;
}

/** LINKS */

a {
	color: #004466;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(http://www.opswise.com/common/images/homepage02.jpg) repeat-x left bottom; }
.bg2  { background: #FFFFFF url(http://www.opswise.com/common/images/homepage03.gif) repeat-x 0px 101px; }
.bg3  { background: url(http://www.opswise.com/common/images/homepage04.jpg) no-repeat left top; }
.bg4  { background: url(http://www.opswise.com/common/images/homepage10.gif) repeat-x left top; }
.bg5  { padding-bottom: 30px; background: url(http://www.opswise.com/common/images/homepage12.gif) no-repeat left bottom; }
.bg6  { background: url(http://www.opswise.com/common/images/homepage09.gif) repeat-x left top; }
.bg7  { padding-bottom: 30px; background: url(http://www.opswise.com/common/images/homepage16.gif) no-repeat left bottom; }
.bg8  { background: url(http://www.opswise.com/common/images/homepage17.gif) no-repeat left top; }
.bg9  { background: url(http://www.opswise.com/common/images/homepage18.gif) repeat-y left top; }
.bg10 { background: url(http://www.opswise.com/common/images/homepage19.gif) no-repeat left bottom; }
.bg11 { background: url(http://www.opswise.com/common/images/homepage23.gif) repeat-x left top; }
.bg12 { padding-bottom: 30px; background: url(http://www.opswise.com/common/images/subpage1_03.gif) no-repeat left bottom; }
.bg13 { padding-bottom: 30px; background: url(http://www.opswise.com/common/images/subpage2_01.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px 0px 15px 0px;
	background: url(http://www.opswise.com/common/images/homepage09.gif) repeat-x left top;
}
#domticker{
width: 200px;
height: 100px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFCA;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 630px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ color: #34454D;
}

img.righty { float : right; clear : none; margin-left : 10px; } 
img.lefty { float : left; clear : none; margin-right : 5px; }

.shadedblock {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 10px 10px 10px;
border: 1px solid #ccc;
background: #f6fdff;
}

.shadedblock2 {
margin-top: 10px;
padding: 10px 10px 10px 10px;
border: 1px solid #ccc;
background: #ffffff;
}

.shadedblock3 {
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
padding: 10px 10px 10px 10px;
border: 1px solid #F4F4EA;
}
.center {text-align:center;}
.middle {vertical-align:middle;}
.top {vertical-align:top;}


