



#simplegallery1{ //CSS for Simple Gallery Example 1

position: relative; /*keep this intact*/

visibility: hidden; /*keep this intact*/

border: 1px solid darkred;

}



#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)

text-align: left;

padding: 2px 5px;

}







.arrowlistmenu{

width: 180px; /*width of accordion menu*/

}



.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

font: bold 12px Tahoma;

color: white;

background: black url(../script/titlebar.png) repeat-x center left;

margin-bottom: 10px; /*bottom spacing between header and rest of content*/

text-transform: uppercase;

padding: 4px 0 4px 10px; /*header text is indented 10px*/

cursor: hand;

cursor: pointer;

}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

background-image: url(../script/titlebar-active.png);

}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}



.arrowlistmenu ul li{

padding-bottom: 2px; /*bottom spacing between menu items*/

}



.arrowlistmenu ul li a{

color: #A70303;

background: url(../script/arrowbullet.png) no-repeat center left; /*custom bullet list image*/

display: block;

padding: 2px 0;

padding-left: 19px; /*link text is indented 19px*/

text-decoration: none;

border-bottom: 1px solid #dadada;

font-size: 90%;

}



.arrowlistmenu ul li a:visited{

color: #A70303;

}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/

color: #A70303;

background-color: #F3F3F3;

}





body,td,th {

	font-family: Tahoma;

	font-size: 12px;

}



a.num-next:link,a.num-next:visited {

	font-family: Tahoma;

	font-size: 11px;

	color: #DA0133;

	padding: 3px;

	border: 1px solid #b7b7b7;

	text-decoration: none;

	background-color:#EEEEEE;

	display: block;

}

a.num-next:hover {

	font-family: Tahoma;

	font-size: 11px;

	background-color:#DA0133;

	color: #fff;

	padding: 3px;

	border: 1px solid #DA0133;

}



.menu_left

{

	padding:0px;

	margin:0px;

text-align:right;

}



.menu_left ul

{

list-style-type:none;

	padding:0px;

	margin:0px;



}





.menu_left span {

background:#BEEBA9;

background-position:left;

display: block;

padding-top:5px;

}





.menu_left a {

	font-family: Tahoma;

	font-size: 11px;

	color:#CC9933;

	background:url(../script/arrowbullet2.jpg) no-repeat;

	background-position:right;

	display: block;

	text-decoration:none;

	padding-right:15px;

    

}



.menu_left a:hover {

	background:url(../script/arrowbullet3.jpg);

	background-position:right;

	background-repeat:no-repeat;

	color:#CC3300;	

}



.num {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #DA0133;

	padding-top: 2px;

	padding-right: 4px;

	padding-bottom: 3px;

	padding-left: 4px;

	margin-right: 3px;

	margin-left: 3px;

}

a.num:link,a.num:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #DA0133;

	padding-top: 2px;

	padding-right: 4px;

	padding-bottom: 3px;

	padding-left: 4px;

	background-color: #FFFFFF;

}

a.num:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #DA0133;

	padding-top: 2px;

	padding-right: 4px;

	padding-bottom: 3px;

	padding-left: 4px;

	text-decoration: none;

}



a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	color:#33CCCC;

}

a:active {

	text-decoration: none;

}



  .text{

font-family:Tahoma;

font-size:12px;

color:#336699;

direction:rtl;

}



.tableborder{

border-style: solid;

border-width: 1px;

font-family:Tahoma;

font-size: 9pt;

font-weight: normal;

border-color:#9DB4CE;

}



.buttom

{

border: thin solid #CCCCCC; 

cursor:pointer;

font-family:Tahoma;

font-size:12px;

}



.green {

display: block;

	font-family:Tahoma;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	background-color:#9CCBDC;

	padding-top: 2px;

	padding-right: 4px;

	padding-bottom: 3px;

	padding-left: 4px;

	margin-right: 3px;

	margin-left: 3px;

	border-bottom:solid 1px #3366CC;

	

}



.left_menu1

{

margin-left:15px;



}


