@charset "utf-8";
/* Paintik Default CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}
body, table, tr, td, input, textarea, select {
	font: 12px Arial, Helvetica, "sans-serif";
	color: #333;
}
a, a.visited {
	color: #2d99d5;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: none;
}
h1 {
	color: #71bf44;
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
.main_table {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.paintik_logo {
	margin-top: 74px;
	width: 194px;
	height: 49px;
}
.top {
	background: url(images/top.gif) repeat-x;
	height: 138px;
}
.top_l {
	background: url(images/top_l.gif);
	width: 101px;
	height: 138px;
}
.top_r {
	width: 101px;
	height: 138px;
}
.top_r_dec {
	float: right;
	background: url(images/top_r_dec.gif) right no-repeat;
	width: 433px;
	height: 138px;
}
.top_links {
	text-align: right;
	font-weight: bold;
	color: #FFF;
	margin-top: 108px;
	font-size: 11px;
}
.top_links a {
	color: #FFF;
	text-decoration: none;
}
.top_links a:hover {
	text-decoration: underline;
}
.middle {
	background: #fff;
	padding: 30px;
}
.middle_l {
	background: url(images/middle_l.gif) left repeat-y;
}
.middle_l_dec {
	background: url(images/middle_l_dec.gif) left no-repeat;
	width: 101px;
	height: 439px;
}
.middle_r {
	background: url(images/middle_r.gif) right repeat-y;
}
.middle_r_dect {
	background: url(images/middle_r_dect.gif) right top no-repeat;
	height: 35px;
}
.middle_r_decb {
	background: url(images/middle_r_decb.gif) right bottom no-repeat;
	height: 42px;
}
.bottom {
	background: url(images/bottom.gif) repeat-x;
	height: 115px;
}
.bottom_l_dec {
	background: url(images/bottom_l_dec.gif) left top no-repeat;
	height: 115px;
}
.bottom_r_dec {
	background: url(images/bottom_r_dec.gif) right top no-repeat;
	height: 115px;
}
.bottom_l {
	background: url(images/bottom_l.gif) left top no-repeat;
	height: 115px;
}
.bottom_r {
	background: url(images/bottom_r.gif) right top no-repeat;
	height: 115px;
}
.bottom_content {
	min-height: 117px;
	padding-top: 30px;
	text-align: center;
	color: #666;
	font-size: 11px;
}
.bottom_links {
	font-weight: bold;
}
.bottom_links a {
	color: #666;
	text-decoration: none;
}
.bottom_links a:hover {
	color: #666;
	text-decoration: underline;
}
.bottom_copyright {
	padding-top: 6px;
}



/* Image Frame */
.img_frame {
	margin: 10px;
}
.img_frame td {
}
.img_tl {
	background: url(images/img_frame_tl.gif);
	width: 9px;
	height: 9px;
}
.img_t {
	background: url(images/img_frame_t.gif) repeat-x;
	height: 9px;
}
.img_tr {
	background: url(images/img_frame_tr.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.img_l {
	background: url(images/img_frame_l.gif) repeat-y;
	width: 9px;
}
.img_r {
	background: url(images/img_frame_r.gif) repeat-y;
	width: 9px;
}
.img_bl {
	background: url(images/img_frame_bl.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.img_b {
	background: url(images/img_frame_b.gif) repeat-x;
	height: 9px;
}
.img_br {
	background: url(images/img_frame_br.gif) no-repeat;
	width: 9px;
	height: 9px;
}

.opening {
	font-weight: bold;
	font-size: 16px;
}

.upload {
	color: #fba81a;
	font-weight: bold;
}
.share {
	color: #ed1c24;
	font-weight: bold;
}
.explore {
	color: #2d99d5;
	font-weight: bold;
}
.interpret {
	color: #176ea1;
	font-weight: bold;
}
.create {
	color: #71bf44;
	font-weight: bold;
}

.imageframe {
	display: inline;
}
.imageframe .TL {
	background: url(images/frames/TL.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .T {
	background: url(images/frames/TT.gif) repeat-x;
	height: 9px;
}
.imageframe .TR {
	background: url(images/frames/TR.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .L {
	background: url(images/frames/LL.gif) repeat-y;
	width: 9px;
}
.imageframe .R {
	background: url(images/frames/RR.gif) repeat-y;
	width: 9px;
}
.imageframe .BL {
	background: url(images/frames/BL.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .B {
	background: url(images/frames/BB.gif) repeat-x;
	height: 9px;
}
.imageframe .BR {
	background: url(images/frames/BR.gif) no-repeat;
	width: 9px;
	height: 9px;
}