﻿/* resets styles */
@import url(/css/standard.css);

/* CSS document for LandSecurities AR08 video player
build: 12/06/2008 

--------------------=>layout styles */
html, body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    font-family: Arial, Verdana;
}

body
{
    font-size: 69%; /* 11px */
    padding: 0px;
    margin: 0px;
    background: #FFF;
    color: #737373;
}

#page
{
    padding:25px;
    margin:0 auto;
}

/* --------------------=>content styles */
/* =>p */
p
{
    line-height: 15px;
    padding-bottom: 10px;
    margin: 0;
}

/* =>h1 */
h1
{
    font-size: 168%; /* 18px */
    color: #861c83;
    font-family: Times New Roman, Serif;
    font-weight: normal;
    margin-bottom: 10px;
}

h1 span
{
    font-size:80%;
}

/* =>h2 */
h2
{
    color: #861c83;    
    font-family: Times New Roman, Serif;
    font-weight: normal;
    margin-bottom:2px;
    font-size: 110%; /* 12px */
}

/* =>links */
a
{
    color: #861c83;
}

ul li a
{    
    padding-left: 10px;
    background: url(/images/im_leftnav_arrow.gif) no-repeat 0px 5px;
}

/* --------------------=>tool styles */

/* =>utility */
.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

/*-------------> Flash */
#flashcontent
{
    position: relative; 
    margin-bottom:20px;   
}

#flashcontent_alttext
{
    position: absolute;
    top: 10px;
    right: 35px;
    background: url(/images/bg_flash_required.png);
    padding: 5px 10px;
    width: 200px;
    color:#FFF;
}
