/*
-----------------------------------------------
DIB main screen style
author:   Jason Schmidt
version:  25 Aug 2008
----------------------------------------------- */
 
body {
font-family: helvetica, sans-serif;
font-size: 13px;
line-height: 19px;
background-color: #eee;
}

body.internal {
background: url(../images/flower_bg.jpg) no-repeat;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #333; 
	}
	
a:hover.homepage {
	font-size:100%;
	font-weight: bold;
}
	
a:link.product, a:visited.product {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover.product {
	color: #990000;
	text-decoration: underline;
}
	
img  {
	border: 0px; 
}

h3  {
	color: #666; 
}

ul li {
	display: block;
	padding: 1px 10px 1px 20px;
	text-decoration: none;
	color: #000;
	background: url(../images/arrow-sm.gif) no-repeat 8px 7px;
}

a:link.homepage, a:visited.homepage {
	padding: 1px 10px 1px 20px;
	text-decoration: none;
	color: #000;
	background: url(../images/arrow-sm.gif) no-repeat 8px 7px;
}

a:hover.homepage {
	color: #990000;
	text-decoration: underline;
}

#green {
	color: #009900;
}

#site {
	margin-left:20px;
	margin-top:40px;
}

#logo {
	margin-bottom:10px;
}

#righttop {
	position: absolute; 
	right: 50px; 
	top: 50px; 
	color:#990000; 
	font-size:150%;
}

#tagline {
	font-weight: bold; 
	margin-left: 2px;
	background:#eee;
	padding:6px;
	margin-right:20px;
}



#content {
	margin-left:138px;
	margin-bottom:40px;
	width: 642px;
	font-family: helvetica, sans-serif;
	line-height: 22px;
	font-size:110%;
}

#breadcrumbs {
	font-weight: bold;
	color:#ccc;
	font-size: 100%;
	margin-left: 20px;
	margin-bottom: 1px;
}

#contentheader {
	font-weight: bold;
	color:#990000;
	font-size: 180%;
	margin-left: 20px;
	margin-bottom: 30px;
}

#contentheader-sub {
	font-size:66%;
	font-family:helvetica,sans-serif;
	color: #000; 
	font-weight:normal; 
	margin-top:5px;
}

#navinternal {
	position: absolute;
	width: 125px;
	top: 200px;
	left: 30px;
	line-height: 14px;
}

#errors {
	width: 615px;
	font-size: 110%;
	font-family: arial, sans-serif; 
	color: #cc0000;
	padding: 4px;
	margin-left: 20px;
	border: 1px solid #cc0000;
	line-height: 18px;
}

#info {
	position: absolute;
	width: 115px;
	top: 220px;
	left: 30px;
	font-size: 60%;
	color: #666;
	padding: 4px;
	border: 1px solid #666;
	line-height: 18px;
	text-indent: 0px
}

#active {
	color:#990000;
	font-weight:bold;
	font-style:italic;
	margin-left:20px;
}

.activePage { 
	color: #990000;
	font-weight:bold;
	font-style:italic;	
	margin-left:20px;
}

#footer {
	position: relative; 
	bottom: 10px; 
	margin-left: 2px;
	background:#eee;
	padding:6px;
	margin-right:20px;
}

#footerinternal {
	position: relative; 
	bottom: 10px; 
	margin-left: 2px;
	background:#eee;
	padding:6px;
	margin-right:20px;
}

#ver {
	margin-top: 40px;
	margin-left: 8px;
	font-family: helvetica, sans-serif; 
	font-size:150%;
	margin-bottom:15px;
	font-weight:bold;
	letter-spacing:-1px;
}

/*2-col layout*/

#col1 { 
	float: left; 
	width: 200px; 
	padding: 6px; 
	margin: 0px 0 10px 5px; 
	border: 1px solid #cccc33; 
	position: relative;
	z-index: 0;
}

#col2 { 
	margin:10px 0 10px 290px; 
	width: 200px;
	padding: 6px; 
	border: 1px solid #cccc33;
}

#chooseTemplate {
	float:bottom; 
	background:#cccc33; 
	height:25px; 
	text-align:center;
	font-weight: bold;
}

#previewTemplate {
	float:bottom; 
	background:#cccc99; 
	height:25px; 
	margin-top:4px; 
	text-align:center;
}

.preview_btn {
	position:relative;
	top:-124px;
	left:187px;
	z-index:80;
	margin-bottom:-26px;
}




/*login*/
input#log_username, input#log_password, input#log_submit {
	font-size: 130%;
}

input {
	font-size: 10px;
}

#login {
	margin: 15px;
	padding: 1.5em;
	text-align: center;
}

input#log_username, input#log_password, input#log_submit {
	font-size: 130%;
	width: 95%;
}

input#log_submit {
	font-size: 130%;
	width: 50%;
	margin: 5px 0;
	}

#submit {
	text-align:center;
}

#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

.loginsubmit input, .submit input:focus, .button {
	background: url('../images/btn-fade.png');
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.loginsubmit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

#login input {
	padding: 3px;
}

#offerbox1 {
	float:left;
	width:150px;
	height:100px;
	border:1px solid #000;
	margin:5px;
}

#offerbox2 {
	float:left;
	width:180px;
	height:120px;
	border:1px solid #000;
	margin:5px;
}

#offerbox3 {
	float:left;
	width:220px;
	height:155px;
	border:1px solid #000;
	margin:5px;
}

#altlink {
	color:#006633;
}

#textbox {
	font-size:22px;
	background:#eee;
}

#bigtype {
	font-size:22px;
}

#mediumtype {
	font-size:18px;
	line-height: 22px;
}

#textboxerror {
	font-size:22px;
	background:#eee;
	border: 2px solid #ff0000;
}

div.footer {
	position:relative;
	top:1%;
	text-align:center;
}

.servicevar {
	font-weight: bold;
	font-style: italic;
	color: #666;
}

/*web services code example*/

.example {
	background-color: #eee;
	border: 1px solid #666;
	width: 625px;
	height: 45px;
	padding: 6px;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	white-space: nowrap;
	}

	
/*tables*/
	
.odd {
	background-color: #fff;
	padding: 4px;
	font-size: 13px;
}

.even {
	background-color: #eee;
	padding: 4px;
	font-size: 13px;
}


/*login*/
