/* gala.css */



.table_class
{
padding-left: 50px;
padding-top: 50px;
font-family: arial, helvetica, verdana, sans-serif;
	clear:both; 
	float:left; border-style:groove; border-width:1px; height: 300px; width:600px;
}

#footer { 
	display:block; 
	clear:both; 
	margin-left:20%; 
	width:80%; 
	padding-top:10px; 
	color:#734C7D; 
border-top:1px solid blue} 
.hack { height: 1%;} 
#container {border:2px ridge #800080; display:block; margin:0; margin-left:auto; margin-right:auto; padding:3px; }

#content {  padding:5px;margin-bottom: 5px; margin-left:210px;}
#sidebar {float:left; width:auto;}	

.EventsPic   
{  
border-style:inset; border-width:2px; position: relative; width: 119px; height: 397px; background-image: url('images/Rakkasah.jpg'); z-index:4; background-repeat:no-repeat; background-position-y:center
}

.rakkasah
{
  POSITION: relative;  
  TOP: 00px;
  left:110px;
  width: 400px;
  BACKGROUND-IMAGE: url('images1/parchment.jpg');
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rakkasahImage
{
  POSITION: relative;  
  TOP: 10px;
 
  BACKGROUND-IMAGE: url('images1/parchment.jpg');
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

body
{
	background:#f9edc3 url('http://sulishacreations.com/images1/pinkpaper.jpg') fixed left top; border:0 none; margin:0; width: 100%; 
	height: 100%;
	font-family: georgia, times, serif;
	
}

table
{
	margin: 0;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #734C7D;
}
td
{
	font-size: 1em;
	vertical-align: top;
}

.subHeader
{
	font-family: arial, helvetica, verdana, sans-serif
	font-weight: bold;
	font-size: 1.1em;
	height: 1.5em;
	color: #734C7D;
}
p{color: #734C7D;}
.divider
{
	background-color: #734C7D;
	height: 1px;
	padding: none;
}

.menu
{
	list-style-type: none;
	margin-top: 10px;
	/* list-style-image: url(images/dot.gif); */
}

.menuItem
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: italic;
	white-space: nowrap;
	margin-bottom: 6px;
}

.listing
{
	/* list-style-image: url(images/dot.gif); */
	list-style-type: disc;
}

.listItem
{
	margin-bottom: 10px;
}

.listItemName
{
	font-weight: bold;
}

.listItemDesc
{
	color: black;
}

.leftColumn
{
	text-align: right;
	font-weight: bold;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.helpText
{
	font-size: .9em;
	color: #333333;
}

input
{
	font-size: .9em;
}

.comments
{
	font-family: arial, helvetica, verdana, sans-serif;
}

select
{
	font-size: smaller;
}

.header
{
	margin: 10px 0 0 0;
	height: 222px;
	width: 800;
	
	vertical-align: middle;
}

.year
{
	color: #ffffff;
	vertical-align: middle;
	text-align: right;
	padding: 20px;
	font-size: 2em;
	font-style: italic;
	font-family: georgia, times, serif;
}

.main-body
{
	width: 100%;
}

.content
{
	padding: 10px;
}

.menu-column
{
	margin: 10px;
	width: 190px;
	white-space: no-wrap;
}

.page-title
{
	color: #734C7D;
	font-size: 2em;
	font-style: italic;
	font-family: georgia, times, serif;
	row-height: 3em;
	vertical-align: middle;
	horizontal-align: left;
	padding: 5px;
}

.right
{
	float: right;
	margin: 0 0 0 10px;
}
/***********************/
/***  Product Links  ***/
/***********************/
a:link
{
	color: blue;
	text-decoration: underline;
	margin-bottom: 1px;
	font-style: italic;
}
a:visited {
  	color: #734C7D;
	text-decoration: none;
}
a:hover {
 color: blue;
	text-decoration: underline;
}
a:active {
  	color: #734C7D;
	text-decoration: none;
}


embed
{
	background:#f9edc3 url('http://sulishacreations.com/gala/images/parchment.jpg') fixed left top; 
}

/***********************/
/***  Drop down menu  ***/
/***********************/
        #sddm
        {
            margin: 0;
            padding: 0;
            z-index: 30;
        }
        #sddm li
        {
            margin: 0;
            padding: 0;
            list-style: none;
           /* float: left; */
            font: bold 11px arial;
        }
        #sddm li a
        {
            display: block;
            margin: 0 1px 0 0;
            padding: 4px 10px;
            width: 60px;
            background: #734D84;
            color: #FFF;
            text-align: center;
            text-decoration: none;
        }
        #sddm li a:hover
        {
            background: #49A3FF;
        }
        #sddm div
        {
            position: absolute;
            visibility: hidden;
            margin: 0;
            padding: 0;
            background: #EAEBD8;
            border: 1px solid #5970B2;
        }
        #sddm div a
        {
            position: relative;
            display: block;
            margin: 0;
            padding: 5px 10px;
            width: auto;
            white-space: nowrap;
            text-align: left;
            text-decoration: none;
            background: #EAEBD8;
            color: #2875DE;
            font: 11px arial;
        }
        #sddm div a:hover
        {
            background: #49A3FF;
            color: #FFF;
        }