/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#666666;
	line-height:120%;
	margin:20px;
	}

#content p, #content-left p, #footer-container p {
	margin:10px 0px 10px 0px;
	}

/******************
FONT SIZES
******************/

#content, #footer-container, #heading-news, #heading-for-managers, 
#heading-for-developers, #heading-upcoming-events, #heading-latest-blogs {
	font-size:.75em;
	}
	
#left-column-content {
	font-size:.70em;
	}

#heading-news {
	font-size:.70em;
	}
#heading-upcoming-events, heading-latest-blogs {
	font-size:.70em;
	}

td#login-main, #main-menu {
	font-size:.75em;
	}

#sub-menu, td.drop-down-content {
	font-size:.7em;
	}

#content ul {
	font-size:.9em;
	}


/******************
FORM STYLES
******************/


#form-sign-up {
	width:40%;
	float:right;
	padding-top:20px;
	}

#form-join {
	width:30%;
	float:left;
	padding-top:20px;
	}
	
fieldset {
	padding:15px;
	}

legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	}

fieldset fieldset legend {
	font-size:1.4em;
	}
.button-big {
	height:40px;
	margin-bottom:10px;
	font-weight:bold;
	}

input:focus, textarea:focus{
	background-color: yellow;
	}


/******************
HEADINGS
******************/


h1 img, h1 {
	font-size:1.4em;
	display:inline;
	}
	
h2 {
	font-size:1.8em;
	margin:0px 0px 20px 0px;
	}
	
h3
{
	font-size: 1.2em;
	position: relative;
	top: 10px;
}

.section-table-middle h3 {
	display:inline;
	}
	
h4 {
	font-size:1.2em;
	}
	
h5 {
	font-size:1em;
	}


/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

#heading-news a:link, #courses ul a:link {
	color:#017CBC;
	margin-right:10px;
	}
	
#heading-news a:visited, #courses ul a:visited {
	color:#0120BC;
	margin-right:10px;
	}
	
#heading-news a:hover, #courses ul a:hover {
	color:#000000;
	margin-right:10px;
	}
	
#heading-news a:active, #courses ul a:active {
	color:#00A650;
	margin-right:10px;
	}


#upcoming-events-header	
{
}
#upcoming-events-header a:link {
	color:#666666;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}
		
#upcoming-events-header a:visited {
	color:#666666;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}
	
#upcoming-events-header a:hover {
	color:#666666;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	}
	
#upcoming-events-header a:active {
	color:#666666;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}
	
	
#upcoming-events-item a:link {
	color:#017CBC;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	}
		
#upcoming-events-item a:visited {
	color:#017CBC;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	}
	
#upcoming-events-item a:hover {
	color:#017CBC;
	margin-right:5px;
	text-decoration:none;
	}
	
#upcoming-events-item a:active {
	color:#017CBC;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	}
	
	
#Wintellog_Link
{
	font-size:9pt;
	font-weight:bold;
	margin-top:5px;	
}
#Wintellog_Link a:link {
	color:#0000FF;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}
		
#Wintellog_Link a:visited {
	color:#0000FF;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}
	
#Wintellog_Link a:hover {
	color:#0000FF;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	}
	
#Wintellog_Link a:active {
	color:#0000FF;
	margin-right:5px;
	text-decoration:underline;
	font-size:8.4pt;
	font-weight:bold;
	}

/* content and footer links */

#content a:link,
#left-column-content a:link,
#footer a:link,
#heading-for-managers a:link,
#heading-for-developers a:link,
#heading-upcoming-events a:link,
#heading-latest-blogs a:link {
	color:#017CBC;
	}

#content a:visited,
#left-column-content a:visited,
#footer a:visited,
#heading-for-managers a:visited,
#heading-for-developers a:visited,
#heading-upcoming-events a:visited,
#heading-latest-blogs a:visited {
	color:#0120BC;
	}

#content a:hover,
#left-column-content a:hover,
#footer a:hover,
#heading-for-managers a:hover,
#heading-for-developers a:hover,
#heading-upcoming-events a:hover,
#heading-latest-blogs a:hover {
	color:#000000;
	text-decoration:none;
	}

#content a:active,
#left-column-content a:active,
#footer a:active,
#heading-for-managers a:active,
#heading-for-developers a:active,
#heading-upcoming-events a:active
#heading-latest-blogs a:active {
	color:#00A650;
	}

/* Login and main menu links */	

#login-main a:link, 
#login-main a:visited, 
#main-menu a:link, 
#main-menu a:visited,
#sub-menu a:link, 
#sub-menu a:visited,
.drop-down-content a:link,
.drop-down-content a:visited {
	color:#017CBC;
	text-decoration:none;
	}

#login-main a:hover, 
#main-menu a:hover,
#sub-menu a:hover,
.drop-down-content a:hover {
	color:#000000;
	}

#login-main a:active, 
#main-menu a:active,
#sub-menu a:active,
.drop-down-content a:active {
	color:#00A650;
	}

/* Poster link */

