body
{
    margin: 0;
    padding: 0;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #34495e;
    background: #fff;
}

a img,:link img,:visited img
{
    border:none;
}

a:link
{
    text-decoration:none;
    color:#e74c3c;
}

a:visited
{
    text-decoration:none;
    color:#003399;
}

a:hover
{
    text-decoration:underline;
    color:#003399;
}

a:active
{
    text-decoration:none;
    color:#003366;
}

img
{
    vertical-align:middle;
}

.left
{
    text-align:left;
}

.right
{
    text-align:right;
}

.center
{
    text-align:center;
}

.line
{
    padding:4px 8px;
    border-bottom: 1px solid #cccccc;
}

.head, h1, h2, h3, h4
{
    margin: 1px 0px 0px;
    padding: 4px;
    font-weight: bold;
    text-align: left;
    background: #666666;
    color: #ffffff;
    font-size: 11px;
    border-bottom: 2px solid #33ccff;
    text-transform: uppercase;
}

.head a
{
    color: #ffffff;
}

p
{
    padding:3px 3px 3px 5px;
    margin:1px 0px;
    text-align:justify;
    text-indent:10px;
}


input, textarea, select
{
    background-color:#666666;
    border:1px solid #33ccff;
    margin:1px;
    padding:2px;
}

input[type=password], input[type=text], input[type=file]
{
    max-width:100%;
    background-color:#ffffff;
}

input[type=submit]
{
    background-color:#666666;
    padding:2px 8px;
    border:1px solid #33ccff;
    font-weight:bold;
    margin:1px;
    cursor:pointer;
    color:#33ccff;
}

.file
{
    border-bottom:1px solid #cccccc;
    padding:3px;
    margin-left:2px;
}

.file a
{
    font-weight:bold;
}

.footer
{
    text-align:center;
    padding:5px;
    background-color:#666666;
    color:#ffffff;
    font-weight:bold;
    margin:0px;
    border: 1px solid #33ccff;
}
.footer a
{
    color:#ffffff;
}



.logo
{
    background: url(images/head.png) repeat-x bottom #fff;
    border-bottom: 1px solid #33ccff;
    padding: 4px;
    text-align: center;
    margin: 0 0 1px;
}

.logo img
{
    max-width:90%;
}

.uleft
{
    padding:4px 4px 4px 6px;
    width:1%;
}

.uright
{
    padding:4px;
}

.filelist_paging
{
    border-bottom:1px solid #bbb;
    padding:3px;
    font-weight:bold;
}
.filelist_paging a
{
    font-weight:normal;
}

ul
{
    list-style-type:square;
    margin:0px;
}

.li
{
    border-bottom:1px solid #cccccc;
    display: block;
}
ol
{
    list-style-type:square;
    margin:0px;
}

.ad
{
    text-align:center;
    padding:2px;
}
.ad a:link
{
    font-weight:bold;
}

.quote
{
    color: #000000;
    padding: 2px 4px;
    border: 1px solid #33ccff;
}

dl
{
    padding:1px;
    margin:0px;
}

.error
{
    padding:3px;
    margin:1px 0px;
    background-color:#666666;
    border:1px solid #ff3366;
    text-align:center;
}
.bookmark
{
    border-bottom: 1px solid #cccccc;
    text-aling: center;
    padding: 3px;
    background-color: #666666;
}

.bookmark a
{
    text-align: center;
    color: #ffffff;
}


/*list to display different different catagory list*/
.list ul
{
    list-style-type: square;
    margin: 0;
    padding: 0;
}

.list li
{
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}