﻿body 
{
    text-align: center; 
    font-size:16px;
    font-family: Goudy Old Style;
}

.sunset
{
    z-index:1;
    position:absolute;
    left:0;
    width:100%;
    height:196px;
    padding:0;
    background-image:url('images/new_sunset/ragheed_sunset3_no_sun.gif');
    background-repeat:repeat-x;
}

.main_table
{
    
    text-align:left;
    background-image:url('images/images/ragheed_04.gif');
    background-repeat:repeat-y;
    width:850px;
}

    
.upper_left
{
  background-image: url('images/new/Ragheed2_01.gif'); 
  width: 264px;
  min-width:264px; 
  height:103px;
}

.upper_upper
{
   background-image:url('images/images/ragheed_01.gif');
   width:850px;
   height:137px;
}

.upper_vanster
{
    background-image:url('images/images/ragheed_02.gif');
    width:245px;
    height:54px;
}

.upper_hoger
{
    width:605px;
    height:54px;
}



.lower
{
    background-image:url('images/images/ragheed_06.gif');
    width:850px;
    height:48px;
    font-size: x-small;
    padding-left:40px;
    
}

    

.upper_right

{
    background-image: url('images/new/Ragheed2_02.gif'); 
    background-repeat: repeat-x ;
    width: 536px;
    height:103px;
}


.content
{
    vertical-align:top;
    padding:10px;
    padding-right:30px;
    
}

.left_col
{
    border-right-color:#96c4ff;
    border-right-style:dashed;
    border-right-width:1px;
    padding: 5px; 
    padding-left:30px;
    width:230px;
    min-width:230px;
    vertical-align:top;
}
    

.content A:link
{
    color:#C33F2B;
    text-decoration:none;
}
.content A:visited
{
    color:#C33F2B;
    text-decoration:none;
}

.content A:hover 
{
    color:black;
    text-decoration:underline;
    
}


/*modal*/

.modPanel

{
    display:none;
    background-color:Gray;
    border: solid 1px black;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#CC6666;
	padding:3px;
	width:500px;
}




.pane_header
{
    color: Black;
    background-color: #e8e8e8;
	font-weight: bold;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.pane_content
{
    padding: 10px;
    padding-top: 10px;
}

INPUT
{
    border: solid 1px #666666;
    background-color:ButtonFace;
}


