﻿
/*For textBoxes that will be used to write number inside*/
.retrieveShortNumberTextBox
{
	width:50px;
}
.courseInfoLabel
{
	font-family:Arial;
	color:White;
	font-size:11px;
	font-weight:bold;
	background-color:Black;
}
.border
{
    border:1px solid #ddd;
}
.pad2
{
    padding:2px;
}
.pad1
{
    padding:1px;
}
.top1
{
    margin-top:1px;
}
.simpleTab
{
	width:600px;
	height:600px;
}
/*used in the student/teacher singleView data page*/
.singleViewTxtBox
{
	width:180px;
}
.singleViewPhoto
{
	width:110px;
	height:114px;
}
.infolabel
{
	color:Green;
	text-align:center;
}
.errorTxt
{
	color:Red;
	text-align:center;
}
.hyperlinkweight
{
		height:15px;
}
.gridv_header
{
	background-color:Black;
	color:White;
	font-size:small;
}
.g_item_selected
{
	color:White;
	background-color:Black;
}
.largeText
{
	width:320px;
	height:50px;
}
/*used to format any label with a text*/
.data_label
{
	font-weight:bold;
	font-family:Cambria;
}
.sample_image
{
	width:400px;
	height:100px;
}
.largetxt
{
	width:400px;
}