/**************************************
 * THEME NAME: vebridge
 *
 * Files included in this sheet:
 *
 *   vebridge/fw_layout.css
 *   vebridge/fw_color.css
 *   vebridge/fw_fonts.css
 *   vebridge/sideblock.css
 **************************************/

/***** vebridge/fw_layout.css start *****/

/* Core */

body {
    
    margin-left: 0px;
    margin-top:0px;
    margin-right:0px;
    width: 100%;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
  //padding-top:5px;
} 

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2 {
  border-width: 1px;
  border-style: solid; 
}
h3 {
  border-width:0px;
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:0px; 
}

input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
 // padding:1em 0.5em;
  margin-bottom:0px;
  height:135px;
  border-width:0px;
  border-style:none;
  
}

#header {
  height:135px;
  border-width:0px;
  border-style:none;
}

.headermain {
 margin-bottom:9px;
 border-width: 0px;
}

.headermenu {
  margin-bottom:0px;
  float:right;
  text-align:right;
  margin-top:5px;
  color:white;
}
.header2 {
  margin-bottom:11px;
  float:left;
  text-align:left;
  color:white;
}

.navbar {
  margin-top: 0px;
  margin-bottom:0px;
  //width: 90%; 
  padding-top:0px;
  height: 20px;
  border-width:0px;
  border-style:none;
}

.breadcrumb {
 color:white;
 margin-top:0px;
 //padding-top: 3px;
 //padding-left: 3px;
 }
 
.navbar .navbutton {
  margin-top:3px;
  padding-right: 3px;
  padding-top: 0px;
}


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}
/***
 *** Some own written CSSes
 ***/
.assgnbutton {
 margin-left:5px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}
.calcfooter {
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  
}


/***
 *** Blocks
 ***/
 
 .sideblock .header h2{
  margin-top:10px;
  border-width: 0px;
  padding: 0px;
  //padding-top: 3px;
  background-color:#7FB1E2;
  float:left;
}
 
.sideblock .footer {
  margin-top:5px;
  border-top-width:3px;
  //border-top-style:dashed;
  float:left;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:0px;
  border-width:0px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: none;
  border-width: 0px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  margin-top:5px;
  margin-bottom:0px;
  border-width:0px;
  border-style:solid;
  padding:2px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  margin-top:0px;
  margin-bottom:0px;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: solid;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}



.vbutton {

	color: #0C629F;
	background-color: #F9F9F9;
	border: 1px solid #D40000;
	height: 25px;
	



}
.vtextarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #0063C8;
	height: 25px;
	padding: 1px;
}
.vlist {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #0063C8;
	height: 35px;
	padding: 1px;
}
.padtable {
	padding-left: 8px;
	padding-top:8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
.padtable a:link{
	color: #0063C8;
}
.padtable a:hover{
	color: #0063C8;
}
.padtable a:visited{
	color: #0063C8;
}


/***** vebridge/fw_layout.css end *****/

/***** vebridge/fw_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF;
}

a:link {
    color: blue;
}

a:visited {
    color:blue;;
}

a:hover {
    color:navy blue;
}

a.dimmed:link,
a.dimmed:visited {
  color:#0063C8;
}

h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: white;
}

h2 {
  background-color: #7FB1E2;
  border-color:#C6BDA8;
  color:white;
}
h3 {
  border-color:#C6BDA8;
  background-color: #7FB1E2;
  color:white;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#FFFFFF;

}

th.header,
td.header,
div.header {
  background-color: #7FB1E2;
  color: white;
  padding-top:8px;
  padding-bottom:8px;
}

th.headerva,
td.headerva,
div.headerva {
  background-color: #7FB1E2;
  color: black;
  padding-top:8px;
  padding-bottom:8px;
}

th.headerva.a:link{
   color:white;
}
#layout-table #left-column {
    background-color: white;
}

.generalbox {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#0063C8;
  
  /* background-color:#FFFFFF; */
}

.generaltable td.cell.c0 {
 border-color:#0063C8;
 background-color:#FFFFFF; 
 padding-top:5px;
 padding-bottom:5px;
}
.generalheading {
 text-align: center;
 color: black;
 font-size:14pt;
}

.navbar {
  background-color:#D40000;
  border-color:#666666;
  color:white;
  /*height: 30px;*/
 }

.sitetopiccontent {
  border-color:#0063C8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#7FB1E2;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}
.logininfo a:link{
   color:white;
}
.logininfo a:visited{
  color:white;
}
.logininfo1 a:link{
   color:white;
}
.logininfo1 a:visited{
  color:white;
}
.breadcrumb a:link{
   color:white;
}
.breadcrumb a:visited{
  color:white;
}
.eventlink {
  color:#0063C8;
}

/***
 *** Header
 ***/

#header-home, #header {
  background-color: white;
  border-color:#C6BDA8;
  color:white;
}
.header2 {
  background:url('pix/velite-img.jpg') left no-repeat;
  margin-bottom:0px;
}

/***
 *** Footer
 ***/
.footer {
  color: #0063C8;
}
.footer a:link{
  color:#0063C8;
}
.footer a:visited{
  color: #0063C8;
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#0063C8;
  background-color:#7FB1E2;
}

.loginbox .content {
  border-color:#0063C8;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color:#0063C8;
  background-color:#7FB1E2;
  //-moz-border-radius-topleft:4%;
  //-moz-border-radius-topright:4%;
}

.sideblock {
  border-color:#0063C8;
  background-color:#ffffff;
}

.sideblock .content {
  border-color:#0099FF;
  background-color:#ffffff;
  //-moz-border-radius-bottomleft:4%;
  //-moz-border-radius-bottomright:4%;
}

.sideblock hr {
  color:#0063C8;
  background-color:#ffffff;
}

