/* CSS Document */

/*
@creation-date - 4-6-07
@description - Styles for custom content blocks (e.g. contact form)
*/

/*
Contact form
*/

.dwuser-form 
{

}
.dwuser-form fieldset {
	padding: 1em;
	border: 1px solid #C5C5C5;
}

.dwuser-form span { /*input holders*/
	display: block;
	margin-bottom: 1em;
}
.dwuser-form .single-row span { /*error text*/
	display: inline;
}
.dwuser-form .single-row label 
{
	margin-right: 1em;
}
.dwuser-form .double-row * 
{
	display: block;
}

.dwuser-form input, .dwuser-form textarea
{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/****************/

#signup-login-holder
{
	
}

#signup-login-holder fieldset
{
	padding: 1em 3em 1em 1em;
}

#signup-login-holder legend
{
	font-weight: bold;
}

#signup-form, #login-form 
{
	float: left;
	width: auto;
	margin: 0 1em 0 1em;
}

#signup-login-holder div br
{
	display: none;
}


#signup-login-holder form label, #signup-login-holder form .form-button
{
	display: block;
	margin: 1em 0 0.2em 0;
}


/****** Update profile form **********/


#profile-form fieldset
{
	padding: 1em;
}

#profile-form legend
{
	font-weight: bold;
}

#profile-form br
{
	display: none;
}


#profile-form form label, #profile-form form .form-button
{
	display: block;
	margin: 1em 0 0.2em 0;
}


/**** Profile tables *****/

tr.tableheader td, tr.tableheader th
{
	font-weight: bold;
}

#download-table img
{
	border: 1px solid #CCC;
}


/******** Code styles ********/

.code {
	background-color: #DDD;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}
.codeblock {
	background-color: #E4E4E4;
	padding: 5px;
	border: 1px solid #666;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}
.greencode {color: #007700;}
.yellowcode {color: #FF8000;}
.bluecode {color: #0000BB;}
.darkbluecode {color: #003399;}
.redcode {color: #DD0000;}
.browncode {color: #69442E}
.style2 {color: #DD0000; font-weight: bold; }



/********** Teaser - for use with 85 x 72 thumbs ************/


ul.teaser {
	margin: 0;
	padding: 0;
}
.teaser li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0;
	/*border: 1px solid #CCC;
	background-color: #ECEEF2;*/
}
.teaser img, .teaser .icon {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
}
.teaser img.noticon {
	float: none;
	margin: 0;
}
.teaser h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 105px;
	font-size: 1.2em;
}
.teaser p {
	margin: 5px 10px 0 105px;
	color: #666666;
}
.teaser .price {
	font-weight: bold;
	/*margin: 5px 0;*/
	line-height: 300%;
	display: block;
}
.teaser .price .free {
	color: #6C9100;
}
.teaser .moreinfo {
	line-height: 300%;
	display: block;
}


/********** Box Teaser ************/


ul.box-teaser {
	margin: 0;
	padding: 0;
}
.box-teaser li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 46%;
	margin: 10px;
	padding: 0;
	border: 1px solid #CCC;
	overflow: hidden;
	/*background-color: #ECEEF2;*/
}
.box-teaser img, .box-teaser .icon {
	margin: 10px;
	overflow: hidden;
	/*border: 1px solid #CCC;*/
}
.box-teaser img.noticon {
	float: none;
	margin: 0;
}
.box-teaser h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	font-size: 1.2em;
}
.box-teaser p {
	margin: 5px 10px 0 10px;
	color: #666666;
}
.box-teaser .price {
	font-weight: bold;
	/*margin: 5px 0;*/
	line-height: 300%;
	display: block;
}
.box-teaser .price .free {
	color: #6C9100;
}
.box-teaser .moreinfo {
	line-height: 300%;
	display: block;
}