/* New messenger skin */

.bordered { 
		border-top-width: 1px;
		border-top-color: #999999;
		border-top-style: dotted;
                border-bottom-width: 1px;
                border-bottom-color: #999999;
                border-bottom-style: dotted;

}

.topborder {
                border-top-width: 1px;
                border-top-color: #999999;
                border-top-style: dotted;
}

.rightborder {
               border-right-width: 1px;
               border-right-color: #999999;
               border-right-style: dotted;
}

.rightborderpad {
               border-right-width: 1px;
               border-right-color: #999999;
               border-right-style: dotted;
	padding-right: 7px;
}

.topunbroke {
                border-top-width: 1px;
                border-top-color: #999999;
                border-top-style: solid;
}

.botunbroke {
                border-bottom-width: 1px;
                border-bottom-color: #999999;
                border-bottom-style: solid;
}


body {
	background : #fff;
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}




.text {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.result_text {
        color: #000000;
        font-weight: bold;                                                                                   
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
		
.normal_text {
        color: #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

font.normal_text { 
        color: #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
		
.arrow {
        color: #000000;
        font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.botnav {                                                                                                
        color: #000000;                                                                                 
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;                                        
}           

.silverbold {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.silver {
	color: #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.grey {
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.smgrey {
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.greybg, .botunbroke{
	background-color: #000;
	border-bottom: 3px solid #ccc;
}




.phorgrey {
	background-color: #CCCCCC;
}

a:link {
	color: #FF3300;
	text-decoration: none;
}

a.leftmenu:link {
	color: #FF3300;
	text-decoration: none;
}

a.leftmenu:hover {
	color: #FF3300;
	text-decoration: none;
}

a.leftmenu:visited {
	color: #FF3300;
	text-decoration: none;
}

a.showme:link {
	text-decoration: none;
	color: #FF3300;
}

a.showme:hover {
        text-decoration: none;
        border-bottom: 1px dotted #FF3300;
        color: #FF3300;
}              

a.showme:hover:visited {
        text-decoration: none;
        border-bottom: 1px dotted #FF3300;
        color: #FF3300;                                                                                                                                                         
}                           

a.showme:visited {
        text-decoration: none;
        color: #FF3300;
}              

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

a:visited {
	color: #FF3300;
	text-decoration: none;
}

a:visited:hover {
	color: #FF3300;
	text-decoration: underline;
}

.purple12 {
	color: #330033;
	padding-bottom: 7px;
	font-size: 12px;
	font-weight: bold;
}

.purple {
	color:#F0C610;
	font-weight: bold;
}

.purplecaps {
	color: #330033;
	text-transform: uppercase;
}

input {
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.inputbtn {
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}

.inputchk {
        border-style: solid;
        border-width: 0px;
        margin-bottom: 2px;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
        background-color: #FFFFFF; 
}              

textarea {
        border-color:#999999;
	border-style: solid;
	border-width: 1px;
        margin-bottom: 2px;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
}

select {
        border-color:#999999;
	border-style: solid;
	border-width: 1px;
        margin-bottom: 2px;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
}

.leftmenu {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	text-decoration: none;
}

td.leftmenu:hover {
	background-color: #E3E4E7;
	border: 1px solid #999999;
}

td.leftmenu {
	border: 1px solid #999999;
}


h1 {
	font-size: 12px;
	color: #666666;
}

h2 {
	color: #330033;
	font-size: 12px;
	font-weight: bold;	
}

li {
	margin-bottom: 10px;
	margin-left: 0px;
}

ul {
	margin-left: 2px;
	padding-left: 0px;
}

ol {
	padding-left: 10px;
	margin-left: 15px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.wedge {
	margin-bottom: 5px;
	
}

.right {
	text-align: right;
	float:  right;
}

.padding {
		height: 20px;
}

.bold {
	font-weight: bold;
}

.bold_text {
        font-weight: bold;
	font-size: 11px;
}
	
.wedgepad {
	padding-bottom: 10px;
	border-bottom: 1px dotted #336633;
}

.searchpad {
	/* border: 1px dotted #FF3300; */
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
}

form {
	margin-top: 0;
}

.white {
	color: #FFFFFF;
}

a.white:link {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.wedge {
	background-image: none;

}



.greylnk {
	color: #999999;
}

a.greylnk:link {
	color: #999999;
}
a.greylnk:active {
	color: #999999;
}
a.greylnk:visited {
	color: #999999;
}
a.greylnk:hover {
	color: #999999;
	text-decoration: underline;
}
a.headnav {
	color:#F0C610;
	
}

a.headnav:link {
	color:#F0C610;
}
a.headnav:active {
	color:#F0C610;
}
a.headnav:visited {
	color:#F0C610;
}
a.headnav:hover {
	color:#F0C610;
	text-decoration: underline;
}



a.headnavother {
	color:#333333;
	
}

a.headnavother:link {
	color:#333333;
}
a.headnavother:active {
	color:#333333;
}
a.headnavother:visited {
	color:#333333;
}
a.headnavother:hover {
	color:#333333;
	text-decoration: underline;
}



a.yellow_headnav {
	color:#F0C610;
	
}

a.yellow_headnav:link {
	color:#F0C610;
}
a.yellow_headnav:active {
	color:#F0C610;
}
a.yellow_headnav:visited {
	color:#F0C610;
}
a.yellow_headnav:hover {
	color:#F0C610;
	text-decoration: underline;
}


