/* 
    Document   : main
    Created on : Nov 6, 2009, 2:18:03 PM
    Author     : tuanna
    Description:
        Purpose of the stylesheet follows.
*/

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

a.itemcate{
    color: #000080;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
}

a.itemcate:hover{
    font-size: 14px;
    font-family: Arial;
    color: #000080;
    font-weight: bold;
    text-decoration: none;
}
a.itemlink{
    color: #000;
    text-decoration: none;
}

a.itemlink:hover{
    color: #000;
    text-decoration: underline;
}
table#ring td{
    vertical-align: top;
}
table td.even{
    background: #efeeee;
}

#pagination{
    text-align: center;
}

#pagination a{
    font-family: Arial;
}

img.search_btn{
    cursor: pointer;
}

#title_wma{
    color: #fff;
}

.title_nho {
    color:#011D33;
    font-family:Tahoma,Arial;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}

.tintop_title {
color:#0089F4;
font-family:Tahoma,Arial;
font-size:20px;
font-weight:bold;
text-align:left;
text-decoration:none;
}
.text {
font-family:tahoma,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
text-decoration:none;
}

span.text img{
    width: 500px;
}

.info_text_event {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}
.info_text_event a{
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration: none;
}
.info_text_event a:hover{
    color: blue;
}



