body
{
    width: 99%;
    direction: rtl;
    text-align: center;
}
.Main_Table
{
    width: 100%;
}
.Menu
{
    background-color: Purple;
    border-radius: 10px;
    width: 100%;
}
.onvan
{
    color: Maroon;
    font-family: Mitra , Arial;
}
.Td_Menu
{
    background-color: Purple;
    color: White;
    width: 14%;
    height: 38px;
    border: 1px solid white;
    text-decoration: none;
    font-size: 18px;
}
.List
{
    border: 1px solid blue;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -2px -2px 2px 2px gray;
    vertical-align: top;
    width: 20%;
    text-align: right;
    direction: rtl;
}
.Main
{
    border: 1px solid blue;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -2px -2px 2px 2px gray;
    width: 80%;
}
.Footer
{
    width: 100%;
    background-color: #D6D6CC;
    color: Maroon;
}



p.matn
{
    font-family: Mitra , Arial;
    font-size: 14pt;
    font-weight: 500;
    color: Black;
    direction: rtl;
    text-align: right;
    line-height: 25px;
}
a.u
{
    text-decoration: none;
    color: White;
}
.Td_Menu:hover
{
    background-color: #B2B2FF;
    color: Purple;
}
b.r
{
    color: Red;
}
/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/


#container
{
    width: 580px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#example
{
    width: 600px;
    height: 350px;
    position: relative;
}

#ribbon
{
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}

#frame
{
    position: absolute;
    z-index: 0;
    width: 739px;
    height: 341px;
    top: -3px;
    left: -80px;
}

/*
	Slideshow
*/

#slides
{
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container
{
    width: 570px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide
{
    width: 570px;
    height: 270px;
    display: block;
}


/*
	Next/prev buttons
*/

#slides .next, #slides .prev
{
    position: absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next
{
    left: 585px;
}

/*
	Pagination
*/

.pagination
{
    margin: 26px auto 0;
    width: 100px;
}

.pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a
{
    background-position: 0 -12px;
}

/*
	Caption
*/

.caption
{
    z-index: 500;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 30px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 540px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    border-top: 1px solid #000;
    text-shadow: none;
}

/*
	Footer
*/

#footer
{
    text-align: center;
    width: 580px;
    margin-top: 9px;
    padding: 4.5px 0 18px;
    border-top: 1px solid #dfdfdf;
}

#footer p
{
    margin: 4.5px 0;
    font-size: 1.0em;
}

/*
	Anchors
*/

a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover, a:active
{
    color: Blue;
    text-decoration: underline;
}
