﻿

/*Properties for policies folder index page d4*/
.d41
{
	width:400px;
	float:left;
	height:267px;
}
.d42
{
	width:400px;
	margin-left:400px;
	height:267px;
}
/*Properties for student folder index page d2*/
.d21
{
	width:400px;
	float:left;
	height:240px;
}
.d22
{
	width:400px;
	margin-left:400px;
	height:240px;
}
.d21 .d22 a :hover
{
	color:Green;
}
.d11
{
	width:400px;
	float:left;
	height:229px;
}
.d12
{
	width:400px;
	margin-left:400px;
	height:229px;
}
/*used to put to the left of any d11*/
.leftd11
{
	width:auto;
	margin-left:400px;
	
}
/*right div f the create user control*/
.duser
{
	margin-left:631px;
}
/*left div of the create user control*/
.duser_left
{
	width:631px;
	float:left;
}
/*used in the create user control's table*/
.create_user_table
{
	width:431px;
}
.dsingle
{
	float:left;
	height:229px;
	width:100%;
}
/*used in the config page*/
.d1config
{
	width:320px;
	height:230px;
	float:left;
}
.bold
{
    font-weight:bold;
}
.pad3
{
    padding:3px;
}
.pad4
{
    padding:4px;
}
.radius4
{
    border:1px solid #ddd;
    border-radius:4px;
}
.d2config
{
	width:auto;
	height:230px;
	margin-left:350px;
}
.back {
    text-align: center;
    /*background-color:#FFD700; previous version */
    background-color: #ded;
    padding: 4px;
    margin-top: 10px;
}
.separator-top
{
	border-top:1px solid #ddd;
}
.separator-bot
{
	border-bottom:1px solid #ddd;
}
.calibri
{
	font-family:Calibri;
}


