body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

img {border:0px;}

/*For Events*/
body {
            background-color: #191919;
    }
.title {
        font-size: 12px;
        font-weight: bold;
}
.style3 {color: #e32842}

.button {                                               /*Menu button*/
            width: 100%;                            /*button's width*/
            height: 25px;                            /*button's height*/
            background-image: url(../images/newsbg.gif);       /*button's background color*/
            border: 1px solid #7F7F7F;          /*border atributes*/
            color:#FFFFFF;                           /*text color*/
            text-transform: uppercase;         /*changing text in upercase*/
            font-size:11px;                          /*font size*/
}
.button_press{                                                  /*Menu button pressed*/
                        width: 100%;                            /* button atributes*/
                        height: 25px;
                        background-image: url(../images/newsbgselect.gif);
                        border: 1px solid #7F7F7F;
                        color:#0C8AD4;                         /*text atributes*/
                        border-top-color:#CCCCCC;
                        border-left-color:#CCCCCC;
                        text-transform: uppercase;
                        font-size:11px;
                        font-weight: bold;
}
.submit_button {                                     /*submit buttons*/
            height: 25px;                             /*button's atributes*/
            background-image: url(../images/newsbg.gif);
            border: 1px solid #7F7F7F;
            color:#FFFFFF;                          /*text atributes*/
            text-transform: uppercase;
            font-size:12px;
}
.login_button {                                     /*submit buttons*/
            height: 20px;                             /*button's atributes*/
            background-image: url(../images/newsbg.gif);
            border: 1px solid #7F7F7F;
            color:#FFFFFF;                          /*text atributes*/
            text-transform: uppercase;
            font-size:10px;
}
.a_button {                                           /*link in button stile*/
            background-image: url(../images/newsbg.gif);      /*button's atribute*/
            border: 1px solid #7F7F7F;
            font-family: Arial;                     /*text atributes*/
            color:#7F7F7F;
            font-size:14px;
            font-weight: bold;
            padding: 3px;                           /*space from text till side of button*/
            margin: 10px;                           /*free space outside of the button*/

}
.box_button {                                           /*link in button stile*/
               /*button's atribute*/
            border: 1px solid #7F7F7F;
            font-family: Arial;                     /*text atributes*/
            color:#7F7F7F;
            font-size:14px;
            font-weight: bold;
            padding: 3px;                           /*space from text till side of button*/
            margin: 5px;                           /*free space outside of the button*/

}
.text {
        font-size: 13px;
        font-family: Arial, serif;
}
.more_button {                                      /*Inside the event 'more' button*/
            height: 25px;                            /*button's atribute*/
            background-color: #FFFFFF;
            border: 1px solid #7F7F7F;
            color:#7F7F7F;                          /*text atributes*/
            font-size:12px;
}
.underline {
                    border-bottom-width: 1px;
                    border-bottom-style: solid;
                    border-bottom-color: #FFFFFF;
}
.box{
        border-width: 1px;
        border-style: solid;
        border-color: #7F7F7F;
}
.med_title{
        font-size:16px;
        font-weight: bold;
}
.main_title{
        font-size:26px;
        font-weight: bold;
}
.cell{
        border-width: 1px;
        border-style: solid;
        border-color: #7F7F7F;
}

/*Pagination for music section*/
div.pagination {

        padding: 3px;

        margin: 3px;

}



div.pagination a {

        padding: 3px;

        margin: 2px;

        border: 1px solid #7F7F7F;
        text-decoration: none; /* no underline */
        background-image: url(../images/newsbg.gif);
        font-family: Arial;
        font-size:13px;
}

div.pagination a:hover, div.pagination a:active {

        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        font-weight: bold;
}

div.pagination span.current {

        padding: 4px 3px 4px 3px;
        margin: 2px;

        border: 1px solid #7F7F7F;
        font-family: Arial;
        font-size:13px;
        font-weight: bold;
        /*background-color: #000099;*/
        background-image: url(../images/newsbgselect.gif);
        color: #FFF;

        }

div.pagination span.disabled {
        padding: 3px;
        margin: 2px;
        color: #DDD;
        border: 1px solid #7F7F7F;
        font-family: Arial;
        font-size:13px;
}
/*End of pagination for music section*/
        
