/*======================================*
** intellect.css
/*======================================
** Produced by WebSoft Development © 2008
** contact : info@websoftdevelopment.com
** website: www.websoftdevelopment.com
**======================================*/
body  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	background-color: #e7e6e6;
	margin:5px 0 5px 0;
	padding: 0px;
}

a, a:active, a:hover, a:visited {
	font-family:Arial; 
	font-size: 11px; 
	color: #194174;
	text-decoration:none;
}

/*========== FRAME STYLES ===========*/
/* Frame Styles */
#overflow {
	width:510px;
	height:460px;
	line-height:1.333em;
}
/* End Frame Styles */
/* Body Section Style */
.body {
	font-family:Arial; 
	font-size: 11px; 
	color: #000000; 
	font-weight: normal; 
	background-color: transparent; 
	line-height:15px;
}

/* Toggle Font Size Styles */
a.small, a.small:visited, a.small:active {
	font-size: 11px;
	color: #194174; 
}

a.medium:hover {
	font-size: 13px;
	color: #000000;
	text-decoration:none; 
}

a.medium, a.medium:visited, a.medium:active {
	font-size: 13px;
	color: #194174; 
}

a.medium:hover {
	font-size: 13px;
	color: #000000;
	text-decoration:none; 
}

a.large:hover {
	font-size: 15px;
	color: #000000;
	text-decoration:none; 
}

a.large, a.large:visited, a.large:active {
	font-size: 15px;
	color: #194174; 
}

a.large:hover {
	font-size: 15px;
	color: #000000;
	text-decoration:none; 
}
/* END */

/* Set Default Link Styles */
div.body a {
	font-family:Arial; 
	font-size: 11px; 
	color: #194174; 
	font-weight: normal; 
	background-color: transparent; 
	line-height:15px;
}

div.body a:visited {
	font-family:Arial; 
	font-size: 11px; 
	color: #194174; 
	font-weight: normal; 
	background-color: transparent; 
	line-height:15px;
}

div.body a:active {
	font-family:Arial; 
	font-size: 11px; 
	color: #194174; 
	font-weight: normal; 
	background-color: transparent; 
	line-height:15px;
}

div.body a:hover {
	font-family:Arial; 
	font-size: 11px; 
	color: #000000; 
	font-weight: normal; 
	background-color: transparent; 
	line-height:15px;
}

/* END */

/* Body Bullet Styles */
.bulletul {
	color: inherit; 
	background-color: transparent; 
	list-style: disc; 
	display: block; 
	padding-top: 10px;
}

.bulletli {
	font-family: inherit; 
	font-size: inherit; 
	color: inherit; 
	font-weight: normal; 
	line-height: inherit; 
	background-color: transparent; 
	padding-top: 3px; 
}

/* END */

/* Font Color Styles */
.blue {
	color: #194174;
}

.normalbold {
	font-size:13px;
	font-weight:bold;
}

.smallbold {
	font-weight:bold;
}
/* END */

/* Breadcrumb Links Styles */
.whitetext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
/* END */

/* Career Test Styles */
.questiontable {
	border: thick solid #194174 1px;
}
/* END */

/* Forms Elements Styles */
.ask {
	color:#FF0000;
}

