/* Classes must have a name consisting of one lowercase character and two-digit
   number. The character is one of the following:
   - "b" for banner-related classes (e.g. a banner title)
   - "f" for form-related classes (e.g. submit buttons, text fields)
   - "i" for image-related classes (e.g. the border for an image)
   - "l" for lists (e.g. newsticker)
   - "m" for menu-related classes (anything in the right column of the page)
   - "n" for navigation
   - "o" for other classes that don't fit into the listed categories
   - "s" for story-related classes (e.g. a story subtitle)
   - "t" for all time definition 
   - "w" for weather-related classes (e.g. temperature lists)
   - "x" for box-related classes (anything that appears within a box)
   - "z" for spacers (anything that's used for dividing other content)
   
   Write the class definitions in alphabetical order. Write color values in
   capital letters. 
*/

/* Normally, we use <div class="...">...</div> for formatting something.
   However, this creates a line break, so if you don't want one, use
   <span class="...">...</span> instead.
*/

/* The web site sits in the upper left corner. Also, the usual font color is
   black, and the fonts are defined here. */

body {
	background-color: #E1E1E1;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
/*	scrollbar-highlight-color: #FFFFFF;	
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-base-color: #CCCCCC;
	scrollbar-arrow-color: #CC0000;
	scrollbar-darkshadow-color: #AAAAAA; */
}

/* Usually, links aren't underlined, but they appear underlined when you point the mouse pointer at them. */
a:link {
	color: black;
	text-decoration: none;
}

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

