﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #EAEAE3;
	margin: 0px auto;
	font-size: 10pt;
	font-family: "Lucida Grande", "Helvetica", "Calibri", "Arial", "Sans-Serif";
	/*""Helvetica Neue", "Lucida Grande", "Arial", "Segoe UI"*/
	padding: 0px;
	color: #696969;
}

img {
    border: 0px;
}

input
{
	font-size: 10pt;
	font-family: "Helvetica", "Calibri", "Arial", "Sans-Serif";
	color: #333333;
}
.page
{
	width: 960px;
	margin: 0px auto 0px auto;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}

table
{
	font-size: 10pt;
}
.success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('images/success.png');
}

a:link, a:visited
{
	color: #000;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #000;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}




h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	font-weight: 700;
	color: #666666;
	text-transform: none;
	margin-bottom: 0px;
}

.ui-tabs h1
{
	border-bottom: 1px solid #EEEEEE;
}
h1
{
	color: #A45E8D;
	font-size: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}


.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.resourcesection ul
{
	color: #444444;
	margin-top: 3px;
	padding-left: 20px;
}


.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
}


#DSHeader
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 60px;
}


#Sketch3DLogo {
	position: absolute;
	top: 17px;
	left: 25px;
}

#DSMenu
{
	margin-left: 30px;
	margin-right: 30px;
	width: 900px;
	height: 30px;
	background-color: #A45E8D;
	height: 28px;
	left: 30px;
	min-height: 28px;
	top: 55px;
}

/* #DSMenu a
{
	color: #DDDDDD;
} */

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main, .content
{
	margin: 10px 30px 8px 8px;
	min-height: 420px;
	float:right;
	width: 695px;
	background:#FFFFFF;
}

.main h2
{
	margin-bottom: 10px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}



