/**************************************
 * THEME NAME: rotary2080
 *
 * Files included in this sheet:
 *
 *   rotary2080/ry_layout.css
 *   rotary2080/ry_fonts.css
 *   rotary2080/ry_color.css
 **************************************/

/***** rotary2080/ry_layout.css start *****/

/* Core */


#content {
  margin: 5px;
}

hr {
	height : 1px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 0px;
}
  

input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:60px;
  border-width:1px;
  border-style:solid;
  
}

#header {
  height:60px;
  border-width:1px;
  border-style:solid;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }


/***
 *** Login
 ***/
 
.login {
  margin: 0px;
 }

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  }



/***
 *** Blocks
 ***/


.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  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: solid;
  border-width: 1px;
}

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
 .course {
  margin: 0px;
 }

.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}

#tabfooter {

}

.tbfooter {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	height: 40px;
}

.tbfooter1 {
	padding-left: 5px;

}/***** rotary2080/ry_layout.css end *****/

/***** rotary2080/ry_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
/*	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
/*    font-family: Arial, Helvetica, sans-serif; */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 16px;
}

body {
	margin : 5px;
	}

th {
  /* font-family: "Times New Roman", Times, serif; */
  /* font-size: 12px; */
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
	/* font-family: "Times New Roman", Times, serif; */
}

h1 {
  font-size:1.2em;}

h2 {
  font-size:1.1em;
}
h3 {
  font-size:1.0em;
  font-weight:bold;
}
h4 {
  font-size:0.9em;
  font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {

  font-weight: bold;
  font-size: 1.0em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
  font-size: 1.1em;
  font-weight: bold;
}


/***
 *** Header
 ***/
 
.breadcrumb {
  /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
  font-size:.9em;
  }

.logininfo,
#header-home .headermenu font {
   font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
  font-size:0.85em;
  text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.8em
  }

table.minicalendar tr.weekdays th {
  font-size:0.8em;
  font-weight:normal;
  }

table.minicalendar tr td.day {
  font-size:0.8em;
  }
  
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.1em;
}

/***
 *** Footer
 ***/

.tbsmall {
  font-size: 0.9em;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}  
/***** rotary2080/ry_fonts.css end *****/

/***** rotary2080/ry_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF;
}

a:link {
    
}

a:visited {
   color:blue;
}

a:hover {
    
}


th {
	/* background-color:#FFE4A6; */

}

th.header,
td.header,
div.header {
  background-color: #9EBCDA;
  }

#layout-table #left-column {
	/* background-color: yellow; */
}

/* .generalbox {
  border-color:#003E7E;
  background-color:#FFFFFF;
} */

.navbar {
  border-color:#FFFFFF;
  background-color:#F8F9E2;
 }

.sitetopiccontent {
  border-color:#FFFFFF;
  background-color:#FFFFFF;
}


/***
*** Tabledivider
***/

.linevert {
	background-image: url(pix/grey_vert.gif);
}

.linehoriz {
	background-image: url(pix/grey_hor.gif);
}

.linecross {
	background-image: url(pix/grey_cross.gif);
}

/***
*** Menu
***/

.menuflex {
	background-image: url(pix/menu/menu_flex.jpg);
}


/***
 *** Header
 ***/

#header-home, #header {
  /* background-color: #E3DFD4;*/
  border-color:#FFFFFF; 
  background: url(header_01_flex.jpg) repeat-x;
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#003E7E;
}

.loginbox .content {
  border-color:#FFFFFF;
}


/***
 *** Blocks
 ***/
/*
.sideblock {
  border-color:#003E7E;
}

.sideblock .content {
  background-color:#FFE4A6;
}

.sideblock .footer {
  border-top-color:#003E7E;
} */




/***
 *** Course
 ***/

.headingblock {
  border-color:#003E7E;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#003E7E;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #003E7E;
}

#course-view .section .content {
  border-color: #003E7E;
  background-color: #FFFFFF;
}

#course-view .section .side {
  border-color: #003E7E;
  background-color: #FFFFFF;
}

/***
 *** Tabs
 ***/

/* .tablink a:link,
.tablink a:visited {
  color:#000066;
}

.selected .tablink a:link,
.selected .tablink a:visited {
  color:#000000;
} */
.tabs .side {
  border-color: #AAAAAA;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.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);
}

/***
*** Footer
***/

.tbfooter {
    border-color: #FFFFFF;
	background-image: url(footer_01_flex.jpg);
}


/***** rotary2080/ry_color.css end *****/

