/*

   Table Style Sheets
   Author: Justin Scott
   Date:   2.27.09

*/


/* Rounded Box */
table.round			{border-collapse: collapse; margin: 0px; text-align: center; width: 100%}
table.round td		{padding: 0px}
table.round caption	{caption-side: top; text-align: left; color: black; font-size: 12px; letter-spacing: 2px}

table.round td.topLeft		{width: 20px; height: 20px}
table.round td.topRight		{width: 20px; height: 20px}
table.round td.bottomLeft	{width:	20px; height: 20px}
table.round td.bottomRight	{width: 20px; height: 20px}

table.round td.top		{width: auto; height: 20px}
table.round td.bottom	{width: auto; height: 20px}

table.round td.left		{width: 20px; height: auto}
table.round td.right	{width: 20px; height: auto}

table.round .boxcontent {}

table.round .topLeft		{background: url('../images/topLeft.png') no-repeat top left}
table.round .topRight		{background: url('../images/topRight.png') no-repeat top right}
table.round .bottomRight 	{background: url('../images/bottomRight.png') no-repeat bottom right}
table.round .bottomLeft 	{background: url('../images/bottomLeft.png') no-repeat bottom left}

table.round .top 	{background: url('../images/top.png') repeat-x top}
table.round .bottom	{background: url('../images/bottom.png') repeat-x bottom}

table.round .right 	{background: url('../images/right.png') repeat-y right}
table.round .left 	{background: url('../images/left.png') repeat-y left}

/* Show Table */

table.shows				{width: 100%}
table.shows thead tr	{height: 15px}
table.shows tbody tr	{height: 20px}
table.shows thead td	{background-color: #e61b21; color: white; letter-spacing: 2px;}
table.shows tbody td	{border:black inset thin; padding: 5px}
table.shows tbody h3	{font-size: 8px; margin: 0px; padding: 0px}

/* Video Styles */

table.videos 			{width: 100%; margin-top: 20px}
table.videos caption	{caption-side: top; text-align: left; color: black; font-size: 10px;}
table.videos td 		{text-align: center}
