﻿/* Customise area and buttons */

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup {
	background-color:#eaeaea;
	border-width:2px;
	border-style:solid;
	border-color:#e9e9e9;
	padding:3px;
	width:660px;
	min-height:300px;
}

.tabright
 {
     background: url(../Images/tabright.jpg) no-repeat;
     float: right;
     width: 126px;
     height: 20px;
     margin-right: 1px;
     padding: 2px 0;
     text-align: center;
 }
  
.tabright a:link, .tabright a:visited
 {
     color: #fff;
     text-decoration: none;
 }
 
.tabright a:hover
 {
     text-decoration: underline;
 } 

 #themecolours, #addwebparts, #tailorexperience
 {
     width: 200px;
     padding:10px;
     text-align: center;
     float:left;
 }
 
 #themecolors
 {
     width:150px;
 }
 
 #themecolours .img
 {
     display: block;
     padding: 6px;
     text-align: center;
     margin:auto;
 }
 
 #addwebparts, tailorexperience
 {
    text-align:left;  
 }
