/* LINKS   */
.blackSmallLink{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
.blackSmallLink:hover{
	text-decoration:underline;
}
.menuLink{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:28px;
	padding-right:28px;
	border-right:1px solid #ffffff;
}
.menuLink:hover{
	color:#ffffff;
	text-decoration:none;	
	background-image:url(/images/menu_over.jpg);
	background-repeat:repeat-x;	
}

/* FONTS */
.smallText{
	color:#000000;
	font-size:10px;
	font-weight:normal;
}
.mediumText{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.mediumBold{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.HeaderDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.largeText{
	color:#000000;
	font-size:14px;
	font-weight:normal;
}
.xlargeText{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.xxlargeText{
	color:#000000;
	font-size:18px;
	font-weight:normal;
}
.largeGreen{
	color:#30AD4F;
	font-size:15px;
	font-weight:bold;
}
.largeWhite{
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
        font-family: 'times new roman', time, georgia, verdana;  
}
.mediumWhite{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold; 
        text-decoration: none;
 
}
.regularWhite{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal; 
        text-decoration: none;
  
}
.blueMediumLink{
	color:#0066ff;
	font-size:12px;
	font-weight:bold; 
        text-decoration: none;  
}

.blueMediumLink:hover{
        text-decoration: underline;  
}
.footerlink {
	color:#fff;
	font-size:12px;
	font-weight:bold; 
        text-decoration: none;
}  
.footerlink:hover{
        text-decoration: underline;  
}

.tweets {
	list-style-position: outside;
	list-style-image: url(/images/arrow-box.gif);
	list-style-type: none;
	background: #ffffff;
    color: #444444;
    links: #1985b5;
}

.err_mess{
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
}

.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 10pt;
}
.style2 {
	color: red;
  background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 12pt;
}

.regularItalic{
	color:#000000;
	font-size:12px;
        font-style:italic;
	font-weight:normal; 
        text-decoration: none;  
}

/* BUTTONS */

.whiteBtn{
    background-image:url(/images/bg_joindnd.gif);
    background-repeat: no-repeat;
    width: 121px;
    height: 26px;
    padding:5px;
}

.find_btn{
    background-image:url(/images/search.gif);
    background-repeat: no-repeat;
    width: 68px;
    height: 55px;
    border: 0;
    cursor: hand;
    cursor: pointer;
}

.find_btn1{
    background-image:url(/images/search_s1.gif);
    background-repeat: no-repeat;
    width: 65px;
    height: 25px;
    border: 0;
    cursor: hand;
    cursor: pointer;
}
.find_btn2{
    background-image:url(/images/search_s2.png);
    background-repeat: no-repeat;
    background-color:#f69501;
    width: 57px;
    height: 30px;
    border: 0;
    cursor: hand;
    cursor: pointer;
}
/* INPUT FIELDS */
.find{
  background-color: #fff;
  border-right: 0px solid #e2e2e2;
  border-top: 0px solid #e2e2e2;
  border-bottom: 0px solid #e2e2e2;
  border-left: 0px solid #e2e2e2;
  height: 19px;
  width: 150px;
}
.readmore3 {
text-decoration:none;
padding-top:12px;
padding-bottom:10px;
height:15px;
color:#1290e4;
border:none;
font-family: Tahoma;
font-size:9px;
font-weight:bold;
text-transform:capitalize;
background-image:url(/images/read_more_empty_L.gif);
background-repeat: no-repeat;
background-position:center middle;
display:block;
width:130px;
text-align:center;
}

.readmore2 {
text-decoration:none;
padding-top:10px;
padding-bottom:10px;
height:13px;
color:#1290e4;
border:none;
font-family: Tahoma;
font-size:9px;
font-weight:bold;
text-transform:capitalize;
background-image:url(/images/read_more_empty.gif);
background-repeat: no-repeat;
display:block;
width:93px;
text-align:center;
}

.readmore1 {
text-decoration:none;
padding-top:10px;
padding-right:8px;
color:#344780;
}

.readmore {
text-decoration:none;
padding-top:10px;
padding-right:18px;
padding-bottom:10px;
height:13px;
color:#1290e4;
border:none;
font-family: Tahoma;
font-size:9px;
font-weight:bold;
text-transform:capitalize;
background-image:url(/images/read_more_empty.gif);
background-repeat: no-repeat;
display:block;
width:75px;
}

.listPro a{text-decoration:none;color:#000; }
a{color:#000; }
.options {

	margin:1px;  
	color:#333333;         
	padding:5px; 
	float:right;   	
}
.options:hover {
	background-color:#f5f5f5;  	 
}
.optionsSmall { 
	color:#333333; 
	float:right;  
	font-weight:normal;    	
}

