/*
    Document   : style
    Created on : Feb 5, 2009, 2:36:58 PM
    Author     : hamed
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
ul {
    list-style-image: url('../images/pin1.gif');
    font-family:Tahoma;
    font-size: 12px;
}
hr {
    color: #aeaed7;
}
body {
    background-color: #F2F4DF;
}

.border_main{
    background-color: white;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-width: 0px;
}

.border_main_top {
    background-image: url("../images/BorderTop.png");
    height: 22px;
}

.border_main_bottom {
    background-image: url("../images/BorderBottom.png");
    height: 22px;
}

.border_main_left {
    background-image: url("../images/BorderLeft.png");
    width: 22px;
}

.border_main_right {
    background-image: url("../images/BorderRight.png");
    width: 22px;
}

.border_main_top_left {
    background-image: url("../images/BorderTopLeft.png");
    width: 22px;
    height: 22px;
}

.border_main_top_right {
    background-image: url("../images/BorderTopRight.png");
    width: 22px;
    height: 22px;
}

.border_main_bottom_left {
    background-image: url("../images/BorderBottomLeft.png");
    width: 22px;
    height: 22px;
}

.border_main_bottom_right {
    background-image: url("../images/BorderBottomRight.png");
    width: 22px;
    height: 22px;
}


.border_box1{
    background-color: #F4E8E9;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-width: 0px;
}

.border_box1_top {
    background-image: url("../images/Box1Top.png");
    height: 30px;
    text-align: center;
}

.border_box1_bottom {
    background-image: url("../images/Box1Bottom.png");
    height: 20px;
}

.border_box1_left {
    background-image: url("../images/Box1Left.png");
    width: 20px;
}

.border_box1_right {
    background-image: url("../images/Box1Right.png");
    width: 20px;
}

.border_box1_top_right {
    background-image: url("../images/Box1TopRight.png");
    width: 20px;
    height: 30px;
}

.border_box1_top_left {
    background-image: url("../images/Box1TopLeft.png");
    width: 20px;
    height: 30px;
}

.border_box1_bottom_right {
    background-image: url("../images/Box1BottomRight.png");
    width: 20px;
    height: 20px;
}

.border_box1_bottom_left {
    background-image: url("../images/Box1BottomLeft.png");
    width: 20px;
    height: 20px;
}



.border_box2{
    background-color: #e9e9ed;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
    margin: 0px;
    border-width: 0px;
}

.border_box2_top {
    background-image: url("../images/Box2Top.png");
    height: 30px;
    text-align: center;
    color: #000088;
    font-size: medium;
}

.border_box2_bottom {
    background-image: url("../images/Box2Bottom.png");
    height: 20px;
}

.border_box2_left {
    background-image: url("../images/Box2Left.png");
    width: 20px;
}

.border_box2_right {
    background-image: url("../images/Box2Rifht.png");
    width: 20px;
}

.border_box2_top_right {
    background-image: url("../images/Box2TopRight.png");
    width: 20px;
    height: 30px;
}

.border_box2_top_left {
    background-image: url("../images/Box2TopLeft.png");
    width: 20px;
    height: 30px;
}

.border_box2_bottom_right {
    background-image: url("../images/Box2BottomRight.png");
    width: 20px;
    height: 20px;
}

.border_box2_bottom_left {
    background-image: url("../images/Box2BottomLeft.png");
    width: 20px;
    height: 20px;
}

.linkbar_right {
    background-image: url("../images/LinkbarRight.png");
    width: 39px;
    height: 59px;
}

.linkbar_middle {
    background-image: url("../images/LinkbarMiddle.png");
    height: 59px;
}

.linkbar_left {
    background-image: url("../images/LinkbarLeft.png");
    width: 42px;
    height: 59px;
}



h2.tab span {
    margin-left: 9px;
    margin-right: 0px;
    padding: 1px 10px 0px 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    /* Remove the following if you don't want rounded corners (Mozilla only). */
    -moz-border-radius: 7px 7px 0px 0px;
}

h2.tab span.not-selected {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    color: #999;
}

h2.tab span.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

h2.tab {
    border-bottom: none;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0px;
    font-style: normal;
}

div.section {
    border: 1px solid #ccc;
    padding: 15px 5px 5px 5px;
}


#player {
	height: 400px;
	width: 350px;
	display: block;
	margin: 0px auto;
}