#poster-text a:link, #poster-text a:visited {
	color:#FFDD00;
	font-weight:bold;
	}

#poster-text a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#poster-text a:active {
	color:#CCFF00;
	font-weight:bold;
	}
	
	
/******************
LAYOUT IDs
******************/


#header {
	background: #EDEDED url(images/bg-header.gif) repeat-x;
	width:100%;
	table-layout:fixed;
	height:50px;
	margin-bottom:10px;
	}
	
#header-left-corner {
	width:13px;
	background: url(images/header-corner-left.gif) no-repeat;
	}

#login-left-corner {
	background: url(images/bg-login-left-corner.gif) no-repeat;
	width:74px;
	}

#login-main {
	background: url(images/bg-login-menu.gif) repeat-x;
	width:20%;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;
	}
	
#header-right-corner {
	width:13px;
	background: url(images/header-corner-right.gif) no-repeat;
	}

#main-menu {
	height:32px;
	background: url(images/bg-main-menu.gif) repeat-x bottom;
	font-weight:bold;
	}

#content-container {
	width:100%;
	table-layout:fixed;
	margin-top:10px;
	}

#left-column {
	vertical-align:top;
	}
	
#left-column-content {
	vertical-align:top;
	width:160px;
	}
	
#sub-menu {
	width:170px;
	font-weight:bold;
	}
	
#content-left-bottom {
	width:170px;
	vertical-align:bottom;
	padding-top:30px;
	}
	
#content {
	padding:10px 20px 30px 20px;
	vertical-align:top;
	}
	
#content-right {
	padding-top:10px;
	width:122px;
	vertical-align:top;
	}
	
#poster-container {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}

#poster-text {

            width:397px;
            height:154px;
            _height:134px;
            padding:10px 60px 10px 60px;
            background: url(images/bg-poster.jpg) no-repeat;
            color:#FFFFFF;
            vertical-align:top;
            line-height:160%;
            text-align:justify;
            font-size:17px;
            }



#heading-news,#heading-for-managers, #heading-for-developers, #heading-upcoming-events, #heading-latest-blogs {
	vertical-align:top;
	}

#heading-news {
	width:320px;
	padding-right:35px;
	}

#heading-for-managers {
	width:240px;
	}

#heading-for-developers {
	
	}

#heading-upcoming-events {
	}

#heading-latest-blogs 
{
}
	
#footer-container {
	width:100%;
	height:70px;
	table-layout:fixed;
	margin-top:10px;
	background: #EDEDED url(images/bg-footer.gif) repeat-x;
	}

#footer-left {
	width:103px;
	background: url(images/footer-corner-left.gif) no-repeat;
	}

#footer-contact {
	width:88px;
	}

#footer-right {
	width:13px;
	background: url(images/footer-corner-right.gif) no-repeat;
	}
	
img#button-register {
	float:right;
	padding:0px 0px 0px 5px;
	}
	
#pricing-contact-table {
	background: #FEFFBA url(images/bg-pricing-contact.gif) repeat-x;
	width:100%;
	height:145px; 
	}
	
/******************
LOGIN MENU 
******************/

#login-main ul {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	}

#login-main li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}
	
/******************
MAIN MENU 
******************/

#main-menu ul {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	}

#main-menu li {
	padding-right:20px;
	list-style:none;
	display:inline;
	}
#main-menu li.current {
	color:#00A650;
	}

/******************
SIDE MENU ITEMS
******************/

#sub-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-transform: uppercase;
	}

#sub-menu a {
	padding:3px 0px 4px 12px;
	display:block;
	width:155px;
	}

#sub-menu a:link, #sub-menu a:visited {
	background: url(images/bullet-subnav.gif) no-repeat;
	background-position: 0 50%;
	}

#sub-menu a:hover {
	background: url(images/bullet-subnav-hover.gif) no-repeat;
	background-position: 0 50%;
	}

#sub-menu a:active {
	background: url(images/bullet-subnav-active.gif) no-repeat;
	background-position: 0 50%;
	}
	
#sub-menu li.current {
	background: url(images/bullet-subnav-current.gif) no-repeat;
	background-position: 0 50%;
	padding:3px 0px 4px 22px;
	color:#00A650;
	width:145px;
	}
	
/******************
LISTS IN THE CONTENT COLUMN
******************/

#content ul.link-list-with-bullet,
#heading-for-managers ul.link-list-with-bullet,
#heading-for-developers ul.link-list-with-bullet {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#content ul.link-list-with-bullet li,
#heading-for-managers ul.link-list-with-bullet li,
#heading-for-developers ul.link-list-with-bullet li,
#heading-upcoming-events ul.linl-list-with-bullet li,
#heading-latest-blogs ul.linl-list-with-bullet li  {
	padding:0px 0px 0px 14px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 5px;
	}

#content ul.link-list-without-bullet {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#content ul.link-list-without-bullet li {
	padding:0px 0px 0px 12px;
	}

/******************
HOME NEWS LIST
******************/

