/* CSS file which defines styles for specific classes & IDs used in BVC site  design */

/* Style rules for specific BVC classes  */

/* left is defining left-side of the BVC site pages. Width is  set to 465px because of some */
/* problems when using % values. To be replaced with the % value when enough checking */
/* will be done! */

/*
#left      { background-image: url(../web_images/BVC_logo_tile.jpg); float: left; margin: 0; position: absolute; width: 474px; height: 850px } 

/* right is defining right-side of the BVC site pages and serves mainly as a container for */
/* the pictures which appears on the right side of the page. */

.right  { margin: 0em 0%; position: absolute; width: 1135px }

*/

.h-link { font-size: 1em;
font-family: "Albertus Medium", Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
text-align: center;
background: transparent;
}

	/* Some general classes for centered elements  Headers & Paragraph  with colored version */

.centered { text-align: center
}

.centered-color { color: #c00;
background: transparent;
text-align: center
}

	/* red color */

.colored { color: #cc0000;
}


				/* Some specific styles  used for paragraphs*/

			/* this is a style which replaces ADDRESS HTML tag */

.address {  font: italic 1em/ 1 Georgia, "Times New Roman", Times, serif;
text-align: center
}


		/* style for bold, italic & bold-italic attributes. */

.b { font-weight: bold; 
}

.i { font-style: italic;
}

.bi { font-weight: bold;
      font-style: italic;
}


		/* this is a style for centered paragraph with sans-serif font. It is used for header & */
		/* bottom link(s) */

.header {font-size: 1em;
font-family: "Albertus Medium", Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
text-align: center;
line-height: 1.2em
}

.strong-color { color: #990000;
font-weight: bold;
background: transparent
}

		/* style for transliterated Sanskrit slokas */
		
.quote-sloka   { color: black; font: italic 1em/100% Georgia, "Times New Roman", Times, serif; 
background-color: transparent; 
text-align: center; 
margin-right: 60px; margin-left: 60px 
}

		/* style for transliterated Sanskrit slokas (colored) */
		
.quote-sloka-color    { color: #c00; font: italic 1em/100% Georgia, "Times New Roman", Times, serif; background-color: transparent; 
text-align: center; 
margin-right: 40px; margin-left: 40px }

		/* style for quoted text */
		
.quote-text { color: black;
font: 1em/1 Georgia, "Times New Roman", Times, serif;
text-align: justify;
background: transparent;
margin-left: 40px;
margin-right: 40px
}

		/* style for quoted text (colored) */
		
.quote-text-color  { color: #990000; font: 1em/1 Georgia, "Times New Roman", Times, serif; 
background-color: transparent; 
text-align: justify; 
margin-right: 70px; margin-left: 50px }


		/* style for unordered list  with plain style-type  used for nice indentation */
		/* e.g. FAA & FVP */

.plain { list-style-type: none
}


		/* it has to be ranamed! */

.topic { font-style: italic;
font-weight: bold
}


					/* some styles for tables */

			/* Degree Requirements  table(s) */

		/* caption */

caption { font-size: 1.5em
}

		/* Education requirements  column(s) are left-aligned */

.education { text-align: left
}

		/* Credits column(s) has to be right-aligned */
		
.credits { text-align: right
}

		/* table header for  Degree Requirements table(s) */

thead { font-weight: bold
}

		/* Course Description(s) table(s) */

		/* course is used for the code of the course */
		
.course  { font-weight: bolder; vertical-align: text-top; width: 40px }

		/* desc is used for the course description */
		
.desc { vertical-align: text-top;
padding-bottom: 8px
}

		/* Degrees offered table(s) */

		/* left column, bold */

.degree { font-weight: bold;
vertical-align: text-top;
padding-bottom: 8px
}


.credit-hours { vertical-align: text-top;
padding-bottom: 8px
}

		/* College features table(s) */

.feature { font-weight: bold;
vertical-align: text-top;
padding-bottom: 8px
}

.info { vertical-align: text-top;
width: 75%;
padding-bottom: 8px
}

					/* END of table(s) styles */


		/* logo & copyright are used  in articles pages. Remove them in separate CSS */

#logo { position:relative;
left: 0;
top: 0;
float: left;
width: 20%;
height: 155px
}

#copyright {position: relative;
left: 0;
top: 60px;left: -28px;
float: right;
white-space: nowrap;
width: 80%;
height: 155px;
}


					/* some styles for forms - check!! */

.note { color: #FF0000;
background: transparent
}


.current-warning {color: #CC0000;
background: transparent
}


.important-data { color: #FF0000;
background: transparent
}


			/* style for htdig-related templates */

div.htdig { padding: 5%
}

