/* GLOBAL PROPERTIES */

body {
	margin: 0;
	padding: 0;
}

body,table,tr,td {
	font-family: Arial, Helvetica, Sans-serif;
}

input,select,text-area {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

/* IDS */

/* CLASSES */

.row-divider td{
	border-bottom: solid 1px red;
}

.red-border {
	border: solid 1px red;
}

.red-highlight {
	font-size: 14px;
	color: red;
}

.site-text {
	font-size: 12px;
	color: white;
}

.thumb-gallery {
	display: inline;
	margin-right: 10px;
}

.thumb-gallery td{
	border: solid 1px red;
	font-size: 12px;
	color: red;
	text-transform: capitalize.
}

.watch-gallery {
	border: solid 1px red;
	margin: 10px 10px 10px 0;
}