/* Default CSS Stylesheet for a new Web Application project */

.sambutton 
{
	background-image: url(./html/img/btn-orange.png);
	background-repeat:no-repeat ;
	text-align:center;
	width:135px;
	height:40px;
	padding:0 0 .6em;
	
	
}

.btn { display:block  ; 
	position: relative; 
	background-image: url(./html/img/btn-orange.png);
	padding: 5px; 
	float: left; 
	background-position: top left; 
	text-decoration: none; 
	cursor:hand; 
	width:135px;
	height:40px;
	}
	
.btn[class] { background-image: url(./html/img/btn-orange.png); background-position: bottom; }



.Background 
{
	BACKGROUND-COLOR: #041E40;
	background-image: url(./html/img/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
BODY
{

	font-family:georgia,serif;
	font-weight:300;
	font-size:1.25em;
	color:#333;
	color:#000;
	padding:0 0 .6em;

    BACKGROUND-COLOR: White;
/*    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
*/
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: georgia,serif, Arial, Verdana, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	 none ;
	
	}	
		
H2	{	
	font-family: Verdana, georgia,serif, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, georgia,serif, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, georgia,serif, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, georgia,serif, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, georgia,serif, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: georgia,serif, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: georgia,serif, Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.topmenu
{
	font-weight: bold;
	font-size: 16px;
	text-indent:10px;
	background-image: url(./html/img/bk_headermenu.jpg);
	color: black;
	font-family: georgia,'Trebuchet MS' , Verdana, georgia,serif, Arial, Sans-Serif;
	height: 40px;
	text-align: center;
}
.topmenu_search
{
    font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:bold;
    color:White;	
    background-image: none;
    background-color:Black;
    
}
.rssnews_title 
{
	font-family: georgia,'Trebuchet MS' , Verdana, georgia,serif, Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
}
.rssnews_subtitle
{
	font-family: georgia,'Trebuchet MS' , Verdana, georgia,serif, Arial, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.topmenu_selected
{
	font-weight: bold;
	font-size: 14px;
	color: firebrick;
}
.topmenu_unselected 
{
	 
    font-size:14px;
    font-weight:bold;
    color:Black;	
}
.Field 
{
    font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;	
	
}
.Sam_Cherribi_article
{
	font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;
}

.rightmenu
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: georgia,serif, Arial;
	/*background-color: #39507F;*/
	width:300px;
}
.leftmenu
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: georgia,serif, Arial;
	background-color: #bed5ff;
}

.footer
{
	font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:bolder;
    color:Black;
    height:50px;
    width:960px;
    text-indent: 10px;
    padding: 10px 10px 10px 10px;
    /*background-color:lightgrey;*/
   background-image:url(./html/img/bk_footer.jpg);
}
.searchField
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: georgia,serif, Arial;
	height:15px;
}

.btnsearch
{
	font-family:georgia,serif, Arial;
    font-size:10px;
    font-weight:normal;
    color:White;
    background-color:#CC3333;
    border: solid 1px white;
    height:25px;
}
.Sam_Cherribi_bodypage 
{
	font-family:georgia, serif, Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;
    
}


.article_title
{
	font-weight: bolder;
	font-size: 18px;
	color: #003399;
	font-style: normal;
	font-family: georgia,serif, Arial;
}
	
.media_title 
{
	font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:bolder;
    font-style:normal;
    color:Black;
}

.media_body
{
	font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
}

.MsoNormal 
{
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;
}
	
.Article_ShortDescription 
{
	font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    color:Black;
}
	
	.Article_Body 
	{
	font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    color:Black;
	}
	

.member_list 
{
	font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    color:Black;
}

.media_list 
{
	font-family:georgia,serif, Arial;
    font-size:10px;
    font-weight:normal;
    font-style:normal;
    color:Black;
    width:315px;
    background-image: url(./images/silver-box-sm.png);
    background-repeat:no-repeat;
    
}

.img_thumb
{
	border-right: darkgray 1px solid;
	padding-right: 3px;
	border-top: darkgray 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: darkgray 1px solid;
	padding-top: 3px;
	border-bottom: darkgray 1px solid;
}
.page_title 
{
	font-family:georgia,serif, Arial;
    font-size:13px;
    font-weight:bolder;
    font-style:normal;
    text-decoration:NONE;
    color:#003366;
    
}
	
	
	
	
	.album_photo
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: whitesmoke;
}
.album_photo
{
	
}

	
	
	.box
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	font-weight: normal;
	font-size: 12px;
	border-left: black 0px solid;
	color: black;
	border-bottom: black 0px solid;
	font-style: normal;
	font-family: georgia,serif, Arial;
	background-color: #a9cdff;
}
	
	
	
	.box_header 
	{
		font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:bolder;
    font-style:normal;
    color:White;
    background-color:darkblue;
    text-align:center;
	}
	
	.box_body 
	{
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
	}
	
	
	
	.event_highlight 
	{
		font-weight:bolder;
		font-size:13px;
		border-bottom: solid 1px gray;
		color: #ED1D24; /*firebrick;*/
	}
	
	
	
	.event-title
{
	font-family:georgia,serif, Arial;
	font-weight: bolder;
	font-size: 15px;
	color: #003399;
}

	.event-description
{
	font-family:georgia,serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
	
	.event_list
{
	font-weight: normal;
	font-size: 12px;
	background-image: url(./images/blue-box660.png);
	color: dimgray;
	background-repeat: no-repeat;
	font-style: normal;
	font-family: georgia,serif, Arial;
	text-align:center;
}
	
	.admin_button
	{
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
	}
	
	.admin_titlepage 
	{
		font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:bolder;
    font-style:normal;
    color:Black;
    background-color: Lightgrey;
    border-bottom: solid 1px black;
	}

.admin_body 
{
	font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
}
.admin_grid 
{
	font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
}

.admin_menu 
{
	font-family:georgia,serif, Arial;
    font-size:12px;
    font-weight:bolder;
    font-style:normal;
    background-color:#CCCCCC;
    color:White;
    text-align:center ;
    
}
A.admin_menu:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.admin_menu:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.admin_menu:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.admin_menu:hover	{	
	text-decoration:	underline;
	color:	white;
	}


.calendar_events
{
	font-weight: normal;
	font-size: 13px;
	
	color: black;
	border: black 0px solid;
	font-style: normal;
	font-family: georgia,serif, Arial;
	/*background-color: whitesmoke;*/
	background-image: url(./images/upcomingevent-top.png);
}
	
	.calendar_eventsheader
{
	font-weight: bolder;
	color: white;
	font-size: 13px;
	/*?background-color: darkblue;*/
	text-align: center;
}
	
	.yahoo-rss
{
	font-weight: normal;
	font-size: 12px;
	background-image: url(./images/headlines.jpg);
	color: dimgray;
	background-repeat: no-repeat;
	font-style: normal;
	font-family: georgia,serif, Arial;
	text-align: left;
	border:none 0px white;
}
	
	.newsletter_box 
	{
		color:Black;
		background-color:whitesmoke;
		font-weight:bolder;
		text-align: center;
		font-size: 12px;
		background-image:url(./html/img/bk_newsletterbox.gif);
		border-top: solid 1px gray;
		border-bottom: solid 1px gray;
		
	}
	.mailist_box_field 
	{
		font-size: 12px;
	}
	
	.box_title
{
	font-weight: bolder;
	font-size: 12px;
	background-image: url(./html/img/bk_headerbox.gif);
	color: black;
	border-bottom: black 1px solid;
	background-color: whitesmoke;
	text-align: left;
}

	.poll_question 
	{
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:bolder;
    font-style:normal;
    color:Black;
	}
	
	.poll_answer 
	{
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
	}
	
		.poll_result
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-style: normal;
	font-family: georgia,serif, Arial;
	background-color: chocolate;
}
	
	.siteframe 
	{
		background:white;
		font-family:georgia,serif, Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:Black;
    border-right: solid 0px black;
     border-bottom: solid 1px black;
     background-image:url(./images/body_background.jpg);
     background-repeat:repeat-y;
     
     text-align:center ;
	}
	
	.album_control
{
	border-right: black 1px solid;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: georgia,serif, Arial;
	background-color: whitesmoke;
}
	
	object,parm,embed
	{
z-index:50 ;
}

	
	.embed_style 
	{
		text-align:center;
		z-index:1;
	}