#heading-news ul.link-list-with-bullet {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#heading-news ul.link-list-with-bullet li {
	padding:0px 0px 10px 26px;
	background: url(images/icon-news-article.gif) no-repeat;
	background-position: 0 5px;
	}
	
.heading-news-container {
	margin:0px;
	padding:0px;
	list-style:none;
	}
.heading-news-item {
	padding:0px 0px 10px 26px;
	list-style: none;
	background: url(images/icon-news-article.gif) no-repeat;
	background-position: 0 5px;
	}
	
	
/******************
DROP DOWN MENU
******************/

/* Temporary fix because of IFRAME rendered only in IE with a Menu control*/

iframe {
       _filter:progid:DXImageTransform.Microsoft.Chroma(Color='#FFFFFF');
       }

/* Tables that holds the drop down */
/* Control Property: DynamicMenuItemStyle */

table.DynamicMenuItemStyle 
{
    background:#E9E9E9;
    border-collapse:collapse;
    text-transform:uppercase;
    margin-left:6px;
}

 
/* cells inside the table that holds the drop down */
/* control property: DynamicMenuItemStyle */

table.DynamicMenuItemStyle td
{
    background:#E9E9E9;
    border-collapse:collapse;
    border-bottom:1px dashed #FFFFFF;
    font-size:.8em;
    
}

 
/* links inside the table that holds the drop down */
/* control property: DynamicMenuItemStyle */

table.DynamicMenuItemStyle a {
       display:block;
       padding: 4px 5px 5px 4px;
       
       }


/* current or "active" pages in the menus are higlighted */
/* control property: DynamicSelectedStyle */

a.DynamicSelectedStyle {
       background: url(/images/bullet-drop-down.gif) no-repeat !IMPORTANT;
       background-position: 0 55% !IMPORTANT;
       padding-left:16px !IMPORTANT;
       color:#00A650 !IMPORTANT;
       }

table.drop-down-table {
	margin:0px 0px 0px 0px;
	}
	


td.drop-down-content {
	background:#E9E9E9;
	border-left:6px solid white;
	padding:0px 6px 0px 6px;
	text-transform:uppercase;
	}
	
.aspnet_s0 {
    background-color: Transparent !important;
	}


	
td.drop-down-bottom-left {
	width:84px;
	height:35px;
	background:transparent url(/images/drop-down-bottom-cap-left.gif)  no-repeat;
	}
	
	/* stretches as far as it needs to*/
td.drop-down-bottom-middle-bg {
	background:#D3D3D3 url(/images/bg-drop-down-bottom.gif) repeat-x;
	}
	
td.drop-down-bottom-right {
	width:10px;
	height:35px;
	background:transparent url(/images/drop-down-bottom-cap-right.gif) no-repeat right;
	}

.drop-down-content a {
	display:block;
	}

.drop-down-content ul.link-list-without-bullet {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.drop-down-content ul.link-list-without-bullet li {
	border-bottom:1px dashed #FFFFFF;
	padding:4px 5px 5px 4px
	}
	
.drop-down-content ul.link-list-without-bullet li.current {
	background: url(~/images/bullet-drop-down.gif) no-repeat;
	background-position: 0 55%;
	padding-left:16px;
	color:#00A650;
	}
	
	
/******************
CLASSES
******************/

.tablefixed {
	table-layout:fixed;
	}
	
table.section-table {
	background: url(images/bg-section-table.gif) repeat-x;
	border-bottom:2px solid #EBEBEB;
	}
	
td.section-table-left, td.section-table-middle, td.section-table-right {
	height:25px;
	}
	
td.section-table-left {
	background: url(images/section-table-left-corner.gif) no-repeat;
	width:12px;
	}
	
td.section-table-middle {
	vertical-align:top;
	padding-top:5px;
	}
	
td.section-table-right {
	background: url(images/section-table-right-corner.gif) no-repeat right top;
	width:12px;
	}

td.section-table-content {
	padding:0px 10px;
	vertical-align:top;
	}
	
td.three-column-cell {
	padding-right:10px;
	vertical-align:top;
	}
	
.table-row-1 {
	padding:3px 5px 6px 10px;
	}
	
.table-row-2 {
	background:#EBEBEB;
	padding:3px 5px 6px 10px;
	}

.home-width {
	margin-left:auto;
	margin-right:auto;
	width:880px;
	}

.big-paragraph-text {
	font-weight:bold;
	font-size:1.1em;
	line-height:160%;
	}
	
table.syllabus {
	border-collapse:collapse;
	border:1px solid #FFFFFF;
	background:#EBEBEB;
	}

table.syllabus td {
	padding:10px;
	}
	
.syllabus th {
	background:#CECECE;
	font-size:1.2em;
	color:#FFFFFF;
	padding:10px;
	}
	
.syllabus caption {
	color:#999999;
	font-size:.85em;
	}


.devscovery2008Background
{
	background-color:Transparent;
	background-image: url(http://www.wintellect.com/images/Background-with-Logos-2.gif);
}