/*****************************************************************************************
HTML
*****************************************************************************************/

*
{
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

html, body
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 150%;
	height: 100%;
	min-width: 780px;
}

fieldset, img
{
	border-width: 0;
}

input, select, textarea
{
	outline: none;
}


/*****************************************************************************************
Header
*****************************************************************************************/

#header
{
	position: relative;
	left: 0;
	top: 0;

	background: #8DBA33 url(/img/header.png) left bottom;
	color: #FFFFFF;
}

#header #logo
{
	position: absolute;
	top: 55px;
	left: 25px;

	z-index: 2;
}

#header #logo a:focus
{
	outline: 0;
}

#header #menu1,
#header #menu2
{
	position: relative;
	left: 0;
	top: 0;

	background-color: #6EA734;
	width: 100%;
}

#header ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 25px;
}

#header ul li
{
	float: left;
}

#header ul li a
{
	background: transparent url(/img/arrow.png) 0 10px no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 1.5em;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}

#header ul li a:hover
{
	color: #C6DDA6;
}

#header #menu2 ul li.last a,
#header #menu2 ul li.last span
{
	margin-right: 3em;
}

#header #languages
{
	position: absolute;
	right: 0;
	top: 0;

	display: block;
	font-size: 13px;
	padding: 5px 25px;
}

