body {
	margin: 0px;
	background-image: url(/images/background.gif);
}
/******************************************************/
/* Top navigation bar                                 */
/******************************************************/
.TopNavigationBG {
	background-image: url(/images/mainImages/topNavBg.gif);
	background-repeat: repeat-x;
}
.TopNavSelectBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 6px;
	line-height: 12px;
}
.TopNavLink {
	background-image: url(/images/mainImages/topNavButtonBg.gif);
	background-repeat:no-repeat;
	height:27px;
}
.TopNavLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0px 7px 0px 15px;
	vertical-align:middle;
}

/******************************************************/
/* Navigation drop-down menus                         */
/******************************************************/
table.DropMenu {
	border:1px outset; 
}
td.DropItem {
	padding:3px 6px;
	line-height:16px;
	background-color:#C4C4C4;
	border-top:1px solid #EEEEEE; 
	border-bottom:1px solid #BBBBBB;
}
td.DropItem.first {
	border-top:none;
}
td.DropItem.last {
	border-bottom:none;
	padding-bottom:7px;
}
td.DropItem:hover {
	background-color:white;
}
td.DropItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
td.DropItem a:hover {
	text-decoration: underline;
}

/******************************************************/
/* Site footer formats                                */
/******************************************************/
.sitefooter {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 8px 8px;
	background-color:#696969;
}
.sitefooter a:link {
	text-decoration: none;
	color: #FFFFFF;
	padding:0px;
}
.sitefooter a:visited { 
	text-decoration: none;
	color: #FFFFFF;
	padding:0px;
}
.sitefooter a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding:0px;
}

/* for some reason, font size doesn't cascade properly in VBulleting, so repeat it here */
.sitefooter p{
	font-size: 10px;
}

/******************************************************/
/* No longer used?                                    */
/******************************************************/
a.SubTopicLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #669966;
}

.SubTopicTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

a.SubTopicLinks:hover {
	text-decoration: underline;
}

/******************************************************/
/* Miscellaneous                                      */
/******************************************************/
.TableGrid {
	border: 1px solid #DDDDDD;
}

.TableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/mainImages/tableHeaderBG.gif);
	background-repeat: repeat-x;
	height: 35px;
	padding-right: 5px;
	padding-left: 7px;
}

.TableListBG {
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 7px;
	line-height: 15px;	
}

.TableListAltBG {
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-image: url(/images/mainImages/tableAltBG.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 7px;
	background-color: #FFFFFF;
	line-height: 15px;
}

.TableOutSideBorder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(/images/news_body_bg.gif);
	background-repeat: repeat-y;
}

.regularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;	
}

h5 {
	line-height: 20px;
}

h4 { 
	line-height: 20px; 
}

/******************************************************/
/* Image formatting                                   */
/******************************************************/
img.FloatLeft {
	float:left; 
	clear:right; 
	margin: 0 12px 12px 0;
}

img.FloatRight {
	float:right; 
	clear:right; 
	margin: 0 0 12px 12px;
}

/******************************************************/
/* Topic-spage specific formatting                    */
/******************************************************/
div.topicsection {
	height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
	max-height: 150px; /* sets max-height value for all standards-compliant browsers */
	width: 314px;
	overflow: auto; 
	padding: 0px; 
	margin: 0px; 
	border: none; 
	float:none;
	clear:both;
}
.topicLeftBox { /* Random Hot-shot only? */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	padding: 1px 8px 0px 8px;
	margin: 0;
}

/******************************************************/
/* Software University class description pages        */
/******************************************************/
td.suMoreInfoCol1 {
	border:0px;
	border-top:1px solid #CCCCCC;
	vertical-align:top;
	width:100px;
	padding:6px;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	background-color:#FFFFDD;
}
td.suMoreInfoTitle {
	border:0px;
	border-top:1px solid #CCCCCC;
	vertical-align:top;
	width:300px;
	padding:6px;
	font-size:12px;
	font-weight:bold;
	color:red;
}
td.suMoreInfoCol2 {
	border:0px;
	border-top:1px solid #CCCCCC;
	vertical-align:top;
	width:430px;
	padding:6px;
	font-size:11px;
}
td.suMoreInfoCol2a {
	border:0px;
	border-top:1px solid #CCCCCC;
	vertical-align:top;
	width:300px;
	padding:6px;
	font-size:11px;
}

