
/* Jquery tooltip class */

#keypink {
	background-color: #FF0099;
	height: 12px;
	width: 17px;
	margin-right: 5px;
	float: left;
}
#keygreen {
	background-color: #78BF25;
	height: 12px;
	width: 17px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#keyred {
	background-color: #E0392D;
	height: 12px;
	width: 17px;
	margin-right: 5px;
	float: left;
	margin-left: 0px;
}
#keybrown {
	background-color: #A27168;
	height: 12px;
	width: 17px;
	margin-right: 5px;
	float: left;
}

#ad-border {
	height: 71px;
	width:122px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0099;
	border-right-color: #FF0099;
	border-bottom-color: #FF0099;
	border-left-color: #FF0099;
	padding: 0px;
}



#web-border{
	height: 71px;
	width:122px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EA1313;
	border-right-color: #EA1313;
	border-bottom-color: #EA1313;
	border-left-color: #EA1313;
	padding: 0px;
}



#brand-border {
	height: 71px;
	width:122px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #78BF25;
	border-right-color: #78BF25;
	border-bottom-color: #78BF25;
	border-left-color: #78BF25;
	padding: 0px;
}

#online-border {
	height: 71px;
	width:122px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A27168;
	border-right-color: #A27168;
	border-bottom-color: #A27168;
	border-left-color: #A27168;
	padding: 0px;
}


#mainholder {
	width:500px;
	
}

#portholder {	
	width:130px;
	float:left;
}
#portholder-middle {	
	width:130px;
	margin-left: 30px;
	float:left;
}
#portholder-3 {	
	width:130px;
	margin-left: 30px;
	float:left;
}
#portholder-4 {	
	width:150px;
	margin-left: 30px;
	float:left;
}



.greentext {
	color: #78BF25;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:0.95em !important;
}

.redtext {
	color: #EA1313;
	  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em !important;
}

.browntext {
	color: #A27168;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em !important;
}

.pinktext {
	color: #FF0099;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em !important;

}

.space{
height:4px;
}

.white-border {
	height: 70px;
	width: 120px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
.dark-border {
	height: 70px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
}