div.hideSkiplink
{
	background-color:#A45E8D;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div.menu
{
	padding: 4px 0px 4px 8px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #A45E8D;
	border: 1px #A45E8D solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #FFC13F;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}


fieldset
{
	border: 0px solid #ccc;
}

fieldset div
{
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset div label
{
	vertical-align:top;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}


.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
	margin-left: 10px;
}

.loginDisplay
{
	color: #DDDDDD;
	font-size: 1em;
	display: block;
	text-align: right;
	padding: 7px;
}

.loginDisplay a
{
	color: #FFFFFF;
	font-weight: 700;
}
.loginDisplay a:link
{
	color: #FFFFFF;
}

.loginDisplay a:visited
{
	color: #FFFFFF;
}

.loginDisplay a:hover
{
	color: #FFFFFF;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.componentcard
{
	border: 1px solid #D0D0D0;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 150px;
	min-height: 128px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 5px 10px 5px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;
	overflow: hidden;
}

.componentlink
{
	overflow: hidden;
	font-size: 1.1em;
}

.componentcard a
{
	color: #222222;
	text-decoration: none;
	white-space: nowrap;
}

.NavMenu
{
	clear: both;
	float:left;
	width:185px;
	min-height: 500px;
	background: #DDDDDD;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.NavMenuTitle
{
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #A45E8D;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	padding: 3px;
	padding-left: 5px;
}
.ModType
{
	position: relative;
	float:right;
	/* top: -15px; */
	width:30px;
	font-size: .9em;
	font-style: italic;
	color: #A45E8D;
	font-weight: bolder;


}
.MyLink
{
	float:left;
	white-space:normal;
	font-size: .85em;
	font-weight: bolder;
	height: 50px;
}

.TextureLink, .TextureLink a, .TextureLink a:hover
{
	white-space:normal;
	color: Black;
	font-size: 1.1em;
	font-weight: bolder;
	text-decoration: none;
}

.ComponentTitle
{
	font-weight: bold;
	color: #555555;
}

.ComponentImage, .TextureImage
{
	float: left;
	text-align: center;
	vertical-align: middle;
}

.ComponentDesc
{
	font-size: .9em;
	width: 260px;

}

.ComponentDetails2, .DetailPanel
{
	margin: 10px 0px 5px 10px;
	float:right;
	width: 410px;
	background:#FFFFFF;
}

.ComponentImage img
{
	width: 350px;
	border-width: 0;
	margin-top: 10px;
}

.ComponentDetails span
{
	display: block;
	/*font-size: 1em; */
	font-weight: 600;
}
.ComponentDetails div
{
	color: #444444;
	font-size: 1em;
	clear: both;
}
.ComponentDetails a
{
	font-weight: 700;
}
.ComponentDetails label
{
	color: #555555;
	float: left;
	padding-right: 5px;
	width: auto;
	text-align: left;
}

.ComponentName, .TextureName
{
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 10px;
}

.DownloadDetails
{
	color: black;
	font-size: .9em;
	/*float: right; */
	/* width: 310px; */
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #DDDDDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 5px 5px 15px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;
	text-align: center;
}

.copyrightwarning
{
	color: black;
	font-size: .9em;
	background-repeat: no-repeat;
	background-position: 5px 20px;
	background-image: url('images/warning.png');
	padding-left: 35px;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	background-color: #DDDDDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 5px 5px 15px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;

}

.copyrightwarning p
{
	margin-left: 35px;
}

.tip
{
	color: black;
	font-size: .9em;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url('images/lightbulb.png');
	padding-left: 35px;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #DDDDDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 5px 5px 15px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;

}

.tipfull
{
	color: black;
	font-size: .9em;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url('images/lightbulb.png');
	padding-left: 35px;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #EEEEEE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 2px 2px 2px 15px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;

}

.tip h1, .tipfull h1
{
	margin-left: 35px;
}
.tip p, .tipfull p
{
	margin-left: 35px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 1.2em;
}

.DownloadDetails h3
{
	color: #DDDDDD;
	margin: 0;
	font-weight: 700;
	font-size: 1.1em;
}

.DownloadDetails a
{
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
}
.DownloadDetailsLine
{
	padding: 3px 5px 3px 3px;

}

.message
{
	margin: 10px;
	color: white;
	background-color: #006400;
	padding: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 1.2em;
	text-align: center;
}
.error
{
/*    display:block; */
	color:#FFF;
	background-color:Red;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}

.componentname
{
	width: 200px;
}

.componentdesc, .tags, .imagepath
{
	width: 300px;
}

.filesize, .filename, .fileformat
{
	width: 220px;
}

.modeltype, .polycount
{
	width: 100px;
}


.saveBar
{
	background-color: #BBBBBB;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	clear: both;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin: 5px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 32px;
	min-height: 32px;
	line-height: 32px;
	vertical-align: middle;
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5; */

}

#ToolsMenu, .ToolsMenu, #CAMenu, .CAMenu
{
	position: absolute;
	z-index: 10;
	background-color: #FDFDFD;
	width: 140px;
	height: auto;
	border: solid 1px #E7E7E7;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tools
{
	float: right;
	margin-right: 10px;
}

.commonactions button, .tools button
{
	margin-right: 0px;
}

.actions
{
	text-align: left;
	padding-left: 10px;
	min-height: 30px;
	float: left;
}

.saveBar a, .saveBar a:visited
{
	text-decoration: underline;
}

.saveBar a.cancel, .saveBar a.cancel:visited
{
	color: #fff;
	text-decoration: underline;
	padding: 3px 10px 3px 10px;
}
.saveBar a:hover
{
	color: #6384a0;
	background-color: #fff;
	text-decoration: none;
}


.MenuHeader
{
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.MenuHeader a
{
	color: #333333;
	text-decoration: none;
}

.MenuHeader a:Hover
{
	color: #A45E8D;
}

.MenuList
{
	color: #333333;
}

.MenuList a
{
	color: #222;
	text-decoration: none;
}

.MenuList li
{
	padding-left: 17px;
}
.MenuList li:hover
{
	background-color: #DDDDDD;
	color: #A45E8D;
	background-image: url(Images/arrow.png);
	background-position: 0px;
	padding-left: 17px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.MenuList a:hover
{
	color: #A45E8D;
	font-weight: 700;
	background-color: #DDDDDD;
	text-decoration: none;
}
.MenuList ul
{
	padding-left: 5px;
	margin-top: 3px;
	list-style-type: none;
}

#DynaScapeLogo {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
}

.SearchBox
{
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: White;
}

.name, .email
{
	display: block;
	width: 200px;
}

.desc
{
	width: 400px;
	height: 200px;
}


.resourcesection
{
	color: #444444;
}

.resourcesection ul
{
	color: #444444;
	padding-left: 20px;
	margin-top: 3px;

}

.resourcetitle
{
	color: Black;
	font-weight: bolder;
}

.PlugInName
{
	margin-top: 10px;
	color: black;
	font-size: 1.2em;
	font-weight: bolder;
}

.manufacturercard
{
	/* border: 1px solid #D0D0D0; */
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 169px;
	min-height: 75px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 5px 10px 10px;
	/* -webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd; */
}


.texturecard
{
	border: 1px solid #D0D0D0;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 150px;
	min-height: 140px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 5px 10px 10px;
	-webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd;
}

.mfrlogo
{
	max-width: 155px;
	max-height: 55px;
}

.AccountDetails
{
	margin-left: 20px;
	margin-bottom: 15px;
}
.AccountDetails div
{
	font-size: 1em;
}

.AccountDetails label
{
	float: left;
	padding-right: 10px;
	width: 120px;
	text-align: right;
}

.password
{
	width: 100px;
}

.HomeSection
{
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 15px 5px 10px 10px;
   /* -webkit-box-shadow: 5px 5px 7px #dddddd;
	-moz-box-shadow: 5px 5px 7px #dddddd;
	box-shadow: 5px 5px 7px #dddddd; */
	margin-bottom: 20px;
	height: 83px;
}

.HomeSection .title
{
	color: Black;
	font-weight: 600;
	font-size: 1.1em;
	width: 100px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.HomeSection .title h1
{
	font-weight: 600;
	font-size: 1em;
	margin: 0;
}

.HomeSection .pics
{
	display: inline-block;

}

.HomeSection .desc
{
	display: inline-block;
	margin-left: 10px;
	width: 140px;
	height:auto;
	vertical-align: top;
}

.HomeSection a, .HomeSection a:link, .HomeSection a:hover
{
	text-decoration: none;
	border: 0px;
}
.signup
{
	background-color: #A45E8D;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 5px 5px 7px #333333;
	-moz-box-shadow: 5px 5px 7px #333333;
	box-shadow: 5px 5px 7px #333333;

}
.pageNavigator
{
	clear: both;
	text-align:center;
	margin: 3px;
}
.previous, .next
{
	font-weight: 700;
	color: #222222;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer !important;
}

.pageLink
{
	margin: 5px;
}
.SearchButton
{
	font-size: .9em;
}
.SearchInput
{
	font-weight: 700;
	width: 200px;
}
#searchfield
{
	width: 200px;
}

div.one, div.two, div.three
{
	font-size: 36pt;
	font-weight: bold;
	color: #A45E8D;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-top: 12px;

	/*display: block;
	float: left;
	text-align: left;
	background-image: url(/Images/123.png);
	width: 24px;
	height: 24px;
	margin-top: 10px;
	margin-right: 10px;
	background-repeat: no-repeat; */
}

div.one
{
	background-position: 0 0;
}
div.two
{
	background-position: -24px 0;
}

div.three
{
	background-position: -48px 0;
}

.disabledObject
{
	opacity: 0.5;
}

.TexturePic
{
	height: 140px;
	width: 140px;
	/* overflow: auto;  */
}

table.Downloads th
{
	text-align: left;
}

table.Downloads td.DownloadItemName
{
	width: 300px;
}

table.Downloads td.DownloadType
{
	width: 200px;
}

table.Downloads td.DownloadDate
{
	width: 150px;
}

table.Downloads td.DownloadCount
{
	width: 100px;
	text-align: center;
}

.firstcol, .leftcol {
  text-align: right; }