﻿/* CSS for regular devices (PC, MAC)	*/
/* Body */
Body
{
	font-size: medium;
}
A:link, A:visited, A:active, A:hover
{
	font-size: medium;
}
.text, .watertext, .buttons2
{
	margin-top: 8px;	
}
.mainframe
{
	min-height: 600px;	
}
.bigicon
{
	height: 100px;
	width: 100px;
}
/* Body End */
/* Header */
.Header_Text
{
	font-size: large;
}
/* Header End*/
/* TextBox and WaterTextBox	*/
.text, .watertext, .short_text, .long_text
{
	width: 400px;
	height: 28px;
	font-size: 16px;
}
.long_text
{
	width: 400px;
}

.text, .short_text
{
	width: 180px;
	height: 20px;
}

.selecttext
{
	width: 185px;
	height: 24px;	
}

.sectxt_alltxt, .selecttext
{
	font-size: 16px;
}

.helpdesk_txt
{
	height: 300px;
}

.message, .SS_Color_Background, .HelpBackground, .ErrorBackground
{
	max-height: 120px;
	overflow-y : auto;	
}

.LanguagePanel
{
	width: 440px;
	height: 400px;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:White;
	padding:3px;
	float:left;
}

/* TextBox and WaterTextBox	End */
/* Buttons */
.buttons_top
{
	font-size: medium;
}
.buttons_wide	/* Wide inside buttons*/
{
	height: 63px;
	width: 400px;
	margin-bottom: 9px;
	font-size: medium;
}
/* Buttons End */
.maintable
{
	padding: 8px;
}

.pagetitle
{
	font-size: x-large;
}



.DivSet
{
	width: 460px;
}
.DivRight
{
	margin:0px auto;
	display: inline-block; 
	width: 195px;
}

.DivLeft
{
	margin:0px auto;
	display: inline-block; 
	width: 200px;
}

.DivRowDefault
{
	width: 60%;
}
.DivRow
{
	width: 400px; 	
}

.DivRowPanel
{
	width: 1024px;
	height: 300px;	
}