a:hover {
	color: black;
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

/* Use <strong> instead of <b>. */
strong {
	font-weight: bold;
}

/******************************************************************************
 BANNER
******************************************************************************/

/* Standard banner title */
.b00 {
	font-size: 0.75em;
	font-weight: bold;
}

/* The standard banner text */
.b50 {
	font-size: 0.7em;
}

/* The standard front banner text (fixed) */
.b51 {
	font-size: 12px;
	font-weight: bold;
}

/******************************************************************************
 FORM
******************************************************************************/
/* The submit button for the search. Its font size is in pixels to prevent the
   header layout to be ripped apart. */
.f10 {
	background-color: #000000;
	color: white;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	border: 1px ; 
	border-top-color: #e1e1e1 ; 
	border-left-color: #e1e1e1 ; 
	border-right-color: #cccccc ; 
	border-bottom-color: #cccccc ;
}

/* The search field for the search. */
.f15{
	background-color: white;
	font: white;
	font-size: 0.7em;
	border: 2px; 
	border-top-color: #e1e1e1; 
	border-left-color: #e1e1e1; 
	border-right-color: #cccccc; 
	border-bottom-color: #cccccc;
}

/* The feedback and send story form's text */
.f54 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* The feedback and send story form's text */
.f55 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/******************************************************************************
 IMAGE
******************************************************************************/

/* The image shown with a border */
.i00 {
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
/* The caption for an image, which is also its "alt" text */
.i01 {
	background-color: #E7E7E7;
	font-size: 0.65em;
}

/* Special image border for the weather picture on the weather page*/
.i02 {
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
}

/******************************************************************************
 LIST
******************************************************************************/

/* The standard menu title for a story or ticker list */
.l00 {
	color: #D81E29;
	font-size: 0.7em;
	font-weight: bold;
/*	margin-left: 3px;*/
}

.l00 a:link {
	color: #D81E29;
	text-decoration: none;
/*	margin-left: 3px;*/
}

.l00 a:visited {
	color: #D81E29;
	text-decoration: none;
/*	margin-left: 3px;*/
}

.l00  a:hover {
	color: #D81E29;
	text-decoration: underline;
/*	margin-left: 3px;*/
}

.l00 a:focus {
	color: #D81E29;
	text-decoration: underline;
}

/* The title for one story in a story list */
.l01 {
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 2px;

}
/* The text for one story in a story or ticker list*/
.l02 {
	font-size: 0.7em;
}
/* Search: The text used in the feedback forms error */
.l09 {
	color: #D81E29;
	font-size: 0.7em;
	font-weight: bold;
}
/******************************************************************************
 MENU
******************************************************************************/

/* The default menu title */
.m01 {
	color: white;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 2px;
}
/* The gallery menu */
.m11 {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 2px;
}

.m11 a:link {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.m11 a:visited {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.m11 a:hover {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.m11 a:focus {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

/* The gallery menu, active link */
.m12 {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 2px;
}

.m12 a:link {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.m12 a:visited {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.m12 a:hover {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.m12 a:focus {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

/* The gallery menu, inactive link */
.m13 {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 2px;
}

/* The gallery title */
.m14 {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 2px;
}

/* white text title */
.m15 {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* bigger navigation elements (expo-archive) */
.m16 {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.m16 a:link {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.m16 a:hover {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.m16 a:focus {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* The gallery menu, inactive link (expo_archive)*/
.m17 {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 2px;
}
/******************************************************************************
 NAVIGATION
******************************************************************************/

/* Main Categories "nav_", when active n.02*/
.n01 {
	background-color: #CCCCCC;
	color: black;
	font-size: 0.7em;
	font-weight: bold;
}
.n01 a:link {
	color: black;
	text-decoration: none;
}
.n01 a:visited {
	color: black;
	text-decoration: none;
}
.n01 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.n01 a:focus {
	text-decoration: underline;
}

/* Main Categories "nav_", when not active n.01*/
.n02 {
	background-color: #CCCCCC;
	color: #CC0000;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;

}
.n02 a:link {
	color: #CC0000;
	text-decoration: underline;
}
.n02 a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.n02 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.n02 a:focus {
	color: #CC0000;
	text-decoration: underline;
}

/* Navigation Subcategories "subn_", when active n05 */
.n04 {
	background-color: #e1e1e1;
	color: #CC0000;
	font-size: 0.7em;
	font-weight: bold;
}
.n04 a:link {
	color: #000000;
	text-decoration: none;
}
.n04 a:visited {
	color: #000000;
	text-decoration: none;
}
.n04 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.n04 a:focus {
	text-decoration: underline;
}

/* Navigation Subcategories "subn_", when not active n04 */
.n05 {
	background-color: #e1e1e1;
	color: #CC0000;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;
}
.n05 a:link {
	color: #CC0000;
	text-decoration: underline;
}
.n05 a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.n05 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.n05 a:focus {
	text-decoration: underline;
}


/* Navigation in the footer */
.n10 {
	background-color: black;
	color: white;
	font-size: 0.7em;
}

.n10 a:link {
	color: white;
}

.n10 a:visited {
	color: white;
}

.n10 a:hover {
	color: #CC0000;
	text-decoration: underline;

}
.n10 a:focus {
	color: white;
}
/******************************************************************************
 OTHER
******************************************************************************/

/******************************************************************************
 STORY
******************************************************************************/

/* The story's main title */
.s00 {
	font-size: 1.1em;
}

/* The story's lead. bold */
.s50 {	
	font-size: 0.75em;
	font-style: normal;
 	font-weight: bold;
}

/* The story's lead text */
.s51 {
	font-size: 0.75em;
}

/* The story's text */
.s52 {
	font-size: 0.75em;
}
/* Current Page style on the detail page */
.s70 {
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
}

.s70 a:link{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
}

.s70 a:visited{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
}

.s70 a:hover{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
}

.s70 a:focus {
	text-decoration: underline; 
}

/******************************************************************************
 TIME
******************************************************************************/

/* The line with the current date and time */
.t00 {
	font-size: 0.7em;
}

/* The time for the ticker detail page */
.t01 {
	color: #999999;
	font-size: 0.7em;
}

/******************************************************************************
BOX
******************************************************************************/

/* Related Objects: Title */
.x01 {
	font-size: 0.7em;
	font-weight: bold;
}

/******************************************************************************
SPACER
******************************************************************************/
/* Use these spacers by specifying a &nbsp; */

/* Spacer: 1 pixels height */
.z01 {
	font-size: 1px;
}

/* Spacer: 2 pixels height */
.z02 {
	font-size: 2px;
}

/* Spacer: 3 pixels height */
.z03 {
	font-size: 3px;
}

/* Spacer: 4 pixels height */
.z04 {
	font-size: 4px;
}

/* Spacer: 5 pixels height */
.z05 {
	font-size: 5px;
}

/* Spacer: 6 pixels height */
.z06 {
	font-size: 6px;
}

/* Spacer: 7 pixels height */
.z07 {
	font-size: 7px;
}

/* Spacer: 8 pixels height */
.z08 {
	font-size: 8px;
}

/* Spacer: 10 pixels height */
.z09 {
	font-size: 9px;
}

/* Spacer: 10 pixels height */
.z10 {
	font-size: 10px;
}

