/* Light Style */

body {
	background: #EFF2F3;
/*	color: #555;*/
	color:#000;
}

/**************** Start Font colors ***************/

/* link and content headings color */
a, .contentheading {
	color: #2C68A6;
}

/* menu module base color */
.module-menu h3 {
	color: #999;
}

/* menu module accent color */
.module-menu h3 span {
	color: #000;
}

/* module link color */
.module h3 a,.module-color1 h3 a,.module-color2 h3 a,.module-color3 h3 a,.module-color4 h3 a,.module-style1 h3 a,.module-style1-color1 h3 a,.module-style1-color2 h3 a,.module-style1-color3 h3 a,.module-style1-color4 h3 a,.module-style2 h3 a,.module-style2-color1 h3 a,.module-style2-color2 h3 a,.module-style2-color3 h3 a,.module-style2-color4 h3 a {
	color: #990000;
}

/* module base color */
.module h3,.module-color1 h3,.module-color2 h3,.module-color3 h3,.module-color4 h3,.module-style1 h3,.module-style1-color1 h3,.module-style1-color2 h3,.module-style1-color3 h3,.module-style1-color4 h3,.module-style2 h3,.module-style2-color1 h3,.module-style2-color2 h3,.module-style2-color3 h3,.module-style2-color4 h3 {
	color: #666;
}

/* module accent color */
.module h3 span,.module-style1 h3 span,.module-style2 h3 span {
	color: #000;
}

/* module accent color1 */
.module-color1 h3 span,.module-style1-color1 h3 span,.module-style2-color1 h3 span {
	color: #2C68A6;
}

/* module accent color2 */
.module-color2 h3 span,.module-style1-color2 h3 span,.module-style2-color2 h3 span {
	color: #990000;
}

/* module accent color3 */
.module-color3 h3 span,.module-style1-color3 h3 span,.module-style2-color3 h3 span {
	color: #79B216;
}

/* module accent color4 */
.module-color4 h3 span,.module-style1-color4 h3 span,.module-style2-color4 h3 span {
	color: #8444A7;
}


/******************** end font styles *******************/

/* start slider toolbar */

#rokslide-toolbar {
	background: url(tabber-bg.png) 0 0 repeat-x;
}

#rokslide-toolbar li.last {
	background: transparent;
}

#rokslide-toolbar li.current,
#rokslide-toolbar li.last.current {
	background: url(tabber-active-r.png) 100% 0 no-repeat;
}

#rokslide-toolbar li.current span {
	background: url(tabber-active-l.png) 0 0 no-repeat;
}

#rokslide-toolbar li {
	background: url(tabber-div.png) 100% 0 no-repeat;
}

#rokslide-toolbar {
	color: #666;
}

#rokslide-toolbar li.active { 
	color: #222;
}

#rokslide-toolbar li.current { 
	color: #333;
}

/* end slider toolbar */

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  	border-bottom: 1px solid #e7e7e7;
}

tr.sectiontableentry1 td,
td.sectiontableentry1 {
	background: #f9f9f9;
}

td.sectiontableheader {
	background: #f9f9f9;
	border-bottom: 1px solid #e7e7e7;
}

#mod-search {
	background: url(search-bg.png) 0 0 no-repeat;
}

#mod-search input {
	color: #888;
}

img#logo {
	background: url(logo.png) 0 0 no-repeat;
}

#mainbody-top {
	background: url(main-t.png) 0 0 repeat-x;
	height:8px;
}

#mainbody-top2 {
	background: url(main-tl.png) 0 0 no-repeat;
}

#mainbody-top3 {
	background: url(main-tr.png) 100% 0 no-repeat;
}

#mainbody {
	background: #fff;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

#bottom {
	background: #fff;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

#mainbody-bottom {
	background: url(main-b.png) 0 100% repeat-x;
}

#mainbody-bottom2 {
	background: url(main-bl.png) 0 100% no-repeat;
}

#mainbody-bottom3 {
	background: url(main-br.png) 100% 100% no-repeat;
}

img#rocket {
	background: url(rocket.png) 0 0 no-repeat;
}

#pathway {
	background: url(path-logo.png) 10px 0 no-repeat;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

span.pathway {
	background: url(path-sep.png) 100% 50% no-repeat;
}

span.pathway img {
	background: url(path-sep.png) 0 50% no-repeat;
}

.module-style1,
.module-style1-color1,
.module-style1-color2,
.module-style1-color3,
.module-style1-color4 {
	background: url(module-br.png) 100% 100% no-repeat;
}

.module-style1 div,
.module-style1-color1 div,
.module-style1-color2 div,
.module-style1-color3 div,
.module-style1-color4 div {
	background: url(module-tr.png) 100% 0 no-repeat;
}

.module-style1 div div,
.module-style1-color1 div div,
.module-style1-color2 div div,
.module-style1-color3 div div,
.module-style1-color4 div div {
	background: url(module-bl.png) 0 100% no-repeat;
}

.module-style1 div div div,
.module-style1-color1 div div div,
.module-style1-color2 div div div,
.module-style1-color3 div div div,
.module-style1-color4 div div div {
	background: url(module-tl.png) 0 0 no-repeat;
}

