@charset "utf-8";
body {
	font-family: "Trebuchet MS", Verdana;
	color: #4E4D56;
}
div.main {
	width:700px;
	margin:0 auto;
}
form#cse-search-box div {
	float: right;
}
form#cse-search-box.results div {
	float:none;
}
form#cse-search-box input.button {
	color: #FFFFFF;
	background-color: #A19EBF;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	border: 1px solid #A19EBF;
}
a img {
	border:none
}

a:link {
	text-decoration: none;
	color: #908DB3;
}
a:visited {
	text-decoration: none;
	color: #B688B9;
}
a:hover {
	color: #5F5E76;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
/*----------------------------------------------------------------------------- Homepage */

#homePage h3,
#homePage h4,
#homePage ul,
#homePage div#howToDraw {
	margin-left:40px;
}
#homePage ul#latest {margin:0;}

ul {list-style-image: url(../images/bullet.gif);}
.bullet-blue {list-style-image: url(../images/bullet-blue.gif);}
.bullet-arrow {list-style-image: url(../images/bullet-arrow.gif);}
.bullet-download {list-style-image: url(../images/bullet-download.gif);}

h1, h1 a, h1 a:visited{
	font-size:medium;
	font-weight:normal;
	font-style:italic;
	color:#908DB3;
}

h1 a:hover {
	text-decoration:none;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCCE1;
	margin-top: 20px;
}
.hcomment{
	font-weight: normal;
	font-size: medium;
	color: #787784;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBF3;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBF3;
}
.copyright {
	font-size: 14px;
	color: #908DB3;
	margin-top: 30px;
}



.see_also {
	color: #41A75A;
	font-weight: bold;
}
.purple {
	color: #908DB3;
}
.purple-tag {
	color: #908DB3;
	font-style: italic;
}
.purple_qoute {
	color: #908DB3;
	font-size: 14px;
	font-style: italic;
}

.content-block {
	border: thin dashed #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.block {
	border: thin dashed #999999;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content {
	border: thin dashed #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.new {
	color: #68A6E4;
}
.gray {
	color: #cccccc;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.smallNote {
	font-size: 13px;
}
table.media {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
td.download {
	background-color: #F2F2F2;
	vertical-align: top;
	width: 200px;
	padding-top: 20px;
}
.feedback {
	background-image: url(../images/email-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 30px;
}
.home {
	background-image: url(../images/home-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 30px;
}
.bezierTitle {
	height:160px;
	background-image:url(../images/coreldraw-bezier-tool.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:140px;
	padding-left:200px;
}
.bezierTitle h1 {
	border:none;
	font-weight: normal;
}
#howToDraw img {
	border: solid 1px #CCC;
}
.note {
	background:url(../images/note.gif) no-repeat;
	padding-left:20px;
}
.yellowNote {
	padding:10px 10px 10px 30px;
	border: 1px solid #FC0;
	background:#FFFFE1 url(../images/note.gif) no-repeat 10px 10px;
}