input.formsbtn {
	color: #ffffff;
	height:20px; 
	font:11px verdana,sans-serif;
	background-color: #7EA7B7;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	text-transform: uppercase;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


input.forms {
	color: #000000; 
	height:14px;
	font:10px verdana,sans-serif;
	background-color: #ffffff; 
	padding:2px;
	border-right: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

textarea.forms {
	color: #000000; 
	height:60px;
	font:10px verdana,sans-serif;
	background-color: #ffffff; 
	padding:2px;
	border-right: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

select.forms {
	font:10px verdana,sans-serif;
	color: #000000; 
	background-color: #f4f4f4; 
}
/* END */

/* DIV CLASSES FOR MESSAGE TEXTS */
.diverror  {
	border: #FF0000 solid;
	border-width: 5px 0px 0px 0px;
}

.divinfo  {
	border: #194174 solid;
	border-width: 5px 0px 0px 0px;
}

.divwarning  {
	border: #194174 solid;
	border-width: 5px 0px 0px 0px;
}

.divmessage  {
	border: #194174 solid;
	border-width: 1px;
	padding:10px 10px 10px 10px;
	background-color: #e7e6e6;
}

/* FONT STYLES FOR MESSAGE TEXTS */
.error {
	FONT-SIZE: 11px;
	font-weight:bold;
	color: #FF0000;
}

.info {
	FONT-SIZE: 11px;
	font-weight:bold;
	color: #194174;
}

.warning {
	FONT-SIZE: 11px;
	font-weight:bold;
	color: #194174;
}

/* EVENTS STYLES
.ruler{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background-image: url(./../images/bg_dotpattern.gif);
	background-repeat: repeat-x;
}

.ruler2{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background-color:#8C8A8C;
}
 */
/* READ MORE PAGE STYLES */
tr.itemstyle { background-color: #FFFFFF; }
tr.alternatingitemstyle { background-color: #F7F7F7; }

.smallbluebold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #194174;
	text-decoration: none;
}

.smallblackbold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
/*========== END FRAME STYLES ===========*/
pre {
	margin:0px;
	background:#E8E8FF;
	border:2px solid #000000;
	padding:7px;
	overflow:scroll;
	font-family:Arial, Helvetica, sans-serif;
}

.main {
	background: #f4f4f4;
	border: 1px solid #194174;
}

.submain {
	background: #ffffff;
	border: 1px solid #194174;
}

.slogan {
	font-weight: bold;
	color:#FFFFFF;
}

.slogan_text {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.ruler {
	width:100%;
	border-bottom:1px solid #194174;
}

/* SIDE BAR STYLES */
.sidebar {
	background: #f4f4f4;
	padding: 0 10px 0 10px;
}

.sidebarmaintb {
	border: 1px solid #194174;
	background-color: #FFFFFF;
}

.sidebarmaintbhd {
	background-color: #7EA7B7;
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-indent: 4px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	font-weight: bold;
}

.sidebarsubtb {
	background: #e7e6e6;
	border: 1px solid #6d97a8;
	border-collapse: collapse;
	text-align: center;
}

.indentb {
	background: #f4f4f4;
	border-left: 5px solid #6d97a8;
	border-top: 1px solid #6d97a8;
	border-bottom: 1px solid #6d97a8;
	border-right: 1px solid #6d97a8;
}

.sidebarlinks {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	color: #194174;
}

a.sidebarlinks:hover {
	font-family: Tahoma;
	text-decoration: underline;
	font-size: 11px;
	color: #6d97a8;
}

a.sidebarlinks:active {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	color: #194174;
}

/* ROUNDED RECTANGLES */
.topleft {
	background-repeat: no-repeat; 
	background-image: url(./../images/arc_topleft.png);
}

.topmid {
	background-repeat: repeat-x; 
	background-image: url(./../images/arc_topmid.png);
}

.topright {
	background-repeat: no-repeat; 
	background-image: url(./../images/arc_topright.png);
}

.lcol {
	background-repeat: repeat-y; 
	background-image: url(./../images/arc_left.png);
}

.rcol {
	background-repeat: repeat-y; 
	background-image: url(./../images/arc_right.png);
}

.botleft {
	background-repeat: no-repeat; 
	background-image: url(./../images/arc_botleft.png);
}

.botmid {
	background-repeat: repeat-x; 
	background-image: url(./../images/arc_botmid.png);
}

.botright {
	background-repeat: no-repeat; 
	background-image: url(./../images/arc_botright.png);
}

/* TESTIMONAL STYLES */
.monialtitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* FOOTER STYLES */
.footertb {
	background: #f4f4f4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
	border-collapse: collapse;
	text-align: center;
	color: #194174;
	/*font-weight:bold;*/
}

.footertd {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.footerlinks {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	color: #194174;
	text-indent: 4px;
}
a.footerlinks:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #b8b7b7;
	text-decoration: underline;
	text-indent: 4px;
}
a.footerlinks:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #194174;
	text-indent: 4px;
}

/* Site Tip Styles */
.tip {
	color: #194174;
}

/* Credentials Styles */
.credentials {
	color: #FFFFFF;
}

/* Footer Sub Links */
.midbluetext { background-color: transparent; color: #194174; }
.legal {
	color: #333;
	font: normal normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.legal {
	background-color: transparent;
	color: #333;
	font: normal normal bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.legal:visited {
	background-color: transparent;
	color: #333;
	font: normal normal bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.legal:hover {
	background-color: transparent;
	color: #194174;
	font: normal normal bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu-nav {
	background-color: #194174; /* #45AAFF */
	height: 25px;
	border-bottom: 1px solid #ffffff;
	font-size:10px;	
}

#popcontent {
	font-size: 13px;
	line-height: 18px;
	padding:10px;
}

td a.ctalink {
	color:#ff0000;font-size:15px;font-weight:bold;text-decoration:none;
}
td a.ctalink:hover {
	color:#ff0000;font-size:15px;font-weight:bold;text-decoration:underline;
}

td a.ctalinkchk {
	color:#ff0000;font-size:12px;font-weight:bold;text-decoration:none;
}
td a.ctalinkchk:hover {
	color:#ff0000;font-size:12px;font-weight:bold;text-decoration:underline;
}

/* Resume Magic Workshop */
table.itemTB td {
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
}
.bluebold {
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
}

.orangebold {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}

.blackLi {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.tbFee {
	border-top:1px solid #333;
	border-left:1px solid #333;	
	border-bottom:1px solid #333;
	font-size:12px;
}



.tdFee {
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