#header #languages a
{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

#header #languages a:hover
{
	color: #C6DDA6;
}

#header #user
{
	position: absolute;
	bottom: 0;
	right: 0;

	display: block;
	padding: 5px 25px;
}


#header #search
{
	position: relative;
	left: 0;
	top: 0;

	padding: 25px 25px 25px 250px;
	z-index: 1;
}

#header form
{
	position: relative;
	left: 0;
	top: 0;

	width: 100%;
}

#header form fieldset
{
	position: relative;
	left: 0;
	top: 0;

	float: right;
}

#header form fieldset#fieldsetSize,
#header form fieldset#fieldsetOrientation,
#header form fieldset#fieldsetLicence
{
	margin-right: 1.5em;
}

#header form fieldset input
{
	vertical-align: middle;
}

#header form fieldset label
{
	color: #224400;
	vertical-align: middle;
	white-space: nowrap;
}

#header form fieldset#fieldsetSize input,
#header form fieldset#fieldsetOrientation input,
#header form fieldset#fieldsetLicence input
{
	margin-right: 5px;
}

#header form fieldset#fieldsetQuery
{
	margin-top: 0.4em;
	white-space: nowrap;
}

#header form fieldset#fieldsetQuery input#query
{
	margin-right: 5px;
	padding: 2px;
	width: 17em;
}

#header form fieldset#fieldsetQuery input#submit
{
	padding: 1px;
	width: 6em;
}

#header .clear
{
	clear: both;
}


/*****************************************************************************************
Footer
*****************************************************************************************/

#footer
{
	position: relative;
	left: 0;
	top: 0;
}

#footer #bookmark
{
	position: absolute;
	right: 25px;
	top: 20px;
}

#footer #copyright
{
	color: #666666;
	padding: 20px 25px 30px 25px;
}

#footer a 
{
	color: #666666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


/*****************************************************************************************
Content with Sidebar
*****************************************************************************************/

#content
{
	position: relative;
	left: 0;
	top: 0;

	background: url(/img/shadow.png) repeat-x;
	min-height: 90%;
	padding: 25px 25px 35px 25px;
}

#contentMainContainer
{
	position: relative;
	left: 0;
	top: 0;

	width: 76%;
}

#contentMain
{
	position: relative;
	left: 0;
	top: 0;

	margin-right: 25px;
}

#contentMain p
{
	max-width: 800px;
}

#contentSidebarContainer
{
	float: right;
	width: 23%;
}

#contentSidebarContainer .category
{
	margin-bottom: 10px;
}

#contentSidebar
{
	border-bottom: 1px solid #666666;
}

#contentSidebar h4
{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #666666;
	padding: 6px 0;
	text-transform: uppercase;
}

#contentSidebar .category p
{
	margin: 0;
	padding: 6px 0;
}

#contentSidebar .category a
{
	color: #666666;
}

#content .clear
{
	clear: both;
}


/*****************************************************************************************
Titles and Text
*****************************************************************************************/

#content h1
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}

#content h2
{
	border-bottom: 3px dotted #999999;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-bottom: 4px;
}

#content h3
{
	color: #222222;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: 15px;
}

#content hr
{
	margin-top: 15px;
}

#content p
{
	margin-top: 15px;
}

#content p.par2
{
	margin-top: 5px;
}

#content p.news
{
	color: #222222;
	font-size: 14px;
	font-weight: bold;
}

#content p.ok
{
	border: 1px solid #009900;
	color: #009900;
	padding: 10px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content p.error
{
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 10px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content p img.iconL
{
	margin-right: 0.5em;
	margin-bottom: 2px;
	vertical-align: middle;
}

#content p img.iconR
{
	margin-left: 0.5em;
	margin-bottom: 2px;
	vertical-align: middle;
}

#content code
{
	font-family: monospace;
	font-size: 12px;
}

#content small
{
	font-size: 9px;
}

#content strong
{
	color: #222222;
	font-weight: bold;
}

#content a 
{
	color: #335599;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content .left
{
	text-align: left !important;
}

#content .center
{
	text-align: center !important;
}

#content .right
{
	text-align: right !important;
}

#content .disabled
{
	color: #999999;
}

#content .required
{
	color: #FF0000;
}

#content .logo
{
	margin-right: 5px;
}

#content .nowrap
{
	white-space: nowrap;
}


/*****************************************************************************************
Tables
*****************************************************************************************/

#content table.default
{
	border-spacing: 0;
	margin-top: 15px;
	width: 100%;
}

#content table.pricing
{
	border-spacing: 0;
	margin-top: 15px;
}

#content table.form
{
	border-spacing: 0;
	width: 100%;
}

#content table.plain
{
	border-spacing: 0;
	margin-top: 15px;
}

#content table.default th,
#content table.pricing th,
#content table.form th,
#content table.plain th
{
	color: #222222;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#content table.pricing
{
	border: 1px solid #DDDDDD;
}

#content table.pricing tr.odd
{
	background-color: #FFFFFF;
}

#content table.pricing tr.even
{
	background-color: #EEEEEE;
}

#content table.pricing th,
#content table.pricing td
{
	padding: 6px 10px;
}


#content table.default,
#content table.form
{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

#content table.default th,
#content table.form th
{
	background-color: #E4E4E4;
	color: #222222;
	font-size: 13px;
	font-weight: bold;
}

#content table.default tr,
#content table.form tr
{
	background-color: #EEEEEE;
}

#content table.default th,
#content table.default td,
#content table.form th,
#content table.form td
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px 4px;
	padding: 5px 7px;
}

#content table.plain th,
#content table.plain td
{
	border-width: 0;
	padding: 1px 15px 1px 0px;
}

#content table th img,
#content table td img
{
	vertical-align: middle;
}

#content table th img.icon,
#content table td img.icon
{
	margin-right: 4px;
}

#content table img.icon
{
	margin-bottom: 2px;
	margin-right: 0.5em;
	vertical-align: middle;
}

#content table input
{
	margin: 0;
	padding: 0;
}

#content table.form table.plain
{
	margin: 0;
}


/*****************************************************************************************
Tables: Users / Sales / Lightboxes
*****************************************************************************************/

#content table td.userKey
{
	width: 4em;
}

#content table td.userDate
{
	text-align: right;
	width: 7em;
}

#content table td.userAmount
{
	text-align: right;
	width: 5.5em;
}

#content table td.userIcons
{
	text-align: right;
	width: 40px;
}


#content table td.saleImage
{
	height: 80px;
	width: 94px;
}

#content table td.saleDate
{
	text-align: center;
	width: 7em;
}

#content table td.saleNumber
{
	text-align: center;
	width: 4em;
}

#content table td.saleState
{
	text-align: center;
	width: 5em;
}

#content table td.saleAmount
{
	text-align: right;
	width: 5em;
}

#content table td.saleIcons
{
	text-align: right;
	width: 40px;
}


#content table td.lightboxDate
{
	text-align: left;
	width: 7em;
}

#content table td.lightboxUser
{
	text-align: left;
	width: 5em;
}

#content table td.lightboxImages
{
	text-align: right;
}

#content table td.lightboxIcons
{
	text-align: right;
	width: 20px;
}

#content table th.reportDate
{
	width: 10em;
}

#content table td.reportName
{
	width: 10em;
}

#content table td.reportValue
{
	overflow: auto;
}

#content table td.reportValue div
{
	float: left;
	margin: 5px 10px 5px 0;
}


/*****************************************************************************************
Lists
*****************************************************************************************/

#content ol
{
	list-style-type: disc;
	margin: 15px 0 0 15px;
}

#content ul
{
	list-style-type: none;
	margin-top: 15px;
}

#content ul.pageSelection
{
	overflow: auto;
	width: 100%;
}

#content ul.pageSelection li
{
	float: left;
}

#content ul.pageSelection li a,
#content ul.pageSelection li span
{
	color: #000000;
	display: block;
	margin-right: 4px;
	padding: 4px 6px;
}

#content ul.pageSelection a
{
	background-color: #EEEEEE;
	text-decoration: none;
}

#content ul.pageSelection a:hover,
#content ul.pageSelection span
{
	background-color: #DDDDDD;
	text-decoration: none;
}

#content ul.stages
{
	margin-top: 15px;
	overflow: auto;
	width: 100%;
}

#content ul.stages li
{
	background-color: #EEEEEE;
	color: #999999;
	display: block;
	float: left;
	font-size: 13px;
	margin-right: 5px;
	padding: 20px 20px 8px 8px;
	padding: 8px 20px 20px 8px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content ul.stages li.current
{
	background-color: #E4E4E4;
	color: #000000;
}

#content ul.stages li.current .index
{
	color: #222222;
}

#content ul.linkList li
{
	padding: 4px 0 4px 0;
}

#content ul.navigationList li
{
	display: inline;
	margin-right: 12px;
}


/*****************************************************************************************
Forms
*****************************************************************************************/

#content .fieldsetInput,
#content .fieldsetCheckBox,
#content .fieldsetRadioButton,
#content .fieldsetSimple,
#content .formBox
{
	margin-top: 15px;
}

#content .fieldsetInput input,
#content .fieldsetInput textarea,
#content .fieldsetSimple input,
#content .fieldsetSimple textarea
{
	padding: 1px;
	width: 98%;
}

#content .fieldsetInput select,
#content .fieldsetSimple select
{
	padding: 1px;
	width: 99.5%;
}

#content .fieldsetCheckBox input
{
	margin-right: 5px;
	vertical-align: middle;
}

#content .fieldsetCheckBox label
{
	vertical-align: middle;
}

#content .fieldsetButton input
{
	margin: 15px 10px 0 0;
	padding: 2px 8px;
}

#content .fieldsetRadioButton input
{
	margin-left: 10px;
}

#content .chartBox
{
	padding-top: 20px;
}

#content label.error
{
	color: #FF0000;
	font-weight: bold;
}


/*****************************************************************************************
Images
*****************************************************************************************/

#content #images .image
{
	float: left;
	height: 250px;
	margin: 30px 15px 0 0;
	width: 160px;
}

#content #images .image .thumbnail
{
	line-height: 100%;
	text-align: center;
}

#content #images .image .info
{
	background-color: #EEEEEE;
	margin-top: 3px;
	padding: 4px;
}

#content #images .image .info table
{
	width: 100%;
}

#content #images .image .info table td.checkbox
{
	padding-right: 0.5em;
	vertical-align: middle;
}

#content #images .image .info table td.number
{
	padding-right: 0.5em;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

#content #images .image .info table td.actions
{
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#content #images .image .info table td.actions .icon
{
	margin-left: 5px;
}

#content #images .image .caption
{
	background-color: #EEEEEE;
	height: 60px;
	margin-top: 1px;
	overflow: auto;
	padding: 1px 4px;
}

#content #images .clear
{
	clear: left;
	margin-bottom: 10px;
}

#content .detailAction
{
	margin-right: 15px;
}


/*****************************************************************************************
Sales
*****************************************************************************************/

#content .salesHeader
{
	overflow: auto;
}

#content .salesHeader div
{
	float: left;
	margin: 3px 20px 3px 0;
}

#content .salesHeader img
{
	margin-right: 5px;
	vertical-align: middle;
}

#content .salesFooter
{
	overflow: auto;
	vertical-align: middle;
}

#content .salesFooter .postPaymentButtons form
{
	float: left;
	margin-right: 5px;
}

#content .salesFooter .postPaymentButtons form input
{
	padding: 2px 8px;
}


/*****************************************************************************************
Highlights
*****************************************************************************************/

#content #highlights
{
	margin: 20px 0 30px 0;
}

#content #highlights a	
{
	position: relative;
	right: 0;
	top: 0;

	background-color: #BBBBBB;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 210px;
	margin-top: 15px;
	overflow: hidden;
	text-decoration: none;
	width: 100%;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content #highlights a:hover
{
	background-color: #AAAAAA;
	text-decoration: none;
}

#content #highlights a:visited
{
	color: #FFFFFF;
}

#content #highlights .title
{
	position: absolute;
	right: 0;
	top: 0;

	font-size: 16px;
	line-height: 180%;
	margin: 0;
	padding: 15px;
	text-align: right;
	width: 25%;
}

#content #highlights .images
{
	position: absolute;
	left: 15px;
	top: 0;

	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
}

#content #highlights img.first
{
	border-left: 3px solid #FFFFFF;
}

#content #highlights img
{
	border-right: 3px solid #FFFFFF;
}


/*****************************************************************************************
Published Work
*****************************************************************************************/

#content #publishedWork
{
	margin-top: 15px;
}

#content #publishedWork a
{
	background-color: #BBBBBB;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	height: 340px;
	margin: 0 3px 15px 0;
	text-decoration: none;
	width: 170px;
}

#content #publishedWork a:hover
{
	background-color: #AAAAAA;
	text-decoration: none;
}

#content #publishedWork a:visited
{
	color: #FFFFFF;
}

#content #publishedWork span
{
	display: block;
	font-size: 13px;
	height: 50px;
	padding: 10px;
	margin: 0;
}

#content #publishedWork .clear
{
	clear: left;
}


/*****************************************************************************************
My Account
*****************************************************************************************/

#content .pdf
{
	margin-right: 15px;
}

#content .pdf img
{
	margin-right: 5px;
}

#content .zip img
{
	margin: 0 5px;
}


#content ul.adminMainMenu
{
	overflow: auto;
	width: 100%;
}

#content ul.adminMainMenu li
{
	float: left;
}

#content ul.adminMainMenu li a,
#content ul.adminMainMenu li span
{
	color: #222222;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	padding: 6px 8px;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content ul.adminMainMenu li a
{
	background-color: #E4E4E4;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#content ul.adminMainMenu li a:hover,
#content ul.adminMainMenu li span
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

#content ul.adminSubMenu
{
	background-color: #EEEEEE;
	margin: 0;
	padding: 6px 8px;
}

#content ul.adminSubMenu li
{
	display: inline;
	margin-right: 10px;
}


#content ul.userMenu
{
	border-bottom: 5px solid #EEEEEE;
	overflow: auto;
	width: 100%;
}

#content ul.userMenu li
{
	float: left;
}

#content ul.userMenu li a,
#content ul.userMenu li span
{
	color: #222222;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	padding: 6px 8px;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content ul.userMenu li a
{
	background-color: #E4E4E4;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#content ul.userMenu li a:hover,
#content ul.userMenu li span
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}


/*****************************************************************************************
2, 3 and 4 Column Layouts
*****************************************************************************************/

#content .cols2
{
	overflow: auto;
}

#content .cols2-1
{
	float: left;
	margin-right: 2%;
	width: 49%;
}

#content .cols2-2
{
	float: left;
	width: 49%;
}

#content .cols3
{
	overflow: auto;
}

#content .cols3-1,
#content .cols3-2
{
	float: left;
	margin-right: 2%;
	width: 32%;
}

#content .cols3-3
{
	float: left;
	width: 32%;
}

#content .cols4
{
        overflow: auto;
        width: 100%;
}

#content .cols4-1,
#content .cols4-2,
#content .cols4-3
{
        float: left;
        margin-right: 2%;
        width: 23.5%;
}

#content .cols4-4
{
        float: left;
        width: 23.5%;
}

#content .cols2-1 ul li,
#content .cols2-2 ul li,
#content .cols3-1 ul li,
#content .cols3-2 ul li,
#content .cols3-3 ul li,
#content .cols4-1 ul li,
#content .cols4-2 ul li,
#content .cols4-3 ul li,
#content .cols4-4 ul li
{
	border-top: 1px solid #CCCCCC;
}

#content .cols2-1 ul,
#content .cols2-2 ul,
#content .cols3-1 ul,
#content .cols3-2 ul,
#content .cols3-3 ul,
#content .cols4-1 ul,
#content .cols4-2 ul,
#content .cols4-3 ul,
#content .cols4-4 ul
{
	border-bottom: 1px solid #CCCCCC;
}


/*****************************************************************************************
Payment methods
*****************************************************************************************/

#content .paymentMethods
{
	margin-top: 15px;
}

#content .paymentMethods img
{
	margin-right: 8px;
	vertical-align: middle;
}


/*****************************************************************************************
Order
*****************************************************************************************/

#content #order .fieldsetButton
{
	float: left;
}

#content #order .prePaymentButtons
{
	overflow: auto;
}

#content #order .prePaymentButtons form
{
	float: left;
}

#content #order .prePaymentButtons form input
{
	margin: 15px 10px 0 0;
	padding: 2px 8px;
}

#content #order .clear
{
	clear: left;
}


/*****************************************************************************************
Dialogs
*****************************************************************************************/

#popupContainer
{
	background: #FFFFFF;
	border: solid 1px #999999;
	color: #000000;
	min-width: 300px;
	max-width: 550px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px  #000000;
}

#popupContent
{
	padding: 10px;
}

#popupMessage label
{
	margin-right: 0.5em;
	vertical-align: middle;
}

#popupMessage input
{
	padding: 1px;
}

#popupInput
{
	vertical-align: middle;
	width: 200px;
}

#popupPanel
{
	margin-top: 15px;
	text-align: right;
}

#popupPanel input
{
	margin-left: 5px;
	padding: 2px 8px;
}


/*****************************************************************************************
Image preview
*****************************************************************************************/

#imagePreview
{
	background: #FFFFFF;
	border: solid 1px #999999;
	color: #000000;
	padding: 8px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px  #000000;
}

#imagePreview div
{
	margin-top: 8px;
}


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