﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFFFFF;
    font-family : Arial, Verdana;
    margin: 0;
    color: #B9BABF;
}

a:link
{
    color: Aqua;
    font-weight: normal;
    text-decoration: underline;
}
a:visited
{
    font-weight: normal;
    color: Aqua;
    text-decoration: underline;
}

a:hover
{
    color: White;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
    text-shadow: 1px 1px 0 #000000;
}

div#boxed ol
{
    color: White;
}

div#boxed ol li a:link
{
    color: White;
}

div#boxed ol li a:visited
{
    color: White;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #55EBE9;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    min-width: 856px;
    background: #23232D;
    position:relative;
}

.title
{
    font-size: 18px;
    font-weight: bold;
    font-family: "Century Gothic","Helvetica","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
    color: White;
    padding-bottom: 15px;
    background-image: url('../Images/titleSep.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    border: 0px silver solid;
    min-width: 100px;
    margin-top: 0;
    padding:0 0 10px 28px;
    text-shadow: 0 1px 1px #000000;
    font-variant:small-caps;
    margin-left: -30px;
}

.titleBox
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border: 0px silver solid;
    min-width: 100px;
    color: #56E8E7;
}

div#divAboutContent
{
    padding: 0 30 30 30;
    width: 600px;
    text-align: justify;
}

#divbox
{
    height: 446;
    width: 487;
}


#header h2
{
    width: 114px;
    background: url('../Images/HeaderRight.jpg') no-repeat top left transparent;
	display:block;
	height:155px;
	right:0;
	top:0;
	margin:0;
	position:absolute;
	text-indent:-4000px;
}

#header
{
    padding: 0px;
    width: 100%;
    background: url('../Images/HeaderMiddle.jpg') repeat-x top left;
    height: 155px;
}

#header h1
{
    width: 620px;    
    background: url('../Images/HeaderLeft.jpg') no-repeat left top transparent;
	display:block;
	height:155px;
	left:0;
	top:0;
	margin:0;
	position:absolute;
	text-indent:-4000px;
}

#main
{
	background: url("../Images/MenuSeparator.jpg") no-repeat scroll 14.5% 35px #23232D;
    width: 100%;
    position: relative;
}

#menucontainer
{
	margin:0;
	position:absolute;
	text-align:center;
	top:0;
	width:170px;
	padding-left:3%;
}

#mainCont
{
	margin:0 8% 0 11%;
	padding-left: 12%;
}
.contentHolder 
{
	margin-right: 32% ;
	position: relative;
	min-width: 637px;
}

#footer
{
    color: #888888;
    padding: 10px 0 0 0;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-size: .9em;
    width: 100%;
    height: 100px;
    background:white url('../Images/Footer.jpg') repeat-x top left;
}

#signature 
{
	margin : 43px auto 0;
	text-align : center;
	font-size : 15px;
}

.addOnBox
{
    color: Black;
    margin-left: 40px;
    padding: 0px;
    background-color: gray;
    width:600px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.addOnBoxHeader 
{
    background-color: silver; 
    font-weight: bold;
    width:80px;
    border-right:1px solid black;
    border-bottom:1px solid black;
    vertical-align:top;
}

.addOnBoxName 
{
    font-weight: bold;
    border-bottom:1px solid black;
}

.addOnBoxLink
{
    text-align:center;
}


a.buy, a.trial, a.download 
{
	display: block;
	width: 113px;
	height: 33px;
	text-indent: -9999px;
	float: right;
	clear: both;
}

a.buy
{
	background: url('../Images/RDM-boutton-BUY.jpg') no-repeat top left;
}
a.trial
{
	background: url('../Images/RDM-boutton-TRIAL.jpg') no-repeat top left;
}
a.download 
{
	background: url('../Images/RDM-boutton-DOWNLOAD.jpg') no-repeat top left;
}

a.boxDownload
{
	background: url('../images/RDM-Box-ENTERPRISE.jpg') no-repeat top left;
	display:block;
	height: 464px;
	width: 454px;
	text-indent: -9999px;
	position:absolute;
	right: 6%;
	top:0;
}


/* TAB MENU   
----------------------------------------------------------*/

#sep
{
    width: 105px;
    background-image: url('../Images/MenuSeparator.jpg');
    background-repeat: no-repeat;
}

ul#menu
{
    width: 100%;
    font-size: 18px;
    padding :0;
    margin: 0;
}

ul#menu li
{
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#menu li a
{
    font-weight: bold;
    text-decoration: none;
    color: white;
}

ul#menu li a:hover
{
    color: #B9BABF;
    text-decoration: underline;
}

ul#menu li a:active
{
    color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

ul#menu li ul li
{
	list-style-image: url('../Images/Anchor.jpg');
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

