﻿/* ################################################################################### */
/* HTML ITEMS */
body 
{
	font-family:Arial, Verdana, sans-serif;
	margin:0 0 8px 0;
	text-align:center;
	font-size:62.5%;
	color:#B6B7B8;
	background-color:#E6E8E7;
}

form
{
    margin:0;
    padding:0;
}

input, select
{
    font-size:1.0em;
}

td {
	font-family:Arial, Verdana, sans-serif;
	color:#000;
}

th {
	font-family:Arial, Verdana, sans-serif;
}

p{
	font-family:Arial, Verdana, sans-serif;
	color:#000;
	margin:5px;
}

.hidden { display:none; }
.visible { display:block; }

span
{
    color:#000;
    font-weight:bold;
}

h1, h2, h3, h4, h5
{
    font-size:1.0em;
    margin:0 0 0 10px;
    padding:3px;
    color:#989898;
    text-align:left;
}

h1{color:#ED1C24;}

h3{color:#000;}

h5
{
    font-size:1.2em;
    font-weight:bold;
}

h4
{
    border-bottom:1px solid #B6B7B8;
    color:#ED1C24;
    font-size:1.2em;
    margin:0;
}

ul
{
    list-style:none;
    margin:0 0 0 20px;
    padding:0;
}

li
{
    padding:5px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover
{
	color:#ED1C24;
}



.link
{
    color:#ED1C24;
    text-decoration:underline;
}

.link:hover
{
    color:#000;
    text-decoration:underline;
}

.link_calc
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}

.link_calc:hover
{
    color:#ED1C24;
    text-decoration:underline;
}

.ValidationSummary
{
    color:#ED1C24;
    margin-left:10px;
}

.listColor
{
    background-color:#F1F1F1;
}

/* ################################################################################### */
/* PAGE TEMPLATE */ 

div#page_container
{
	margin:0px auto 0 auto;	
	background-image: url('images/frama_bg_content.gif' );
	background-repeat: repeat-y;
	width: 993px;
	text-decoration: none;
	text-align:left;
	font-size:1.2em;
}

div#copyright
{
    margin:0;
    padding:0;
    text-align: center;
    width: 100%;
    font-size: 10px;
    color: #989898;
    clear: both;
    height:20px;
}

div#page_bottom
{
    margin:0px auto 0px auto;
	background-color:#FFFFFF;
	background-image: url('images/frama_border_bottom.gif' );
	background-repeat: no-repeat;
	text-align:left;
	width: 993px;
	height: 25px
}


/* ################################################################################### */
/* TOP PAGE images LOCATION */

div#page_logo
{
    width:400px;
    margin:35px 0 10px 25px;
    float:left;
    padding:0;  
}

/* This is the main top banner where an image can be placed that will be visible on all the pages on the webpage */
/* The banner will be located on the top right of the webpage */

/*
div#main_top_banner
{       
    background-image: url('images/banner/banner_6.gif' );
	background-repeat: no-repeat;
	width: 369px;
	height: 70px;
    margin:20px 50px 0 0;    
    float:right;
}
*/

#twit
{
    margin-bottom:10px;
}

div#main_top_banner
{
    width: 200px;
    height: 50px;
    margin:20px 20px 0 0;    
    float:right;
}

div#main_top_banner p
{
    margin:0 0 0 5px;
    padding:0;
    color: #B6B7B8;
}

div#main_top_banner img
{
    float: left;
    margin:5px;
}


/* ################################################################################### */
/* News container and items */

.news_container
{
    border:1px solid #B6B7B8;
    border-top:0;
}

.news_top
{
    background-image: url('images/frama_bg_menu_light.gif' );
	background-repeat: repeat-x;
	height: 22px;
	width:100%;
}

.news_top_main
{
    background-image: url('images/frama_bg_menu_light.gif' );
	background-repeat: repeat-x;
	height: 22px;
	width:100%;
}

.news_top_main h1
{
    color:#ED1C24;
}

.news_top_sub
{
    background-image: url('images/frama_bg_menu_dark.gif' );
	background-repeat: repeat-x;
	height: 22px;
	width:100%;
}

.news_top_sub h2
{
    color:#FFF;
}

.news_top_red
{
    background-image:url('images/frama_bg_menu_red.png');
    background-repeat: repeat-x;
    height: 22px;
    width:100%;
}

.news_top_red h2, h1
{
    color:#FFF;
}

.news_top h1
{
    color:#ED1C24;
}

.news_item
{
    float:left;
    padding:10px 10px 0 10px;
}

.newslink
{
    font-size:1.1em;
    margin:0;
    padding:3px;
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}

.newslink:hover
{
    color:#ED1C24;
}

.news_item img
{
    float:right;
    margin:5px 0 5px 10px;
    /*border:1px solid #B6B7B8;*/
}

.news_item p
{
    padding:0;
    margin:5px 5px 0 5px;
}

/* ################################################################################### */
/* Image container */
/* Container with two images beside each other */

div#image_container
{
    margin-top:26px;
}

.image_left
{
    float:left;
    border:1px solid #B6B7B8;
    border-top:0;
    width:215px;
    margin-right:5px;
}

.image_right
{
    float:right;
    border:1px solid #B6B7B8;
    border-top:0;
    width:215px;
    margin-right:0px;
}

.image_left img
{
    float:right;
    margin:0;
}

.image_right img
{
    float:right;
    margin:0;
}


/* ################################################################################### */
/* MENU */

/* menu_top is used for the menu on the top of the page in top right corner */
div#menu_top
{
    float:right;
    margin: 5px 15px 0 0;
}

div#menu_top ul{
	list-style:none;
	padding:0;
	margin:0;
}

div#menu_top li{
	float:left;
	padding:0 5px 0 5px;
	margin:0;
	border-left:1px solid #B6B7B8;
}