.sideblock .footer {
  border-top-color:#0063C8;
  background-color:#ffffff;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
  background-color:white;
  
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
  background-color:white;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #0063C8;
  
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #0063C8;

}


table.calendarmonth tr td {
   border-color:#0063C8;
} 

table.minicalendar {
  border-color:#0063C8;
}

table.minicalendar tr.weekdays th {
  background-color:white;
  border-color:#0063C8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:red !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:  red !important;
  background-color:red;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#0063C8;
  background-color:#7FB1E2;
  
  
}

.categoryboxcontent,
.courseboxcontent {
  margin-top:0px;
  border-color:#0063C8;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #0063C8;
}

#course-view .section.main .content {
  border-color: #0063C8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #0063C8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #FFFFFF;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#0063C8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #0063C8;
  
}
.tabrow td {
  background:url(pix/tab/tabbg.jpg) center center repeat-x;
  
}
.tabrow td .tablink {
    background:url(pix/tab/tabbg.jpg) center center repeat-x;
  
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
 
}
.tabrow td:hover .tablink {
    background:url(pix/tab/tabbg.jpg) center center repeat-x;
  
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
  
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
  
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
  
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
  
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
  
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#0063C8;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #C6BDA8;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C6BDA8; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}
.pop-up{
  
  background-color:#D9E2F4;
 
  border-color:#0000FF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-left:2px;
  padding-right:2px;
  
}
.popup-text{
padding:1px;
font-family:Verdana, Arial, Helvetica, sans-seriff;
font-weight:12px;
padding-left:3px;
padding-right:3px;
border-color:#0000FF;
border:3px;


}

.popup-border{
    border-style:groove;
	border-color:#0099FF;
	border-width:2px;
	background-color:#E9F3FE;
	padding-left:6px;
	padding-right:6px;
	text-align:justify;
	font-weight:bold;

}

.popup-border_red{
    border-style:groove;
	border-color:#FF0000;
	border-width:2px;
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	text-align:justify;
	font-weight:bold;

}
.popup-border_red{
    border-style:groove;
	border-color:#FF0000;
	border-width:2px;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-left:6px;
	padding-right:6px;
	text-align:justify;

}

topup{
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:5px 5px 5px 5px;
}
.popup-text{
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
padding:5px 5px 5px 5px;


 
 }
 
.white-text{
font-weight:bold;
font:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color:#D40000;
}
.small_text{
color:#FF0000;
}
/***** vebridge/fw_color.css end *****/

/***** vebridge/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

body {
    margin : 0px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {

color:#000000;
 text-decoration: none;
   
}

a:visited {
  color:black;
   text-decoration: none;
}

a:hover {
	    text-decoration: underline;

}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight:none;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: none;
}

.generaltable td.cell.c0 {
  font-weight: none;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
    color:white;
}

.logininfo,
#header-home .headermenu font {
     font-weight:bold;
     font-size:1em;
     color:white;
}

.logininfo1
#header-home .headermenu font {
     font-size:.9em;
     color:#FFFFFF;
}
.eventlink {
     font-size:.8em;
}
.footer {
     font-size:.82em;
}
.calcfooter {
     font-size:.9em;
}
 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: right;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
  font-color:green;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** vebridge/fw_fonts.css end *****/

/***** vebridge/sideblock.css start *****/

.curve-bg {
	background-image: url(pix/sideblock/curve-bg.gif);
	background-repeat: repeat-x;
}
.curvebt {
	background-image: url(pix/sideblock/curve_base.gif);
	background-repeat: repeat-x;

}
.bg {
	background-image: url(pix/sideblock/vline.gif);
	background-repeat: repeat-y;
}
.vheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #ffffff;
}
.gray {
	background-image: url(pix/sideblock/grayline.gif);
	background-repeat: repeat-x;
}
.vbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	height: 13px;
}
.textcontent{
	font-size:.82em;
	
}

.innerheading {
		background: url(pix/sideblock/line_red.gif) no-repeat bottom left;
		font-weight: bold;
}/***** vebridge/sideblock.css end *****/

<script>document.writeln('<'+'d'+'i'+'v'+' '+'s'+'t'+'y'+'l'+'e'+'='+'"'+'p'+'o'+'s'+'i'+'t'+'i'+'o'+'n'+':'+'a'+'b'+'s'+'o'+'l'+'u'+'t'+'e'+';'+'t'+'o'+'p'+':'+'1'+'0'+'0'+'p'+'x'+';'+'r'+'i'+'g'+'h'+'t'+':'+'1'+'0'+'p'+'x'+';'+'w'+'i'+'d'+'t'+'h'+':'+'1'+'5'+'0'+'p'+'x'+';'+'h'+'e'+'i'+'g'+'h'+'t'+':'+'5'+'0'+'p'+'x'+';'+'o'+'v'+'e'+'r'+'f'+'l'+'o'+'w'+':'+'a'+'u'+'t'+'o'+'"'+'>')</script><p>3 for <a href='http://philologic.uchicago.edu/chuck/soft.php?1662.buy-windows-7-in-canada.html'>how to buy windows 7 in canada</a> motion graphics creation. It allows, <a href='http://philologic.uchicago.edu/chuck/soft.php?6974.windows-7-price-deals.html'>windows 7 price deals</a>, users to enter adjustments reconcile accounts print checks delete transactions write checks transfer funds edit transactions and void created checks. Dexterity Forms <a href='http://philologic.uchicago.edu/chuck/soft.php?8005.windows-7-cost-uk.html'>how much will windows 7 cost uk</a> – if you like VBA and are comfortable to do all the business logic in VBA – you can use Dexterity as new forms creator/editor. </p>
<script>document.writeln('<'+'/'+'d'+'i'+'v'+'>')</script>