/******************************************************/
/* Software University sidebar                        */
/******************************************************/
td.suSidebarTop {
	padding:5px 0px;
	vertical-align:top; 
	text-align:center;
	background-image:url(/images/ypaper_top.jpg); 
	background-repeat:repeat-y;
}
td.suSidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	padding: 5px 5px 10px 5px;
	vertical-align:top;
	background-image:url(/images/ypaper_line.jpg); 
	background-repeat:repeat-y; 
	border-bottom: 1px solid #999999;
	text-align:center;
}
td.suSidebar p.suNextClass {
	font-weight:bold; 
	font-variant:small-caps;
	font-size: 12;
}
td.suSidebar a {
	font-weight:bold; 
	font-size:13px;
	padding:0px 5px 3px 5px; 
	background-color:#33FF66;
}
td.suSidebar li {
	text-align:left;
	margin-left:-18px;
}

/******************************************************/
/* Language translation flag and popup - top menu bar */
/******************************************************/
.LanguageSelectBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 6px 6px;
	line-height: 11px;
	max-width:150px;
}
option.Language {
    padding: 2px 0 2px 24px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    vertical-align: middle; 
}
img.Flag {
	width:18px;
	height:12px;
	margin:0px;
	margin-left:3px;
	vertical-align:text-bottom;
	border:0px;
	padding:0px;
}

/******************************************************/
/* SoftwareCEO Exclusive article - various            */
/******************************************************/
.abouttheauthor {
 	border-top:1px solid black; 
	font-style:italic;
	color:#666666;
 }
.pullquote_rt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	width: 30%;
	float: right;
	line-height:115%;
	margin: 0px 10px 10px 0px;
	background: url(http://www.softwareceo.com/images/editorialArchives/closequote.gif) no-repeat bottom right;
	padding:0px 10px 5px 30px;
	text-indent: -35px;
	color:#FF9900;
}
.pullquote_rt:first-letter {
	background: url(http://www.softwareceo.com/images/editorialArchives/openquote.gif) no-repeat 15px 2px;
	padding:8px 2px 0px 30px!important;
}

.pullquote_lt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	width: 30%;
	float: left;
	line-height:115%;
	background: url(http://www.softwareceo.com/images/editorialArchives/closequote.gif) no-repeat bottom right;
	margin: 0px 12px 10px 2px;
	padding:0px 10px 5px 8px;
	text-indent: -25px;
	color:#FF9900;
}
.pullquote_lt:first-letter {
	background: url(http://www.softwareceo.com/images/editorialArchives/openquote.gif) no-repeat 15px 2px;
	padding:8px 2px 0px 34px!important;
}

/******************************************************/
/* SoftwareCEO Exclusive article - company snapshots  */
/******************************************************/
div.se_snap {
	float:right; 
	clear:right; 
	width:165px; 
	margin-left:20px; 
	margin-bottom:10px;
}
table.se_snap {
	font-size:11px;
	background-image: url(http://www.softwareceo.com/images/kg_bg.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-color:#D4E4E7;
	background-position:-2px 0px; 
	border:1px solid #D9D9D9; 
	border-top:none;
}
td.se_snap_cs {
	color:#7A875B; 
	font-size:14px; 
	text-align:center;
	font-family:'Courier New', Courier, monospace;
}
td.se_snap_co {
	color:#7A875B;
	font-size:16px;
	text-align:center; 
	font-weight:bold; 
}
td.se_snap_header {
	border-top:1px solid #7A875B;
	font-weight:bold;
}
td.se_snap_col1 {
	text-align:right;
	font-style:italic;
	width:33%;
}
td.se_snap_col2 {
	text-align:left;
}
ul.se_snap_clients {
	margin-bottom:0px; 
	margin-left:-15px; 
	margin-left:expression('15px');
}
ul.se_snap_clients li {list-style:none; text-indent: -10px;}

ul.se_snap_awards {
	margin-bottom:6px; 
	margin-left:-15px; 
	margin-left:expression('15px');
}
ul.se_snap_awards li {list-style:none; text-indent: -10px;}

/******************************************************/
/* Google RSS feed                                    */
/******************************************************/
.gfc-resultsHeader, 
.gf-snippet, 
.gf-author {
	display : none;
}    
.gf-title {
	line-height: 10pt;
	display:inline;
	vertical-align:bottom;
	overflow:auto;
}
.gf-relativePublishedDate {
	line-height: 10pt;
	display:inline;
	vertical-align:bottom;
	overflow:auto;
	padding-left:5px; 
	font-style:italic;
}
.gf-relativePublishedDate:before {
	display:inline;
	content:" - ";
}

/******************************************************/
/* paperclip box                                      */
/******************************************************/
.pclip_top {
	background-image: url(/images/paperclip_top.gif);
	background-repeat:no-repeat;
	background-position: 97% top;
	vertical-align:top;
	height:6px;
}
.pclip_bottom {
	background-image: url(/images/paperclip_bottom.gif);
	background-repeat:no-repeat;
	background-position: 97% top;
	vertical-align:top;
	border-bottom: 1px solid #999999; 
	border-right:1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
}