.module-style2,
.module-style2-color1,
.module-style2-color2,
.module-style2-color3,
.module-style2-color4 {
	background: url(module-br-1.png) 100% 100% no-repeat;
}

.module-style2 div,
.module-style2-color1 div,
.module-style2-color2 div,
.module-style2-color3 div,
.module-style2-color4 div {
	background: url(module-tr-1.png) 100% 0 no-repeat;
}

.module-style2 div div,
.module-style2-color1 div div,
.module-style2-color2 div div,
.module-style2-color3 div div,
.module-style2-color4 div div {
	background: url(module-bl-1.png) 0 100% no-repeat;
}

.module-style2 div div div,
.module-style2-color1 div div div,
.module-style2-color2 div div div,
.module-style2-color3 div div div,
.module-style2-color4 div div div {
	background: url(module-tl-1.png) 0 0 no-repeat;
}

a.readon {
	background: url(readon.png) 0 0 no-repeat;
}

a.readon2 {
	background: url(readon2.png) 0 0 no-repeat;
	color: #fff;
}

a.large .button {
	background: url(font-lg.png) 0 0 no-repeat;
}

a.small .button {
	background: url(font-sm.png) 0 0 no-repeat;
}

a.default .button {
	background: url(font-d.png) 0 0 no-repeat;
}

/* @group Typography */

li.number-1 {
	background: url(number-1.png) 0 3px no-repeat;	
}

li.number-2 {
	background: url(number-2.png) 0 3px no-repeat;	
}

li.number-3 {
	background: url(number-3.png) 0 3px no-repeat;	
}

li.number-4 {
	background: url(number-4.png) 0 3px no-repeat;	
}

li.number-5 {
	background: url(number-5.png) 0 3px no-repeat;	
}

li.number-6 {
	background: url(number-6.png) 0 3px no-repeat;	
}

li.number-7 {
	background: url(number-7.png) 0 3px no-repeat;	
}

li.number-8 {
	background: url(number-8.png) 0 3px no-repeat;	
}

li.number-9 {
	background: url(number-9.png) 0 3px no-repeat;	
}

ul.bullet-1 li {
	background: url(bullet-1.png) 0 2px no-repeat;
}

ul.bullet-2 li {
	background: url(bullet-2.png) 0 2px no-repeat;
}

ul.bullet-3 li {
	background: url(bullet-3.png) 0 2px no-repeat;
}

ul.bullet-4 li {
	background: url(bullet-4.png) 0 2px no-repeat;
}

ul.bullet-5 li {
	background: url(bullet-5.png) 0 2px no-repeat;
}

ul.bullet-6 li {
	background: url(bullet-6.png) 0 2px no-repeat;
}

ul.bullet-7 li {
	background: url(bullet-7.png) 0 2px no-repeat;
}

ul.bullet-8 li {
	background: url(bullet-8.png) 0 2px no-repeat;
}

ul.bullet-9 li {
	background: url(bullet-9.png) 0 2px no-repeat;
}

ul.bullet-10 li {
	background: url(bullet-10.png) 0 2px no-repeat;
}

ul.bullet-11 li {
	background: url(bullet-11.png) 0 2px no-repeat;
}

ul.bullet-12 li {
	background: url(bullet-12.png) 0 2px no-repeat;
}

ul.bullet-13 li {
	background: url(bullet-13.png) 0 2px no-repeat;
}

ul.bullet-14 li {
	background: url(bullet-14.png) 0 2px no-repeat;
}

ul.bullet-15 li {
	background: url(bullet-15.png) 0 2px no-repeat;
}

ul.bullet-16 li {
	background: url(bullet-16.png) 0 2px no-repeat;
}

ul.bullet-17 li {
	background: url(bullet-17.png) 0 2px no-repeat;
}

ul.bullet-18 li {
	background: url(bullet-18.png) 0 2px no-repeat;
}

ul.icon-1 li {
	background: url(icon-1.png) 0 2px no-repeat;
}

ul.icon-2 li {
	background: url(icon-2.png) 0 2px no-repeat;
}

ul.icon-3 li {
	background: url(icon-3.png) 0 2px no-repeat;
}

ul.icon-4 li {
	background: url(icon-4.png) 0 2px no-repeat;
}

ul.icon-5 li {
	background: url(icon-5.png) 0 2px no-repeat;
}

ul.icon-6 li {
	background: url(icon-6.png) 0 2px no-repeat;
}

pre {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

blockquote {
	color: #666;
	background: url(quote.png) 0 5px no-repeat;
}

blockquote p {
	background: url(quote.png) 100% 100% no-repeat;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(status-download.png) 10px 50% no-repeat;
}

img.content-left {
	border: 1px solid #eee;
}

img.content-right {
	border: 1px solid #eee;
}

fieldset {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}

img.speakers {
	background: url(demo-icon.jpg) 0 0 no-repeat;
	float: right;
	margin-left: 15px;
}

.demo-border {
	padding: 5px;
	border: 1px solid #eee;
}

.tool-tip {
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

/* @end */
