/***********************************************/
/* tablesVSdivs.css                             */
/***********************************************/




#tblayout	{border-style:solid;border-width:1px;border-color:#000000;}
#tblayout td	{width:64px;height:48px;background-color:red;}
#tblayout caption	{font-size:80%;}


#divtable	{min-width:272px;width:272px;height:200px;border-style:solid;border-width:1px;padding:1px;}
.tblsqr	{background-color:red;border-style:solid;border-width:1px;border-color:white;
width:64px;height:48px;padding-right:2px;float:left;}
.tblclear	{background-color:blue;border-style:solid;border-width:1px;border-color:white;
width:64px;height:48px;padding-right:2px;float:left;clear:left;}
.wrapper	{clear:both;}

.columns2	{float:left;margin-right:30px;text-align:center;}
.splitscreen	{float:left;width:50%;margin:0 auto;}

.code	{background-color:#FFFFFF;border-style:dotted;border-color:#FF0000;font-family:"Courier New", Courier, monospace;}
.green	{background-color:green !important;}
.blue 	{background-color:blue !important;}