div#menu_top a
{
    color:#B6B7B8;
    text-decoration: none;
}

div#menu_top a:hover
{
    color:#ED1C24;
}

div#menu_top p
{
    color:#ED1C24;
    margin:0;
}


/* ################################################################################### */
/* MAIN_MENU */

/* menu_main is the main menu of the page which is just below the frama logo */
div#menu_main
{
    position:relative;
    float:left;
    margin:0px 0px 0 10px;
    _margin:0 0px 0 5px; /*IE6 hack to correct margin */
    background-image: url('images/frama_bg_menu_dark.gif' );
	background-repeat: repeat-x;
	height: 22px;
	width:973px;
}

div#menu_main ul{
	list-style:none;
	padding:0;
	margin:0 0 0 100px;
}

div#menu_main li{
	float:left;
	padding:0 30px 0 30px;
	margin:0;
	border-right:1px solid #FFF;
}

div#menu_main p{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#ED1C24;
	padding:3px;
	margin:0;
}

div#menu_main a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding:3px;
}

div#menu_main a:hover{
	color:#ED1C24;
}

/* this class is used to get a different background for the selected menu item */
.menu_item_select
{
    height: 22px;
    background-image: url('images/frama_bg_menu_light.gif' );
    background-repeat: repeat-x;
}

/* ################################################################################### */

/* Data Web Control Styles */

.FormView
{
    width:100%;
    background-color:#FFF;
    color:#000;
}

.DataWebControlStyle
{
    font-size: 100%;
    border:0;
}

.HeaderStyle
{
	color:#989898;
	font-size:1.1em;
	font-weight:bold;
	background-color:#FFF;
	border:1px solid #A2A2A2;
	height:20px;
	border:0;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color:#989898;
}

.HeaderStyle a:hover
{
    color:#CC0000;
}

.EmptyDataRowStyle
{
    background-color:#E0E0E8;
    color:#000;
    height:30px;
}

.RowStyleGridview
{
    background-color:#F1F1F1;
    color:#000;
    height:30px;
}

.RowStyleGridview a
{
    color:#CC0000;
    text-decoration:underline;
}

.RowStyleGridview a:hover
{
    color:#000;
}

.RowStyleDetailiew
{
    background-color:#F1F1F1;
    color:#000;
    height:20px;
}

.AlternatingRowStyleGridview
{
    background-color:#FFF;
    color:#000;
    height:30px;
}

.AlternatingRowStyleGridview a
{
    color:#CC0000;
    text-decoration:underline;
}

.AlternatingRowStyleGridview a:hover
{
    color:#000;
}

.AlternatingRowStyleDetailview
{
    background-color:#FFF;
    color:#000;
    height:20px;
}

.FooterStyle
{
    color:#989898;
	font-size:1.1em;
	font-weight:bold;
	background-color:#FFF;
	border:1px solid #A2A2A2;
	height:20px;
}

.PagerStyle, .PagerStyle a, .PagerStyle a:visited
{
    background-color:#FFF;
    color:#CC0000;
    padding:3px;
}

.PagerStyle span
{
    color:#818181;
}

.CommandStyle
{
	background-color:#F1F1F1;
}

.AlternateRowTableStyle
{
    background-color: White;
}

.RowTableStyle
{
    background-color:#F1F1F1;
    /*F7F6F3*/ 
}

.panel
{
    background-color:#F1F1F1;
    border:solid 1px #A2A2A2;
    margin:3px;
}

.borderTop
{
    border-top:1px solid #CC0000;
}

